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.
A valid way to extend Mage_Adminhtml_Cms_PageController with the Acme_Cms_Adminhtml PageController class would be to set the following configuration;
Which of the following code pairs should be inserted in the blank spots in the code shown above?
A. Mage_Adminhtml, Acme_Cms_Adminhtml
B. Mage_Adminhtml, Acme_Cms_Adminhtml_PageController
C. Mage_Adminhtml_Cms_PageController, Acme_Cms_Adminhtml
D. Mage_Adminhtml_Cms_PageConttroller, Acme_Cms_Adminhtml_PageController
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?
A. _prepareDataModel
B. _prepareCollection
C. _initDataModel
D. _initGrid
To register a new API resource, what should you do?
A. Register your new resource in config.xml in the node global/api/ [module name]/resources.
B. Create etc/api.xml and register your resource in the api/resources node.
C. Go to the System/Web services/API Resources management page, and add a new resource from there.
D. Create an etc/resources.xml config file and register your resource in the api/resources node.
How is the sort order in which total models collect their values specified?
A. The sort order is specified in the admin configuration under Sales > "Checkout Totals Sort Order".
B. The sort order is specified in the system configuration under global/sales/quote/totals/ [total_code] with
C. The sort order is defined by the module loading order as specified by the children of the modules/ [module_name]/depends configuration node.
D. The sort order is specified by the collect method in each total model.
Which of the following methods will force an EAV resource collection model to include an attribute in its result set?
A. addAttributeToSelect ($attribute);
B. getResource ( ) ->addAttribute($attribute);
C. addFieldToSelect ($attribute);
D. getSelect ( )->from ( ' ', $attribute);
E. addAttributeToCollection ($attribute);
Which one of the following EAV attribute types may be used for layered navigation in native Magento?
A. varchar
B. enum
C. option
D. union
Which of the following will NOT generate a