M70-301 Exam Questions
94 real M70-301 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
You need to add a custom structural block template to a block that will render all children automatically. Which three attributes are required in the block's XML definition? (Choos...
- Question #2
You want to add additional XML ("Additional XML Declaration") to an existing layout block. Which is the proper tag for adding it?
- Question #3
What is the proper layout update handle for adding a CSS file to the product page?
- Question #4
The name of a design package in the Design tab of the System->Configuration window in Admin is also used as ________ and ________ . (Choose TWO.)
- Question #5
You have a "custom/default" design package. You need to edit this file: Magento M70-301 Exam /app/design/frontend/base/defauIt/template/page/html/header.Phtml Which method is a bad...
- Question #6
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.)
- Question #7
Which four of the following page elements can be updated from the Magento Admin in System-> Configuration-> Design? (Choose FOUR.)
- Question #8
What result will be produced by the following layout handle?
- Question #9
Based on the code below, what color will a browser display in rendering the text inside the div tag?
- Question #10
Where are the core module translations located?
- Question #11
Layered navigation is displayed for a specific category when _________?
- Question #12
What is the function of the attribute output= "to Html" when applied to a <block> tag? Magento M70-301 Exam
- Question #13
Given the information shown below, which answer will correctly assign a customized template file using layout XML? Block type: example/controller Template path: /a pp/design/fronte...
- Question #15
In layout XML, which two handles are used to assign layout rules to catalog category pages of a Magento M70-301 Exam store? (Choose TWO.)
- Question #16
Which three of the following folders should NOT be publicly accessible? (Choose THREE.)
- Question #17
How can you override a native template file in an activated custom theme, using the design fallback?
- Question #18
Which of the following is the layout update handle loaded for built-in simple products?
- Question #19
Which two of the following statements are true regarding Magento configuration scopes? (Choose TWO.)
- Question #20
You have created a system of multiple stores within a single Magento installation. Which one of the following levels of settings is NOT available?
- Question #21
Which file adds the search module on a Magento website frontend?
- Question #22
You want to remove the right structural block from a page. Which code should you use?
- Question #23
You want to add the file "somescript.js" in a template. The JS-file is in the folder "root: js/lib". Which piece of code should you use?
- Question #24
Given the following layout XML, what will be the expected result on the Magento frontend?
- Question #26
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?
- Question #27
Using prototype.js, which selector would be used to target a group of list items with the class of item?
- Question #28
Which three of the following action method(s) are valid ways to add custom JavaScript files? (Choose THREE.)
- Question #29
You want to add a block to the content of the product detail page, without having to modify a Magento M70-301 Exam template. Which three container blocks are rendered regardless of...
- Question #30
If your custom frontend theme is missing an expected template file, the last place Magento will look is this directory: ______________.
- Question #31
You want to add CSS to an HTML page. Which HTML tag would you use?
- Question #32
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.)
- Question #33
Which XML layout handle is used to assign layout configurations to all pages of a store?
- Question #34
Which two of the following code samples contain correct XML code for adding style.css to a page? (Choose TWO.)
- Question #35
Given the HTML and CSS shown below, which attribute would clear the floated columns if applied to the "grid" element?
- Question #36
Where can you assign a root category for a new store in your Magento installation?
- Question #37
Magento is searching in the fallback system for a my-template.phtml file. As shown in the graphic above, you have configured Magento to the following: Magento M70-301 Exam In which...
- Question #38
When you create an inline translation, where is it stored?
- Question #39
Which three types of file are contained in the folder "skin/" in Magento? (Choose THREE.)
- Question #40
How can you minimize the number of HTTP requests made by your native Magento sites for JavaScript files?
- Question #41
Given the following HTML and CSS, what color will the word "nice be:
- Question #42
When assigning a template file, what is the difference between
- Question #43
In Magento layouts, which attribute for <block> defines the functionality of the block?
- Question #45
In layout XML, which of the following action methods would you use to define the block identifier on a block of type cms/block?
- Question #46
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.)
- Question #47
You want to set up different languages in a Magento installation with multiple stores. Which configuration scope should you use?
- Question #49
Given the following XML, which statement is true? Magento M70-301 Exam
- Question #51
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.)
- Question #53
Which type of block defines the HTML head section of the page, which contains elements for including JavaScript, CSS, etc.?
- Question #54
If you want to provide an existing custom theme for a mobile device browser, you'll only have to _____________.
- Question #55
A parent HTML element has the style position:relative". You need to position a child element within the parent so that the child's position originates from the parent element's box...
- Question #56
You want to override the lcolumn.phtml file. Which two of the following methods could you use? (Choose TWO.)