Which of the following is the layout update handle loaded for built-in simple products?
A. TYPE_simple
B. PRODUCT_TYPE_simple
C. PRODUCT_simple
D. Simple_product
A website contains the three store views "English", "French", and "German", with the following settings configured:

The template file template/page/lcolumn.phtml exists within the following frontend themes:

A. base/default
B. default/default
C. package1/default
D. package1/theme1
E. package1/theme2
F. package1/theme3
What type of block is created by the code below?

A. Content block
B. Text block
C. Structural block
D. Bulleted list block
E. Navigation block
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? (Choose THREE.)
A. alert.urls
B. product.info.extrahint
C. product.info.options.wrapper
D. product.info.options .wrapper.bottom
E. product.info.additional
F. product.info.container1
G. product.info.container2
H. product.info.attributes
A block named newsletter is already defined in the layout XML, as in the example shown below. The page on which the block is visible has a three-column layout. How can you move the block from the left column to the right column?


A. Option A
B. Option B
C. Option C
D. Option D
Which type of block defines the HTML head section of the page, which contains elements for including JavaScript, CSS, etc.?
A. core/head
B. core/template
C. page/head
D. page/html_head
E. page/head_template
If you want to provide an existing custom theme for a mobile device browser, you'll only have to _____________.
A. Create a new store for that theme
B. Configure the setting in main menu "Mobile"
C. Create an exception under System->Design for an appropriate UserAgent
D. Create an exception under the System->Configuration "Design" tab for an appropriate UserAgent
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.
If you open an HTML document with the following code sample in the browser, what will you see in the text
of the two Alerts in the browser?

A. "1" and "1"
B. "2" and "2"
C. "1" and "Undefined"
D. "2" and "false"
E. "false" and "false"
F. "Undefined" and "Undefined"
To configure a category to display a set of "Shop By" filters, what is the correct option to set in the Magento admin?
A. "Is Anchor" set to "Yes"
B. "Show Filters" set to "Yes"
C. "Category Links" set to "No"
D. "Is Active" set to "No"