Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Magento Front End Developer Certification Exam Question and Answers

Magento Front End Developer Certification Exam

Last Update May 15, 2024
Total Questions : 107

We are offering FREE M70-301 Magento exam questions. All you do is to just go and sign up. Give your details, prepare M70-301 free exam questions and then go for complete pool of Magento Front End Developer Certification Exam test questions that will help you more.

M70-301 pdf

M70-301 PDF

$35  $99.99
M70-301 Engine

M70-301 Testing Engine

$42  $119.99
M70-301 PDF + Engine

M70-301 PDF + Testing Engine

$56  $159.99
Questions 1

You want to remove the right structural block from a page. Which code should you use?

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 2

Given the layout XML example below, which one of the following actions will cause the title, “Some Title,” to be translated by Magento?

EXAMPLE:

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 3

What is the correct PHP code for adding the output of a CMS block to a template?

Options:

A.  

$this->getchildcms (‘myCmsBlock’)

B.  

$this->getchildHtml(‘myCmsEloclc’)

C.  

$this->getChildBlock (‘myCmsBlock’)

D.  

$this->getcrnsHtml(‘myCmsElock’)

E.  

$this->getHtml(‘myCmsBlock’)

Discussion 0
Questions 4

Which file adds the search module on a Magento website frontend?

Options:

A.  

page.xml

B.  

search.xml

C.  

catalogsearch.xml

D.  

searchproducts.xml

Discussion 0
Questions 5

You want to load my-file.js only on the exam' CMS page. In native Magento, which two of the following statements are true? (Choose TWO.)

Options:

A.  

You must create exam.xml and put the appropriate XML inside the layout handle,

B.  

You must make sure that my-file.js is present in app/design/base/default/cms/exam/.

C.  

You must add appropriate XML to the CMS Layout-Update-XML textarea of the exam CMS page.

D.  

You must add getChildJs (‘js/my-file.js’); ?> to head.phtml .

E.  

You must make sure you are not using a layout handle in the Layout-Update-XML textarea of the "exam" CMS page.

Discussion 0
Questions 6

You want to add the file “somescript.js” in a template. The JS-file is in the folder “root: js/lib”. Which piece of code should you use?

Options:

A.  

$this->getItemurl(‘lib/somescript.js’)

B.  

$this->getskinurl(‘lib/somescript.js’)

C.  

$this->getJsUrl(‘lib/somescript.js’)

D.  

$this->getFileurl(‘lib/somescript.js’)

E.  

$this->getLibUrl(‘lib/somescript.js’)

Discussion 0
Questions 7

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

Options:

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

Discussion 0
Questions 8

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?

Options:

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

Discussion 0
Questions 9

What result will be produced by the following layout handle?

Options:

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.

Discussion 0
Questions 10

Which layout handle can be used to assign a customized template file to the filter navigation block in the left column?

Options:

A.  

default

B.  

catalog_category_view

C.  

catalog_category_layered

D.  

page_two_columns_left

Discussion 0
Questions 11

What is System -> Design used for?

Options:

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

Discussion 0
Questions 12

Using prototype.js, which selector would be used to target a group of list items with the class of item?

Options:

A.  

$(‘ul’).children(‘li.item’)

B.  

$(‘item’)

C.  

$$(‘li.item’)

D.  

$$(‘ul > li#item’)

Discussion 0
Questions 13

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:

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/

Discussion 0
Questions 14

When you create an inline translation, where is it stored?

Options:

A.  

In a browser cookie

B.  

In a CSV file

C.  

In an XML file

D.  

In the database

E.  

In the Magento cache

Discussion 0
Questions 15

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

Options:

A.  

B.  

C.  

D.  

E.  

Discussion 0
Questions 16

In a “new order” transactional email template, which two of the following are valid ways to get properties of the template variable “order”? (Choose TWO.)

Options:

A.  

{{order var=customer_lastname}}

B.  

{{var data=order.customerEmail}}

C.  

{{var order.customer_lastname}}

D.  

{{var $order.getCustornerEmail()}}

E.  

{{var order.getCustomerLastname()}}

F.  

{{var order.getCustomerFirstname}}

Discussion 0