Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Magento M70-301 Exam Success: Magento Front End Developer Certification Exam Complete Study and Preparation Tips

Questions 21

Given the following layout XML, what will be the expected result on the Magento frontend?

M70-301 Question 21

Options:

A.

The top.menu block will be displayed on all pages within the header block

B.

The top.menu block will never be displayed

C.

The top.menu block will be displayed within the default block

D.

The top.menu block will only be displayed within “Catalog” pages

Buy Now
Questions 22

Which two of the following examples can be used to include a custom JavaScript on every page? (Choose TWO.)

M70-301 Question 22

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 23

M70-301 Question 23

Magento is searching in the fallback system for a my-template.phtml file. As shown in the graphic above, you have configured Magento to the following:

M70-301 Question 23

In which four places might Magento find that file, assuming it has been placed there? (Choose FOUR)

Options:

A.

app/design/frontend/my_pkg/my_theme/template/

B.

app/design/frontend/default/default/

C.

app/design/frontend/base/default/layout/

D.

app/design/frontend/my_pkg/common/template

E.

app/design/frontend/my_pkg/christmas/template

F.

skin/frontend/my_pkg/christmas/template

G.

skin/frontend/my_pkg/common/

Buy Now
Questions 24

Which element in layout XML specifies a method to be called on a referenced or newly defined block?

Options:

A.

<action>

B.

<call>

C.

</change>

D.

E.

Buy Now
Questions 25

You have created a system of multiple stores within a single Magento installation. Which one of the following levels of settings is NOT available?

Options:

A.

Global

B.

Website

C.

Store Group

D.

Store

E.

Store View

Buy Now
Questions 26

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?

Options:

A.

B.

template=“template/mytemplates/ custom.phtml”/>

C.

template=“template/mytemplates/ custom.phtml”/>

D.

Buy Now
Questions 27

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

Options:

A.