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

In which of the following directories is a .xml file located?

A.

CSS

B.

Layout

C.

Skin

D.

Template

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.)

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.

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

Where are the core module translations located?

A.

app/code/locale/

B.

app/locale/

C.

app/design/frontend/default/default/locale/

D.

app/etc/modules/locale/

You want to override the lcolumn.phtml file. Which two of the following methods could you use? (Choose TWO.)

A.

Rename the file in base/default to enable overriding.

B.

Rename the root template configuration in the admin.

C.

Create a file with same file name in the same directory structure as your theme.

D.

Create a file exception in System -> Design, clear cache, and rebuild indexes.

E.

Create a file with different file name and different directory structure; then change the template with the setTemplate method.

In layout XML, which tag attributes are always used when configuring a template block? (Choose THREE.)

A.

as

B.

name

C.

type

D.

value

E.

before

F.

module

G.

template

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

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

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)

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/

Which three types of file are contained in the folder "skin/" in Magento? (Choose THREE.)

A.

CSS

B.

Image

C.

JavaScript

D.

Layout

E.

Template

F.

Translate