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.
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
Which four of the following page elements can be updated from the Magento Admin in System-> Configuration-> Design? (Choose FOUR.)
A. Breadcrumb Separator
B. Copyright
C. Favicon
D. Logo
E. Navigation
F. Page Title
G. Top Links
Which three of the following folders should NOT be publicly accessible? (Choose THREE.)
A. /app/design/frontend/package/theme/layout
B. /app/design/frontend/package/theme/locale
C. /app/design/frontend/package/theme/template
D. /skin/frontend/package/theme/css
E. /skin/frontend/package/theme/js
F. /skin/frontend/package/theme/img
Which code snippet shows the correct way to add a JavaScript file from your custom theme to all Magento pages?

A. Option A
B. Option B
C. Option C
D. Option D
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')
How can you minimize the number of HTTP requests made by your native Magento sites for JavaScript files?
A. Enable JavaScript merging in the admin.
B. Move JavaScript requests to footer block in local.xml.
C. Enable all Cache Storage Management.
D. Remove Magento JavaScript and only use files hosted by a third party CDN.
You created a header-new.phtml from the original header.phtml. How can you force Magento to use that new file in place of the native header block template?

A. Option A
B. Option B
C. Option C
D. Option D
Given the following XML, which statement is true?

A. You have to modify page/html/left.phtml to display the block.
B. You have to add
C. The block renders in the left structural block.
D. The block won't be shown until you put getChildHtml(` left') ?> into my- block.phtml.
Which file adds "breadcrumbs" on pages?
A. page.xml
B. breadcrumbs.xml
C. navigation.xml
D. core.xml
E. header.xml