M70-101 Exam Questions
130 real M70-101 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Which of the following lines includes a payment method object?
- Question #2
When the Magento configuration is being loaded, all the XML files in app/etc and the module registration files under app/etc/modules/ are loaded first. After that step, in which or...
- Question #3
To register a new API resource, what should you do?
- Question #4
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 #5
The final price for the product on the product view page is__________.
- Question #6
What is the difference in the effect of calling the invoice capture ( ) method versus the invoice pay ( ) method?
- Question #7
What is the xpath to the list of product types?
- Question #8
Which of the following is a true statement about how Magento loads data for an EAV-based data model?
- Question #9
How is the sort order in which total models collect their values specified?
- Question #10
Which statement correctly describes order state and order status?
- Question #11
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 #12
In which table could you find the order state?
- Question #13
Which two of the following methods can be used to load an entity's data from its configured data table? (Choose two)
- Question #14
Which of the following node names may be used inside the setup resource declaration to utilize a custom setup class?
- Question #15
Which method is responsible for a full re-index in the abstract Magento indexer?
- Question #16
Which three of the following conditions should exclude a quote item from the shipping rate calculation by a carrier model? (Choose three)
- Question #17
Which of the following layout XML directives will set a value on a block?
- Question #18
A valid way to extend Mage_Adminhtml_Cms_PageController with the Acme_Cms_Adminhtml PageController class would be to set the following configuration; Which of the following code pa...
- Question #19
What must be done to allow a third-party system to access the Magento API?
- Question #20
Which table is used for calculating a new increment ID for an order?
- Question #21
Which of the following options would cause a poll/poll collection to load all entities that have been posted during April, 2011?
- Question #22
Given an EAV-based data model, values for each of the object's attributes are stored in
- Question #23
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 #24
Which of the following methods will force an EAV resource collection model to include an attribute in its result set?
- Question #25
Which one of the following class types directly charges a credit card when you capture an invoice in Magento admin?
- Question #26
Which model is responsible for calculating the taxes for the selected shipping rate?
- Question #27
What is the purpose of the configuration XML flag stored in g1obal/resource/connection/type/pdomysql/compatibleMode? (Choose TWO.)
- Question #28
You have a product collection and want to add a filter to get all products whose name starts with Test or whose price is 0.00. Which of the following statements would add that OR c...
- Question #29
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 #30
To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)
- Question #31
How can you update a third-party system with every new order created in Magento?
- Question #32
Which two of the following methods can be used to bad an entity's data from its configured data table? (Choose two)
- Question #33
How is a flat table updated?
- Question #34
How can you make a payment method store entire credit card numbers?
- Question #35
You are implementing an observer Method for the event controller_action_predispatch, and$action contains the action controller passed via $observer->getControllerAction 0. You want...
- Question #36
Assume you added a product with custom options to the shopping cart. Where will the data for the custom options be stored persistently?
- Question #37
A custom frontend controller will extend which one of the following classes?
- Question #38
You want to implement a custom attribute source model. Which method do you have to implement after extending Mage_Eav_Model_Entity_Attribute_Source_Abstract?
- Question #39
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 #40
Which one of the following classes must you extend in order to implement a custom indexer?
- Question #41
What is the difference between the base_grand_total and grand_total attributes of the order?
- Question #42
You want your module to set some data on the shopping cart item when a product is added to the cart on the frontend. Which event can be used regardless of how the product is added...
- Question #43
When an admin page is requested, which of the following methods will be executed first?
- Question #44
How does Magento store comments regarding different entities (invoice, credit memo, shipment)?
- Question #45
What happens when you edit an existing order using the order management page?
- Question #46
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
- Question #47
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 #48
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 #49
When setData ('some', 'value') is called on an EAV entity and the entity is saved to the database, __________________.
- Question #50
Which of the following will NOT generate a <script> tag in the output of the standard Magento page/html_head block?