M70-101 Exam Questions
130 real M70-101 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101
Which of the following actions will enable logging via calls to debugData( ) on a native Magento payment method model?
- Question #102
What class does an adminhtml grid directly extend?
- Question #103
Assume that: $product is a loaded instance of Mage_Catalog_Model_Product/. Catalog Price Scope is set to global, and $customerGroupid contains a valid customer group ID. Which one...
- Question #104
Which two of the following will return an instance of a block object? (Choose two)
- Question #105
In which of the following integrations should you use the Magento API?
- Question #106
Which table stores information about the relationship between configurable products and their child products?
- Question #107
Which one of the following classes does NOT exist in Magento?
- Question #108
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 #109
Which two of the following are supported in the native Magento API? (Choose two)
- Question #112
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
- Question #113
The checkbox "Use default value" is checked and the corresponding input field is disabled, as shown in the graphic above. How does Magento represent this state in the corresponding...
- Question #114
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(`customer/address') with an instance of your own class. Which one of the following xpaths...
- Question #115
Which of the following is the default setup script class name?
- Question #116
In what order are the following hook methods called by Mage_Adminhtml_Block_Widget_Grid?
- Question #117
Given a grid interface that extends from Mage_Adminhtml_Block_widget_Grid, which of the following methods could you override to allow data to be loaded from a custom data collectio...
- Question #118
For an attribute to be loaded on a catalog/product object, which two of the following conditions must be satisfied? (Choose two)
- Question #119
Which of the following allows you to save a single attribute value on an EAV entity?
- Question #120
In native Magento, without using conditions, which TWO of the following are scopes to which a shopping cart price rule can apply? (Choose TWO.)
- Question #121
What is the basic class/interface for every model observer class?
- Question #122
In which order are the following methods executed after Mage_Core_Model_Abstract::save ( ) is called? 1 - Mage_Core_Model_Abstract::_beforeSave ( ) 2 - Mage_Core_Model_Abstract::_a...
- Question #123
What is the name of the shopping cart item created from a recurring product?
- Question #124
Which two public methods must be implemented in a functional custom shipping method directly extending Mage_Shipping_Model_Carrier_Abstract and also implementing Mage_Shipping_Mode...
- Question #125
What do you need to do to implement a completely new Web Service protocol in Magento?
- Question #126
Which three of the following will return an instance of a resource model? (Choose three)
- Question #127
In admin, a shipment can be created ____________.
- Question #128
What is the difference in the effect of calling the invoice capture () method versus the invoice pay () method?
- Question #129
In what order are the routers from the Magento core checked for a matching route? Default: Mage_Core_Controller_Varien_Router_Default CMS: Mage_Cms_Controller_Router Standard: Mage...
- Question #130
Given an EAV-based data model whose data is stored in the table foo_entity, in which table would you find the values for an attribute of the varchar type?
- Question #330
Which entity collects the grand_total and base_grand_total that the different total models collect?
- Question #331
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...