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

Exact2Pass Menu

Question # 4

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.

Full Access
Question # 5

When assigning a template file, what is the difference between

A.

No difference: Both set a template for an existing block.

B.

Template= “” can only be used when the block is being instantiated.

C.

can only be used when the block is being instantiated.

D.

Template="" is wrong and doesn't work at all.

Full Access
Question # 6

Which three of the following folders should NOT be publicly accessible? (Choose THREE.)

A.

/app/design/frontend/package/theme/layout

B.

/app/design/frontend/package/theme/locale

C.

/app/design/frontend/package/theme/template

D.

/skin/frontend/package/theme/css

E.

/skin/frontend/package/theme/js

F.

/skin/frontend/package/theme/img

Full Access
Question # 7

The name of a design package in the Design tab of the System->Configuration window in Admin is also used as ________ and ________ . (Choose TWO.)

A.

a folder name in app/design/frontend

B.

a configuration value taken from index.php

C.

a folder name in skin/frontend

D.

a setting in the menu System -> Design

E.

a folder name in app/design/frontend/base

Full Access
Question # 8

How can you minimize the number of HTTP requests made by your native Magento sites for JavaScript files?

A.

Enable JavaScript merging in the admin.

B.

Move JavaScript requests to footer block in local.xml.

C.

Enable all Cache Storage Management.

D.

Remove Magento JavaScript and only use files hosted by a third party CDN.

Full Access
Question # 9

If a layout handle exists in the “base/default” package, your custom design package, and the custom package’s “local.xml”, which handles can be merged?

A.

All of the handles can be merged.

B.

Only the handles in “base/default” can be merged.

C.

Only the handles in your design package can be merged.

D.

Only the handles in “local.xml” can be merged.

E.

Only the handles in “base/default” and “local.xml” can be merged.

F.

Only the handles in your design package and “local.xml” can be merged.

Full Access
Question # 10

Given the information shown below, which answer will correctly assign a customized template file using layout XML?

Block type:

example/controller

Template path:

/a pp/design/frontend/base/exampletheme/examplefolder/example.phtml

A.