1.
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?
2.
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
3.
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?
4.
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
5.
What type of Magento class is an API resource?
6.
Which statement correctly describes order state and order status?
7.
What is the difference in the effect of calling the invoice capture () method versus the invoice pay () method?
8.
Which one of the following statements is true regarding Mage_Core_Block_Text_List?
9.
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
10.
Which of the following actions will enable logging via calls to debugData() on a native Magento payment method model?