Proper study guides for Improve Magento Magento Certified Developer Plus Exam certified begins with Magento M70-201 preparation products which designed to deliver the Approved M70-201 questions by making you pass the M70-201 test at your first time. Try the free M70-201 demo right now.
2021 Sep M70-201 free draindumps
Q61. What is the xpath to the list of product types?
A. Catalog/product/type
B. Global/catalog/product/type
C. Default/catalog/product/type
D. It depends on the product type.
Answer: B
Q62. Which three of the following statements accurately describe differences between EAV and Flat catalogs when accessing child categories of a category? (Choose three)
A. A different method must be used to get the child categories if flat catalog is enabled.
B. The type of the results differs between EAV and flat catalog.
C. Results also include children of children if flat catalog is enabled.
D. Results contain more information for each child if flat catalog is disabled.
E. The children's IDs of EAV and Flat tables are different.
Answer: A,B,D
Q63. What do you need to do to implement a completely new Web Service protocol in Magento?
A. Create your own adapter and controller.
B. Create your own API resource.
C. Create a new API helper.
D. Create a new model extended from Mage_Api_Model_Abstract.
Answer: A
Q64. Which class is extended to render a dropdown in admin forms?
A. Mage_Adminhtml_Block_Widget
B. Mage_Core_Block_Abstract
C. Mage_Adminhtml_Block_Abstract
D. Mage_Adminhtml_Block_Template
E. Varien Data Form Abstract
Answer: E
Q65. In admin, a shipment can be created_____________.
A. Only after the whole order is invoiced
B. Only after at least one item is invoiced
C. Even before an invoice is created
D. Only after tracking number(s) are specified
Answer: C

Most up-to-date M70-201 rapidshare:
Q66. Which one of the folbwing classes must you extend in order to implement a custom indexer?
A. Mage_Eav_Model_Indexet:_Abstract
B. Mage_Cotre_Model_lndexeir_Abstract
C. Mage_Index_Model_Entity_Indexer_Abstract
D. Mage_Index_Model_Indexer_Abstract
Answer: D
Q67. 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 modules config.xml?
A. default/enterprise_reward/general/expiry_calculation with a value of static
B. default/enterprise_reward/general/expiry with a value of static
C. default/reward_points/general/expiry_calculation with a value of static
D. default/enterprise_reward/expiry_calculation with a value of static
Answer: A
Q68. Which three of the following will return an instance of a resource model? (Choose three)
A. Mage::getResourceModel( 'customer/customer1);
B. Mage::getResourceSingleton('customer/customer');
C. Mage::getModel('customer/customer')->getResourceModel();
D. Mage::getResourceModel('customer/customer')->getInstance();
E. Mage::getModel('customer/customer')->getResource();
F. Mage:: getRe sour ceModel 'customer/customer' )->getRe source ();
Answer: A,B,E
Q69. Which statement describes a model class that extends Mage_Core_Model_Abstract?
A. The model class consists of properties and methods for storing and manipulating data retrieved via separate resource classes responsible for database operations.
B. The model class is responsible for loading the frontend layout templates and responding to page requests via its Action methods (for example, indexAction).
C. The model class does not encapsulate any logic except for logic providing access to the data loaded from the database.
D. The model class is primarily responsible for direct query operations such as retrieving and storing data and then rendering that data to the frontend view.
Answer: A
Q70. Which one of the following API methods exists in Magento?
A. catalog_category.save
B. catalog_product,items
C. catalog_product_attribute_set.update
D. catalog_product.info
Answer: D