Which attribute of an XML tag in the layout defines the system configuration key to be checked before performing the action method?
Show answer and explanation
Correct answer: D
M70-301 Real Exam Questions
107 questions available · Page 1 of 11
Updated Exam DumpsVerified AnswersPass Guarantee
Which attribute of an XML tag in the layout defines the system configuration key to be checked before performing the action method?
Correct answer: D
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below).
Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r?
EXAMPLE:
var PhotoViewer = Class.create();
Correct answer: B
Which two of the following statements are true regarding Magento configuration scopes? (Choose TWO.)
Correct answers: A, D
You want to override the lcolumn.phtml file. Which two of the following methods could you use? (Choose
TWO.)
Correct answers: C, E
Which code snippet shows the correct way to add a JavaScript file from your custom theme to all Magento pages?

Correct answer: A
You have a "custom/default" design package. You need to edit this file:
/app/design/frontend/base/defauIt/template/page/html/header.Phtml
Which method is a bad practice because the file will be overwritten during Magento upgrades?
Correct answer: A
You have created a custom theme called my_theme within the default package and want to override the native template file /page/lcolumn.phtml. You will need to place the file in the following structure:
Correct answer: C
Given the following HTML code, how are the divs "#column1", "#column2", and "#column3" displayed on the page?

Correct answer: C
Given the layout XML example below, which one of the following actions will cause the title, "Some Title," to be translated by Magento?
EXAMPLE:


Correct answer: B
What result will be produced by the following layout handle?

Correct answer: B