M70-301 Exam Questions
94 real M70-301 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #57
Given the following HTML code, how are the divs "#column1", "#column2", and "#column3" displayed on the page?
- Question #58
Magento M70-301 Exam In an email template or a CMS block, which two of the following directives specify a store URL without requiring you to hardcode the base URL? (Choose TWO.)
- Question #59
Using Magentos JavaScript translator object, which is the correct option for translating JavaScript strings within a.phtml file?
- Question #60
You have created a custom theme called my_theme within the default package and want to override the native template file /page/lcolumn.phtml. You will need to place the file in the...
- Question #62
You want to stop all events on someElement. Which two methods from prototype.js will do this? (Choose TWO.)
- Question #64
You want to change the number of columns per row in the list of upsell products on all product pages. Where do you set the parameter that specifies the number of columns?
- Question #65
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? Magento M70-301 Exam
- Question #66
Which string will NOT be translated?
- Question #67
Which two of the following statements regarding Magento configuration scopes are true? (Choose TWO.)
- Question #68
Which file adds "breadcrumbs" on pages?
- Question #69
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.
- Question #70
In layout XML, which tag attributes are always used when configuring a template block? (Choose THREE.)
- Question #71
To configure a category to display a set of "Shop By" filters, what is the correct option to set in the Magento admin? Magento M70-301 Exam
- Question #72
What is the total width of a block-element styled with the following CSS?
- Question #73
Which attribute of an XML tag in the layout defines the system configuration key to be checked before performing the action method?
- Question #74
Which of these block types can be used to define "breadcrumbs" on a page?
- Question #76
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.)
- Question #77
What does the <update handle="catalog_seo_sitemap" /> element do in the following piece of layout XML? Magento M70-301 Exam
- Question #78
In System->Configuration `Design' you can configure individual theme names for ________ . (Choose FIVE)
- Question #79
Which file contains the code that renders the grid of products for a page of the catalog? Magento M70-301 Exam
- Question #80
Which of the following is the correct code for assigning a custom template file using layout XML?
- Question #82
You want to figure out which phtml-files are rendering in the front end. Which developer tool helps you do that?
- Question #83
Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
- Question #84
Which piece of code creates a url that links to the store pages in transactional email templates?
- Question #85
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a class called AdvancedPh...
- Question #86
Which element in layout XML specifies a method to be called on a referenced or newly defined block?
- Question #88
You want to create a new "screendesign" package based on the "default" package's "default" theme. Which ONE of the following steps do you have to take?
- Question #90
When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.
- Question #91
Which is the correct type attribute for a structural block?
- Question #92
Within a Magento instance configured to use the package name "my_package" and the theme name "my_theme", which file would override the default catalog search template?
- Question #93
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...
- Question #94
A website contains the three store views "English", "French", and "German", with the following settings configured: The template file template/page/lcolumn.phtml exists within the...
- Question #95
In which of the following directories is a .xml file located?
- Question #96
What is System -> Design used for?
- Question #97
Which layout handle can be used to assign a customized template file to the filter navigation block in the left column?
- Question #98
The underscore prefix ("_") in variable names in Magento template files marks these variables as __________?
- Question #99
Which three types of files are contained in the folder "app/design!"? (Choose THREE.)
- Question #100
What is the difference between "display: none" and "visibility: hidden"?
- Question #101
What is the correct PHP code for adding the output of a CMS block to a template?
- Question #103
How can a template be included in a CMS block?
- Question #105
Given the following code, what color is the word "sale"?
- Question #106
What type of block is created by the code below?
- Question #107
Which of the following is a native frontend layout handle in Magento?
- Question #110
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. W...