M70-201 Exam Questions
133 real M70-201 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Which two of the following will return an instance of a block object? (Choose two)
- Question #2
In which table could you find the order state?
- Question #3
Which two of the following methods can be used to load an entity's data from its configured data table? (Choose two)
- Question #4
Which of the following layout XML directives will set a value on a block?
- Question #5
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 #6
Which object never encapsulates any shopping cart items?
- Question #7
Which table is used for calculating a new increment ID for an order?
- Question #8
Which of the following will NOT generate a <script> tag in the output of the standard Magento page/html_head block?
- Question #9
How many items will be added to the quote after adding a configurable product to the shopping cart?
- Question #10
Which three of the following statements accurately describe differences between EAV and Flat catalogs when accessing child categories of a category? (Choose three)
- Question #11
Which two of the following are supported in the native Magento API? (Choose two)
- Question #12
Which one of the following API methods exists in Magento?
- Question #13
Which module is responsible for Store Credit functionality in the native Magento?
- Question #14
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 #15
Which one of the following declares a Layout XML file?
- Question #16
Which four of these xml elements are used in system.xml to configure a system configuration property? (Choose four)
- Question #17
Which of the following allows you to save a single attribute value on an EAV entity?
- Question #18
Which of the following allows you to save a single attribute value on an EAV entity?
- Question #19
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 #20
Which three of the following conditions should exclude a quote item from the shipping rate calculation by a carrier model? (Choose three)
- Question #21
Which of the following lines includes a payment method object?
- Question #22
Which class is extended to render a dropdown in admin forms?
- Question #23
Which of the following is a true statement about how Magento loads data for an EAV-based data model?
- Question #24
Which class should you refer to in order to troubleshoot Website restriction issues?
- Question #25
Which of the following options would cause a poll/poll collection to load all entities that have been posted during April, 2011?
- Question #26
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 #27
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 #28
How can you make a payment method store entire credit card numbers?
- Question #29
The final price for the product on the product view page is__________.
- Question #30
Which of the following items is NOT utilized in Magentos implementation of EAV-based data models?
- Question #31
What is the difference between the base grand total and grand total attributes of the order?
- Question #32
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 #33
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 #34
Which one of the following controller classes could respond to this URL?:
- Question #35
Which one of the following API protocols does native Magento support?
- Question #36
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 #37
Which of the following accurately describes the parent class of all EAV-based resource models?
- Question #38
When you register an event observer, which two of the following pieces of information are required for it to function?
- Question #39
What does Magento use to determine whether the automatically run upgrade scripts have been run yet?
- Question #40
Which one of the folbwing classes must you extend in order to implement a custom indexer?
- Question #41
Custom widgets must _____________.
- Question #42
Which method is responsible for a full re-index in the abstract Magento indexer?
- Question #43
What can you do in order to render a picture in a specific cell in a grid?
- Question #44
Which file path correctly identifies the location of a module's install/upgrade scripts inside the primary module directory?
- Question #45
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 follow...
- Question #46
Which of the following elements does NOT exist in system configuration xml (system, xml file)?
- Question #47
To register a new API resource, what should you do?
- Question #48
You need to create a new condition rule type. Which two of the following classes would be suitable candidates for extending? (Choose two)
- Question #49
Which one of the following statements is true regarding layout update handles?
- Question #50
Which model is responsible for calculating the taxes for the selected shipping rate?