Given an EAV-based data model, values for each of the object's attributes are stored in
A. type-specific columns on a general purpose attribute-value storage table
B. a type-specific table used for storing all attribute values of the given type for all entities
C. a table specific to both the attributes data type and the given objects entity type
D. type-specific columns on an entity-specific attribute-value storage table
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)
A. data model
B. data helper
C. resource model
D. resource collection
E. setup class
By enabling Flat catalog, you will ____________.
A. speed up performance on the frontend
B. speed up saving product on the backend
C. simplify the product import process
D. speed up loading product on the backend
What is the xpath to the list of product types?
A. catalog/product/type
B. global/catalog/product/type
C. default/catalog/product/type
D. It depends on the product type.
When an admin page is requested, which of the following methods will be executed first?
A. Mage Adminhtml Controller Action:: preDispatch ()
B. Mage Core Controller Router Default::match ()
C. Mage Core Controller Varien Action:: dispatch ()
D. Mage Core Controller Varien Front:: dispatch ()
Which three of the following will return an instance of a resource model? (Choose three)
A. Mage::getResourceModel ('customer/customer');
B. Mage::getResourceSingleton ('customer/customer');
C. Mage::getModel ('customer/customer') ->getResourceModel ( );
D. Mage::getResourceModel ('customer/customer')->getInstance ( );
E. Mage::getModel ('customer/customer') ->getResource ( );
F. Mage::getResourceModel ('customer/customer') ->getResource( );
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
In native Magento, without using conditions, which TWO of the following are scopes to which a shopping cart price rule can apply? (Choose TWO.)
A. Website
B. Store
C. Country
D. Category
E. Store group
F. Customer group
Which of the following will return an instance of a resource model? (Choose three)
A. Mage::getResourceModel ('customer/customer');
B. Mage::getResourceSingleton ('customer/customer');
C. Mage::getModel ('customer/customer') ->getResource ( );
D. Mage::getResourceModel ('customer/customer')->getInstance ( );
E. Mage::getModel ('customer/customer') ->getResourceModel ( );
F. Mage::getResourceModel ('customer/customer') ->getResource( );