QUESTION: 1
Which of the following is the correct code for assigning a custom template file using layout
XML?
A. <block type="core/text_list" name="custom.template"
template=" folder/custom_template.phtml"/>
B. <block type="core/template" name="custom template"
template=" folder/custom_template.phtml"/>
C. <block type="block/template" name="custom template"
template=" folder/custom_template.phtml"/>
D. <block type="cms/block" name="custom.template"
template=" folder/custom_template.phtml"/>
E. <block type="block/html" name="custom template"
template=" folder/custom_template.phtml"/>
Answer(s): B
QUESTION: 2
You want to create a wrapper block that uses an HTML tag name which is set by the action
setHtmlTagName. The wrapper block should render all its child blocks within the HTML tag.
Which block type should you use to create the wrapper block?
A. page/html
B. page/wrapper
C. page/div wrapper
D. page/html_wrapper
Answer(s): D
QUESTION: 3
You want to figure out which phtml-files are rendering in the front end. Which developer tool
helps you do that?
A. Profiler
B. Exception.log
C. Block Class Names
D. Template Path Hints
E. System.log
Answer(s): D