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 one of these code samples will assign a root template to a specific page of native Magento?
A. Option A
B. Option B
C. Option C
D. Option D
Given a configured package "tmypackage" and a configured theme "mytheme", which THREE of the following templates would be part of the design fallback? (Choose THREE.)
A. mypackage/default/template/my/template.phtml
B. base/mytheme/template/my/template.phtml
C. default/default/template/my/template.phtml
D. base/default/template/my/template.phtml
E. default/mytheme/template/my/template.phtml
F. mypackage/mytheme/template/my/template.phtml
In layout XML, which two handles are used to assign layout rules to catalog category pages of a store? (Choose TWO.)
A.
B.
C.
D.
E.
You have created a system of multiple stores within a single Magento installation. Which one of the following levels of settings is NOT available?
A. Global
B. Website
C. Store Group
D. Store
E. Store View
Which of the following functions is guaranteed to be executed after the DOM is ready? (Assume that the page only includes the prototype.js library.)
A. $(function() { . . . })
B. $(documerit).ready(function() { . . . })
C. $("dom:loaded", function(). . . })
D. document.observe( "dom:loaded", function(). . . })
E. document.observe("html:loaded", function(). . . })
F. document.event("html:load", function(). . . })
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 string will NOT be translated?
A. "You can save % s %% in the next 15 min.", "Du kannst % s %% in den nachsten 15min sparen"
B. "Click here to continue.","Klicken Sie hier um welter zu machen ."
C. "We\'ll send you a new password." , "Wir werden dir emneues Password zusenden."
D. "The coupon has expired" , " Der Coupon ist "abgelaufen"
Which two of the following statements regarding Magento configuration scopes are true? (Choose TWO.)
A. "Website" has a higher priority than "Store View".
B. "Store View" has a higher priority than "Website".
C. "Global" has a higher priority than "Website."
D. "Website" has a higher priority than "Global".
E. "Global" has a higher priority than "Store View".
F. "Global" has a higher priority than "Store".
G. "Store" has a higher priority than "Store View".
Which attribute of an XML tag in the layout defines the system configuration key to be checked before performing the action method?
A. as
B. Config
C. if
D. ifconfig
E. iftrue