You want to stop all events on someElement. Which two methods from prototype.js will do this? (Choose TWO.)
Which XML layout handle is used to assign layout configurations to all pages of a store?
If a layout handle exists in the “base/default” package, your custom design package, and the custom package’s “local.xml”, which handles can be merged?
Which two of the following statements are true regarding Magento configuration scopes? (Choose TWO.)
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?

You want to use layout XML to specify the order of child blocks in a structural block. Which two of the following tag attributes would you use? (Choose TWO.)
In Magento layouts, which attribute for < block > defines the functionality of the block?
Which layout handle can be used to assign a customized template file to the filter navigation block in the left column?
In order to display a custom design on a category landing page for a set number of days, you need to make a change to the ___ area of Magento.
You want to figure out which phtml-files are rendering in the front end. Which developer tool helps you do that?
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?
Given the layout XML example below, which one of the following actions will cause the title, “Some Title,” to be translated by Magento?
EXAMPLE:


How can you override a native template file in an activated custom theme, using the design fallback?
When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.
You want to remove the right structural block from a page. Which code should you use?
Which element in layout XML specifies a method to be called on a referenced or newly defined block?
Using prototype.js, which selector would be used to target a group of list items with the class of item?
Given the following layout XML, what will be the expected result on the Magento frontend?

In a “new order” transactional email template, which two of the following are valid ways to get properties of the template variable “order”? (Choose TWO.)
Given the following HTML code, how are the divs " #column1 " , " #column2 " , and " #column3 " displayed on the page?
