Magento M70-201 - Magento Certified Developer Plus Exam
Page: 1 / 27
Total 131 questions
Question #1 (Topic: Topic 1)
With which three kinds of product relations do Magento Catalog Target Rules deal? (Choose three)
A. The relations between a configurable product and its child products
B. The relations between a bundle product and its child products
C. The relations among products linked as cross-sell products
D. The relations between a product and its custom options
E. The relations among products linked as related products
F. The relations among products linked as upsell products
Answer: CEF
Question #2 (Topic: Topic 1)
When setData (' some', 'value') is called on an EAV entity and the entity is saved to the database,
A. The 'value' of the attribute named 'some' is saved in the eav_values table
B. The 'value' of the attribute named ' some' is saved in one of the entity's tables depending on its datatype (for example, entityname_varchar)
C. The data will be stored in the EAV registry making ' some' 'value' available to the entity
D. The 'value' of the attribute named T some' is saved in the eav attribute values table
Answer: B
Question #3 (Topic: Topic 1)
A custom frontend controller will extend which one of the following classes?
A. Mage_Core_Controller_Front_Action
B. Mage_Adminhtml_Controller_Action
C. Mage_Core_Controller_Varien_Front
D. Mage_Core_Controller_Abstract
Answer: A
Question #4 (Topic: Topic 1)
Which one of the following xpaths is correct for replacing Mage_Customer_Model_Custom_Address via Mage::helper ('customer/address')?
A. Global/customer/helpers/address
B. Global/rewrite/helpers/rewrite/address
C. Global/helpers/customer/rewrite/address
D. Global/helpers/rewrite/customer_address
E. Global/helpers/rewrite/customer/address
Answer: C
Question #5 (Topic: Topic 1)
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)
three)
A. Data model
B. Data helper
C. Resource model
D. Resource collection
E. Setup class
Answer: CDE