1.
To update your order information from a third-party system using an XmlRpc call, you should _______________.
2.
Which of the following layout XML directives will set a value on a block?
3.
Given a grid interface that extends from Mage_Adminhtml_Block_widget_Grid, which of the following methods could you override to allow data to be loaded from a custom data collection?
4.
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?
5.
You want to implement a custom attribute source model. Which method do you have to implement after extending Mage_Eav_Model_Entity_Attribute_Source_Abstract?
6.
How can you make a payment method store entire credit card numbers?
7.
When the Magento configuration is being loaded, all the XML files in app/etc and the module registration files under app/etc/modules/ are loaded first. After that step, in which order are the following items loaded? 1. Configuration from the core_config_data DB table 2. app/etc/local.xml 3. The etc/config.xml of all active modules
8.
Which one of the following declares a Layout XML file?
9.
What does Magento use to determine whether the automatically run upgrade scripts have been run yet?
10.
Which of the following methods will force an EAV resource collection model to include an attribute in its result set?