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: 1 / 4
Total 107 questions

In Magento layouts, which attribute for defines the functionality of the block?

A.

As

B.

Action

C.

Type

D.

Name

Given the HTML and CSS shown below, which attribute would clear the floated columns if applied to the “grid” element?

A.

clear:both

B.

clear:left

C.

display:block

D.

display:inline

E.

overflow:auto

F.

overflow:hidden

A block named newsletter is already defined in the layout XML, as in the example shown below. The page on which the block is visible has a three-column layout. How can you move the block from the left column to the right column?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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.

Which of the following is the layout update handle loaded for built-in simple products?

A.

TYPE_simple

B.

PRODUCT_TYPE_simple

C.

PRODUCT_simple

D.

Simple_product

Which two of the following statements are true regarding Magento configuration scopes? (Choose TWO.)

A.

“Websites” contain “Stores”.

B.

A “Store” can be associated with multiple “Websites”.

C.

A “Store View” can be associated with multiple “Stores”.

D.

A “Store” can be associated with multiple “Store Views”.

E.

Multiple “Websites” can share a “Store View”.

You have a “custom/default” design package. You need to edit this file:

/app/design/frontend/base/defauIt/template/page/html/header.Phtml

Which method is a bad practice because the file will be overwritten during Magento upgrades?

A.

Edit the “base/default” file directly.

B.

Create a new module in “base/default” called “custom” and copy the file there for editing.

C.

Create a new package called “custom/custom” and copy the file there for editing.

D.

Copy the file to “custom/default” for editing.

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

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

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

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Which file contains the code that renders the grid of products for a page of the catalog?

A.

catalog/product/list.phtml

B.

catalog/product/grid.phtml

C.

catalog/category/list.phtml

D.

catalog/category/grid.phtml