Magento Certified Developer - M70-101 Exam Practice Test

Question 1
Which statement describes a model class that extends Mage_Core_Model_Abstract?

Correct Answer: C
Question 2
In what order are the routers from the Magento core checked for a matching route?
Default: Mage_Core_Controller_Varien_Router_Default CMS: Mage_Cms_Controller_Router Standard: Mage_Core_Controller_varien_Router_Standard Admin: Mage_Core_Controller_Varien_Router_Admin

Correct Answer: A
Question 3
Which one of the following calls returns a simple product type model?
Assume that $product is an instance of Mage_Catalog_Model_Product representing a simple product.

Correct Answer: D
Question 4
Which is a responsibility of EAV attribute frontend models?

Correct Answer: C
Question 5
What is the name of the shopping cart item created from a recurring product?

Correct Answer: A
Question 6
To register a new API resource, what should you do?

Correct Answer: B
Question 7
What happens when you edit an existing order using the order management page?

Correct Answer: B
Question 8
When you register an event observer, which two of the following pieces of information are required for it to function? (Choose two)

Correct Answer: C,D
Question 9
Given an EAV-based data model whose data is stored in the table foo_entity, in which table would you find the values for an attribute of the varchar type?

Correct Answer: B
Question 10
By enabling Flat catalog, you will ____________.

Correct Answer: A