M70-201 Exam Questions
133 real M70-201 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Assume you added a product with custom options to the shopping cart. Where will the data for the custom options be stored persistently?
- Question #52
Which of the following allows you to render a custom form element using a template?
- Question #53
Among other directives, your module's layout xml file contains the following code: But using the template path hints, you can see that a template custom/product/view.phtml is used...
- Question #54
Which three of the following will return an instance of a resource model? (Choose three)
- Question #55
Two modules, Foo and Moo, both rewrite the catalog/product model, but only the Moo module's rewrite is being used. Both modules Foo and Moo reside in the community code pool. Which...
- Question #56
How are "Rule-based related products" added to the shopping cart when you check their checkbox together with the checkbox for the basic product?
- Question #57
What is the basic class/interface for every model observer class?
- Question #58
Assume you have saved a product in the Catalog. Will your last changes be taken into account for rule-based related products?
- Question #59
Which of the following will cause the javascript file at [magento root] /skin/frontend/<package>/<theme>/js/some.js to be added to the output of the standard Magento page/html_head...
- Question #60
What is the xpath to the list of product types?
- Question #61
Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?
- Question #62
In which config areas are layout files declared? (Choose two)
- Question #63
Which of the following payment methods' payment actions creates an invoice during the "place order' step?
- Question #64
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
- Question #65
Which of the following methods will force an EAV resource collection model to include an attribute in its result set?
- Question #66
Which of the following could be used to pass an object to a block method?
- Question #67
For which two of the following composite products could the options be shipped separately on the frontend using "Checkout with multiple addresses"? (Choose two)
- Question #68
At what point in the grid preparation and rendering process is the collection containing the data for the grid prepared for loading?
- Question #69
The value of the config/placeholders/ [placeholder_id] /block node from the merged cache.xml configuration is used______________.
- Question #70
You want to display a grid for a custom collection. After extending Mage_Adminhtml_Block_widget_Grid, which two of these methods should you implement? (Choose two)
- Question #71
Which one of the following classes does NOT exist in Magento?
- Question #72
How can you restrict access to a custom API resource?
- Question #73
The initial call to _______________ will create and return an instance of the specified class. Subsequent calls to this method during the same execution cycle will return the same...
- Question #74
Which entity collects the grand_total and base_grand_total that the different total models collect?
- Question #75
Assume you have product with qty in stock=1, and two people are trying to buy it at the same time. Which of the following statements is true?
- Question #76
You have used the "refresh'' action on the cache management page for the block html cache type. Which of the following types of cache record would be cleared?
- Question #77
How does Magento store comments regarding different entities (invoice, credit memo, shipment)?
- Question #78
Which of the following node names may be used inside the setup resource declaration to utilize a custom setup class?
- Question #79
A native Magento EAV entity will use_____________.
- Question #80
How can reward points be converted to a discount on checkout?
- Question #81
What must be done to allow a third-party system to access the Magento API?
- Question #82
A customer bought two items but wants to cancel one. Which option enables the administrator of the site to edit the quantity while the invoice is being captured in the admin area?
- Question #83
In admin, a shipment can be created_____________.
- Question #84
With which three kinds of product relations do Magento Catalog Target Rules deal? (Choose three)
- Question #85
When setData (' some', 'value') is called on an EAV entity and the entity is saved to the database,
- Question #86
A custom frontend controller will extend which one of the following classes?
- Question #87
Which one of the following xpaths is correct for replacing Mage_Customer_Model_Custom_Address via Mage::helper ('customer/address')?
- Question #88
Which three of the following object types will have a parent class found in the Mage_Eav module for the purposes of EAV data storage in Magento? (Choose three)
- Question #89
Which three of the following conditions are used to protect an admin route via ACL? (Choose three)
- Question #90
Applying the shopping cart rule's action affects the quote item by setting the quote item's _______________.
- Question #91
What is the purpose of Catalog Target rules?
- Question #92
When changes are made to more than one of a collection's items using setData( 'some', 'value'), which of the following methods will save the changes in the collection?
- Question #93
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
- Question #94
Which of the following block methods is the best to override when there is a need to customize how the block's html is rendered?
- Question #95
When the load method is called on an EAV-based data model, which of the following occurs before the load method returns?
- Question #96
In which of the following integrations should you use the Magento API?
- Question #97
You need to override the default value for the expiry calculation for reward points used by the Reward Points module. Which of the following XML fragments should you use in your mo...
- Question #98
Which one of the following EAV attribute types may be used for layered navigation in native Magento?
- Question #99
Which two of the following parameters are necessary to define a usable massaction item? (Choose two)
- Question #100
What happens when you edit an existing order using the order management page?