M70-201 Exam Questions
133 real M70-201 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101
What class does an adminhtml grid directly extend?
- Question #102
For an attribute to be loaded on a catalog/product object, which two of the following conditions must be satisfied?
- Question #103
You want to define a list of quote object attributes that are copied to the order object when an order is placed. Which one of the following statements is true?
- Question #104
Which two EAV attribute fcontend_input types make use of source models?
- Question #105
Which one of the following class types directly charges a credit card when you capture an invoice in Magento admin?
- Question #106
A customer has complained that his reward points sum is inaccurate. In order to debug what has happened and to discover when changes were made to his reward points, where should yo...
- Question #107
Which table stores information about the relationship between configurable products and their child products?
- Question #108
Which statement describes a model class that extends Mage_Core_Model_Abstract?
- Question #109
Which one of the following is responsible for sending a remote request to the payment service when capturing an order?
- Question #110
By enabling Flat catalog, you will _____________.
- Question #112
What event do Website Restrictions use to restrict access?
- Question #113
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 #114
How can you update a third-party system with every new order created in Magento?
- Question #115
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::_aft...
- Question #116
Which kind of class is responsible for calculating the actual amount of reward points in every case?
- Question #117
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 #118
What type of Magento class is an API resource?
- Question #119
To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)
- Question #120
Which statement correctly describes order state and order status?
- Question #121
What is the difference in the effect of calling the invoice capture () method versus the invoice pay () method?
- Question #122
Which one of the following statements is true regarding Mage_Core_Block_Text_List?
- Question #123
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
- Question #124
Which of the following actions will enable logging via calls to debugData() on a native Magento payment method model?
- Question #125
You are creating a custom CMS module named Achme_Cms. Which one of the following is the correct XML required to override a controller from the Mage_Cms module in your Achme_Cms mod...
- Question #126
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 #127
Which of the following is the default setup script class name?
- Question #128
You need to implement private sales utilizing Website Restrictions as provided by the Enterprise Edition of Magento, and when customers are not logged in, you want them to be redir...
- Question #129
Assume that PayPal has presented a new API for online purchasing that you are going to use. Which class should you extend for doing that?
- Question #130
To update your order information from a third-party system using an XmlRpc call, you should __________.
- Question #131
Inside the XML node config/global/blocks, what is the correct xpath for rewriting the catalog/product_view block?
- Question #132
How is the sort order in which total models collect their values specified?
- Question #133
What is the difference between the base grand total and grand total attributes of the order?
- Question #136
What do you need to do to implement a completely new Web Service protocol in Magento?