Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Magento > Magento Front End Developers > M70-301

M70-301 Magento Front End Developer Certification Exam Question and Answers

Question # 4

In order to display a custom design on a category landing page for a set number of days, you need to make a change to the ___ area of Magento.

A.

XML

B.

Admin Panel

C.

CSS

D.

Block

Full Access
Question # 5

What type of block is created by the code below?

A.

Content block

B.

Text block

C.

Structural block

D.

Bulleted list block

E.

Navigation block

Full Access
Question # 6

Which type of block defines the HTML head section of the page, which contains elements for including JavaScript, CSS, etc.?

A.

core/head

B.

core/template

C.

page/head

D.

page/html_head

E.

page/head_template

Full Access
Question # 7

What does the element do in the following piece of layout XML?

A.

It unsets all elements defined in the layout handle called catalog_seo_sitemap.

B.

It loads the layout handle catalog_seo_sitemap_category into the layout handle ca catalog_seo_sitemap.

C.

It loads the layout handle catalog_seo_sitemap into the layout handle called catalog_seo_sitemap_category.

D.

It updates the name on the layout handle catalog_seo_sitemap_category to catalog_seo_sitemap.

Full Access
Question # 8

Which ONE of the following adds links to the top links navigation?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 9

Given a configured package “mypackage”, which of the following sequences of design fallback steps is correct?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 10

How can a template be included in a CMS block?

A.

{{block template=¡”path/to/template .phtm1’}}

B.

{{block type=“core/template” template=”path/to/template.phtml”}}

C.

{{block template=“path/to/template.phtml”}}

D.

{{block id=“path/to/template.phtml”}}

E.

{{block type=“core/template” method=“setTemplate” param=“path/to/template.phtml1” } }

Full Access
Question # 11

A website contains the three store views “English”, “French”, and “German”, with the following settings configured:

The template file template/page/lcolumn.phtml exists within the following frontend themes:

A.

base/default

B.

default/default

C.

package1/default

D.

package1/theme1

E.

package1/theme2

F.

package1/theme3

Full Access
Question # 12

Where can you assign a root category for a new store in your Magento installation?

A.

Global

B.

Website

C.

Store

D.

Store View

Full Access
Question # 13

In layout XML, which of the following action methods would you use to define the block identifier on a block of type cms/block?

A.

B.

C.

D.

Full Access
Question # 14

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?

A.

B.

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

C.

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

D.

Full Access
Question # 15

What is System -> Design used for?

A.

Configuring the fallback system of a store view

B.

Overriding the fallback system of a store view for a limited period of time

C.

Activating the fallback system of a store view

D.

Overriding the fallback system of a subpart (Layout, Templates, ...) of a store view

E.

Configuring basic Package and Theme settings of your Magento instance

Full Access
Question # 16

Which string will NOT be translated?

A.

“You can save % s %% in the next 15 min.”, “Du kannst % s %% in den nachsten 15min sparen”

B.

“Click here to continue.”,”Klicken Sie hier um welter zu machen .”

C.

“We\’ll send you a new password.” , ”Wir werden dir emneues Password zusenden.”

D.

“The coupon has expired” , ” Der Coupon ist “abgelaufen”

Full Access