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
Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
A. 1. Database (Inline) translation2. Module translation3. Theme translation
B. 1. Database (Inline) translation2. Theme translation3. Module translation
C. 1. Module translation2. Database (In line) translation3. Theme translation
D. 1. Theme translation2. Database (In line) translation3. Module translation
You want to add additional XML ("Additional XML Declaration") to an existing layout block. Which is the proper tag for adding it?
A.
B.
C.
D.
Using prototype.js, which selector would be used to target a group of list items with the class of item?
A. $(`ul').children(`li.item')
B. $(`item')
C. $$(`li.item')
D. $$(`ul > li#item')
What is the correct PHP code for adding the output of a CMS block to a template?
A. $this->getchildcms (`myCmsBlock')
B. $this->getchildHtml(`myCmsEloclc')
C. $this->getChildBlock (`myCmsBlock')
D. $this->getcrnsHtml(`myCmsElock')
E. $this->getHtml(`myCmsBlock')
Which three of the following action method(s) are valid ways to add custom JavaScript files? (Choose THREE.)
A.
B.
C.
D.
F.
G.
Which XML layout handle is used to assign layout configurations to all pages of a store?
A. All
B. Base
C. Root
D. Every
E. Default

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/
H. app/design/frontend/my_pkg/default/template
I. app/design/frontend/base/default/template
You have created a custom theme called my_theme within the default package and want to override the native template file /page/lcolumn.phtml. You will need to place the file in the following structure:
A. app/design/frontend/base/my_theme/template/page/lcolumn.phtml
B. app/design/frontend/my_theme/default/template/page/lcolumn.phtml
C. app/design/frontend/default/my_theme/template/page/lcolumn.phtml
D. skin/design/frontend/my_theme/template/page/lcolumn.phtml
E. skin/design/frontend/base/my_theme/template/page/lcolumn.phtml
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