Pass the Magento Magento Front End Developers M70-301 Questions and answers with CertsForce

Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions
Questions # 1:

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


Expert Solution
Questions # 2:

Given the following XML, which statement is true?

Question # 2

Options:

A.

You have to modify page/html/left.phtml to display the block.


B.

You have to add <action method="setTemplate">my-files/my-block.phtml</action> to display the block.


C.

The block renders in the left structural block.


D.

The block won't be shown until you put <?php echo $this->getChildHtml(‘ left’) ?> into my-block.phtml.


Expert Solution
Questions # 3:

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

Options:

A.

As


B.

Action


C.

Type


D.

Name


Expert Solution
Questions # 4:

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}}


Expert Solution
Questions # 5:

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

Question # 5

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 6:

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

Options:

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


Expert Solution
Questions # 7:

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

Options:

A.

Global


B.

Website


C.

Store Group


D.

Store


E.

Store View


Expert Solution
Questions # 8:

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

Options:

A.


B.


C.


D.


Expert Solution
Questions # 9:

Which one of the following methods assigns a custom template to the product compare sidebar block?

Question # 9

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 10:

You need to add a custom structural block template to a block that will render all children automatically. Which three attributes are required in the block’s XML definition? (Choose THREE.)

Options:

A.

after


B.

as


C.

before


D.

name


E.

template


F.

type


Expert Solution
Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions