Want to pass your Magento Certified Developer M70-101 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which of the following is a true statement about how Magento loads data for an EAV-based data model?
A. A data helper is used in order to properly load an object's attributes from the database.
B. EAV-based data models use a different abstract resource class than other data models.
C. The attribute values are loaded into an attribute collection object.
D. You must always specify each of the attributes to be loaded on the model.
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
A. global/resources/etc/setup/
B. system/database/resources/
C. global/resources/
D. database/action/scripts/
What do you need to do to implement a completely new Web Service protocol in Magento?
A. Create your own adapter and controller.
B. Create your own API resource.
C. Create a new API helper.
D. Create a new model extended from Mage_Api_Model_Abstract.