M70-101 Exam Questions
130 real M70-101 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Which one of the following accurately describes the purpose of the resource helper classes instantiated through Mage::getResourceHelper?
- Question #52
What type of Magento class is an API resource?
- Question #53
Which one of the following calls returns a simple product type model? Assume that$product is aninstance of Mage_Catalog_Model_Product representing a simple product.
- Question #54
Inside the XML node config/global/blocks, what is the correct xpath for rewriting the catalog/product_view block?
- Question #55
How can you restrict access to a custom API resource?
- Question #56
Which one of the following controller classes could respond to this URL?:
- Question #57
Which method is called on a shipping carrier model to fetch a list of all available shipping methods, along with the rates associated with them, for a quote address?
- Question #58
Which one of the following statements is true regarding Mage_Core_Block_Text_List?
- Question #59
Which one of the following EAV attribute types may be used for layered navigation in native Magento?
- Question #60
Which class is extended to render a dropdown in admin forms?
- Question #61
Which one of the following code fragments will create a new table in Magento?
- Question #62
Which four of these xml elements are used in system.xml to configure a system configuration property? (Choose four)
- Question #63
Which of the following is an advantage to using an EAV-based model instead of a model storing data in a single table?
- Question #64
Which one of the following API protocols does native Magento support?
- Question #65
Which two EAV attribute frontend_input types make use of source models? (Choose two)
- Question #66
Which one of the following declares a Layout XML file?
- Question #67
What does Magento use to determine whether the automatically run upgrade scripts have been run yet?
- Question #68
Which of the following should you do in order to add another product attribute to the condition in a shopping cart price rule?
- Question #69
In order to successfully register and configure a new entity capable of being saved and loaded from the database, you must create a model and which three of the following? (Choose...
- Question #70
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 #71
What is the total model Mage_Sale_Model_Quote_Addres_TotalNominal used for?
- Question #72
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 #73
When you register an event observer, which two of the following pieces of information are required for it to function? (Choose two)
- Question #74
Which of the following items is NOT utilized in Magento's implementation of EAV-based data models?
- Question #75
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 #76
Which of the following payment methods' payment actions creates an invoice during the "place order" step?
- Question #77
Which is a responsibility of EAV attribute frontend models?
- Question #78
In which config areas are layout files declared? (Choose two)
- Question #79
Which object never encapsulates any shopping cart items?
- Question #80
Which file path correctly identifies the location of a modules install/upgrade scripts inside the primary module directory?
- Question #81
A native Magento EAV entity will use_____________.
- Question #82
Which three of the following conditions are used to protect an admin route via ACL? (Choose three)
- Question #83
You want to filter a product collection so that it will return only SKUs 12 and 123. You will use a call to $collection->addFieldToFilter ('sku', ____________ ); Two of the followi...
- Question #84
Applying the shopping cart rule's action affects the quote item by setting the quote item's _____________.
- Question #85
Which one of the following is responsible for sending a remote request to the payment service when capturing an order?
- Question #86
Which kind of class is responsible for calculating the actual amount of reward points in every case?
- Question #87
Which one of the following API methods exists in Magento?
- Question #88
Which one of the following statements is true regarding layout update handles?
- Question #89
How many items will be added to the quote after adding a configurable product to the shopping cart?
- Question #90
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 c...
- Question #91
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 #92
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 #93
Assume we have a table mage_acme/ and you want to add an index for two fields, A and B. Which one of the following code fragments can do that?
- Question #94
Which two EAV attribute fcontend_input types make use of source models?
- Question #95
Which statement describes a model class that extends Mage_Core_Model_Abstract?
- Question #96
Assume the following price configuration: Price: 10 Group price: group=General, price=15 Tier price: group=All Groups, qty=1, price=20 Tier price: group=General, qty=1, price=25 Wh...
- Question #97
To update your order information from a third-party system using an XmlRpc call, you should _______________.
- Question #98
In which table could you find thecurrentorder state?
- Question #99
By enabling Flat catalog, you will ____________.
- Question #100
Which one of the following xpaths is correct for replacing Mage_Customer_Model_Custom_Address via Mage::helper ('customer/address')?