Magento Front End Developer Certification - M70-301 Exam Practice Test

Question 1
Which file adds"breadcrumbs"on pages?

Correct Answer: C
Question 2
What is the proper layout update handle for adding a CSS file to the product page?

Correct Answer: D
Question 3
You want to create a new"screendesign"package based on
the"default"package's"default"theme.
Which ONE of the following steps do you have to take?

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

Correct Answer: C,D
Question 5
Which two of the following would add a CSS file to every page? (Choose TWO.)

Correct Answer: A,B
Question 6
You want to add additional XML ("Additional XML Declaration") to an existing layout block. Which is the proper tag for adding it?

Correct Answer: A
Question 7
Which code snippet shows the correct way to add a JavaScript file from your custom theme to all Magento pages?

Correct Answer: C
Question 8
Using Magentos JavaScript translator object, which is the correct option for translating JavaScript strings within a.phtml file?

Correct Answer: D
Question 9
You want to add a block to the content of the product detail page, without having to modify a template.
Which three container blocks are rendered regardless of product type and configuration? (ChooseTHREE.)

Correct Answer: A,B,E
Question 10
Which of following "if else" constructs is used in Magento core templates?

Correct Answer: B