It is more faster and easier to pass the Magento M70-101 exam by using Exact Magento Magento Certified Developer Exam questuins and answers. Immediate access to the Up to the minute M70-101 Exam and find the same core area M70-101 questions with professionally verified answers, then PASS your exam with a high score now.

2021 Sep M70-101 exam fees

Q11. Which of the following items is NOT utilized in Magentos implementation of EAV-based data models? 

A. An entity table for storing the entities' basic information 

B. One or more tables to store the entities' associated pieces of information 

C. A two-column cross-link table to associate attribute values with a corresponding entity 

D. Foreign keys on each relevant table to connect relevant pieces of information at the database level 

E. An attribute table that defines what data (and of what type) may be stored on a particular entity 

Answer: C 


Q12. Which one of the following class types directly charges a credit card when you capture an invoice in Magento admin? 

A. Order 

B. Payment 

C. Invoice 

D. payment_method 

Answer: D 


Q13. To update your order information from a third-party system using an XmlRpc call, you should ________. 

A. use the native sales_order.update API call with the url /api/xmlrpc/ 

B. create a custom API resource which allows you to receive XmlRpc requests 

C. create a custom API adapter to receive XmlRpc requests 

D. create a custom API handler to process XmlRpc requests 

Answer: A 


Q14. 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? 

A. You can define this list by modifying the list of elements found in the configuration with the xpath global/fieldsets/sales_convert_quote. 

B. You can define this list by modifying the list of elements found in the configuration with the xpath global/sales/quote/item/product_attributes. 

C. You can define this list by checking the checkbox on the attribute edit page in the admin. 

D. You cannot modify the list of fields copied from quote to order because the process is hardcoded. 

Answer: A 


Q15. Which file path correctly identifies the location of a modules install/upgrade scripts inside the primary module directory? 

A. sql/<setup_resource_name>/ 

B. var/scripts/ 

C. scripts/ 

D. <setup_resource_name>/ 

Answer: A 


M70-101 free question

Regenerate M70-101 pdf exam:

Q16. 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) 

A. data model 

B. data helper 

C. resource model 

D. resource collection 

E. setup class 

Answer: CDE 


Q17. How many items will be added to the quote after adding a configurable product to the shopping cart? 

A. the number of options 

B. the number of options+1 

C. always 1 

D. always 2 

Answer: D 


Q18. 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 


Q19. The final price for the product on the product view page is ______. 

A. taken from the catalog_product_index_price table 

B. taken from the catalog_product_index_price_idx table 

C. taken from the catalog_product_index_price_f inal_idx table 

D. calculated on-the-fly on php-level 

E. pre-calculated in the products price attribute 

Answer: D 


Q20. 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 module? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: A