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
Which of the following is the default setup script class name?
A. Mage_Core_Model_Mysql4_Setup
B. Mage_Core_Model_Resource_Setup_Default
C. Mage_Setup_Model_Resource_Default
D. Mage Core Model Resource Setup
Which object never encapsulates any shopping cart items?
A. Mage_Checkout_Model_Cart
B. Mage_Sales_Model_Quote
C. Mage_Sales_Model_Quote_Address
D. Mage_Sales_Model_Quote_Address
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 objects 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
The checkbox "Use default value" is checked and the corresponding input field is disabled, as shown in the graphic above.
How does Magento represent this state in the corresponding EAV value tables?
A. No row with a value for this store view and a row with value NULL for default
B. No row with a value for this store view and a row with any value for default
C. A row with value NULL for this store view and a row with value NULL for default
D. A row with value NULL for this store view and a row with any value for default
E. No row with a value for this store view and no row with a value for default
Which file path correctly identifies the location of a module's install/upgrade scripts inside the primary module directory?
A. sql/
B. var/scripts/
C. scripts/
D.
Assume you have saved a product in the Catalog. Will your last changes be taken into account for rule-based related products?
A. Only if you go to the "Catalog/Rule-based Product Relations" page, and hit "Reindex All" button.
B. Only if you clear the cache.
C. Yes: It will be done automatically by an observer on the catalog_product_save_after event.
D. Yes: Rule-based related products are calculated on-the-fly.
How can you restrict access to a custom API resource?
A. Only by creating a new role under System/Web Services/Roles
B. By setting up an ACL in etc/api.xml and creating a new role for it in System/Web Services/Roles
C. Only by extending Mage_Api_Controller_Action and overriding the _isAllowed method
D. By setting up an ACL in etc/adminhtml.xml and creating a new role in System/Permissions/Roles