Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Magento M70-301 - Magento Front End Developer Certification Exam

Page: 3 / 4
Total 107 questions

You want to stop all events on someElement. Which two methods from prototype.js will do this? (Choose TWO.)

A.

$ ("someElement").stopEvent()

B.

$ ("someElement") .stopObserving()

C.

Event.stop("someElement")

D.

$("someElement").stop ()

E.

Event.stopEvent("someElement")

F.

Event.stopObserving("someElement")

Which is the correct type attribute for a structural block?

A.

core/block

B.

core/html_wrapper

C.

core/text

D.

core/text_list

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

A.

Global

B.

Website

C.

Store Group

D.

Store

E.

Store View

What is the proper layout update handle for adding a CSS file to the product page?

A.

B.

C.

D.

You created a header-new.phtml from the original header.phtml. How can you force Magento to use that new file in place of the native header block template?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Within a Magento instance configured to use the package name “my_package” and the theme name “my_theme”, which file would override the default catalog search template?

A.

app/frontend/base/my_package/my_theme/template/catalogsearch/form.mini.phtml

B.

app/design/frontend/base/default/template/customsearch/form.mini.phtml

C.

app/design/frontend/my_theme/my_package/template/catalogsearch/custom.form.mini.phtml

D.

app/design/frontend/my_package/my_theme/template/catalogsearch/form.mini.phtml

E.

app/frontend/default/my_theme/customsearch/form.mini.phtml

When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.

A.

Page/html

B.

Core/template

C.

Core/text_list

D.

Page/html_wrapper

What result will be produced by the following layout handle?

A.

On a non-anchored category page the layered navigation will be moved into the main content block.

B.

On an anchored category page the layered navigation will be moved into the main content block.

C.

On an anchored category page the layered navigation will be removed from the page.

D.

This XML will produce a syntax error.

Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?

A.

1. Database (Inline) translation

2. Module translation

3. Theme translation

B.

1. Database (Inline) translation

2. Theme translation

3. Module translation

C.

1. Module translation

2. Database (In line) translation

3. Theme translation

D.

1. Theme translation

2. Database (In line) translation

3. Module translation

Which of following "if else" constructs is used in Magento core templates?

A.

Option A

B.

Option B

C.

Option C

D.

Option D