In System->Configuration ‘Design’ you can configure individual theme names for ________ . (Choose FIVE)
What is the correct PHP code for adding the output of a CMS block to a template?
You have added some HTML to a custom template located at “template/mytemplates/custom.phtml”. Which code snippet is the correct way to create a block for custom.phtml in the layout XML?
Which code snippet shows the correct way to add a JavaScript file from your custom theme to all Magento pages?
Using Magentos JavaScript translator object, which is the correct option for translating JavaScript strings within a.phtml file?
You want to load my-file.js only on the exam' CMS page. In native Magento, which two of the following statements are true? (Choose TWO.)
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 stop all events on someElement. Which two methods from prototype.js will do this? (Choose TWO.)
Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
In layout XML, which of the following action methods would you use to define the block identifier on a block of type cms/block?
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.)
How can you minimize the number of HTTP requests made by your native Magento sites for JavaScript files?
Which four of the following page elements can be updated from the Magento Admin in System-> Configuration-> Design? (Choose FOUR.)
When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () 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?
You have created a system of multiple stores within a single Magento installation. Which one of the following levels of settings is NOT available?
Given the layout XML example below, which one of the following actions will cause the title, “Some Title,” to be translated by Magento?
EXAMPLE:
Which three of the following action method(s) are valid ways to add custom JavaScript files? (Choose THREE.)
Which type of block defines the HTML head section of the page, which contains elements for including JavaScript, CSS, etc.?
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?
You have a “custom/default” design package. You need to edit this file:
/app/design/frontend/base/defauIt/template/page/html/header.Phtml
Which method is a bad practice because the file will be overwritten during Magento upgrades?
Which three of the following folders should NOT be publicly accessible? (Choose THREE.)
What is the proper layout update handle for adding a CSS file to the product page?
In layout XML, which two handles are used to assign layout rules to catalog category pages of a store? (Choose TWO.)