최신Magento Front End Developer Certification - M70-301무료샘플문제
문제1
Which four of the following page elements can be updated from the Magento Admin in System-> Configuration-> Design? (Choose FOUR.)
Which four of the following page elements can be updated from the Magento Admin in System-> Configuration-> Design? (Choose FOUR.)
정답: A,B,D,E
문제2
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:
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:
정답: D
문제3
If a layout handle exists in the"base/default"package, your custom design package, and the custom package's"local.xml", which handles can be merged?
If a layout handle exists in the"base/default"package, your custom design package, and the custom package's"local.xml", which handles can be merged?
정답: F
문제4
In layout XML, which two handles are used to assign layout rules to catalog category pages of a store? (Choose TWO.)
In layout XML, which two handles are used to assign layout rules to catalog category pages of a store? (Choose TWO.)
정답: B,C
문제5
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();
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();
정답: C
문제6
Which two of the following would add a CSS file to every page? (Choose TWO.)

Which two of the following would add a CSS file to every page? (Choose TWO.)

정답: A,C
문제7
Whichtwoof the following statements are true regarding Magento configuration scopes? (ChooseTWO.)
Whichtwoof the following statements are true regarding Magento configuration scopes? (ChooseTWO.)
정답: B,C
문제8
Given the information shown below, which answer will correctly assign a customized template file using layout XML?
Block type:
example/controller
Template path:
/a pp/design/frontend/base/exampletheme/examplefolder/example.phtml
Given the information shown below, which answer will correctly assign a customized template file using layout XML?
Block type:
example/controller
Template path:
/a pp/design/frontend/base/exampletheme/examplefolder/example.phtml
정답: A
문제9
You have added some HTML to a custom template located
at"template/mytemplates/custom.phtml". Which code snippet is the correct way to create a block for custom.phtml in the layout XML?
You have added some HTML to a custom template located
at"template/mytemplates/custom.phtml". Which code snippet is the correct way to create a block for custom.phtml in the layout XML?
정답: C