Question 6 of 131
When changes are made to more than one of a collection's items using setData( 'some', 'value'), which of the following methods will save the changes in the collection?
    Correct Answer: D

Question 7 of 131
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
    Correct Answer: D

Question 8 of 131
Which of the following block methods is the best to override when there is a need to customize how the block's html is rendered?
    Correct Answer: A

Question 9 of 131
Which kind of class is responsible for calculating the actual amount of reward points in every case?
    Correct Answer: B

Question 10 of 131
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