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 allows you to save a single attribute value on an EAV entity?
A. $model->saveAttribute($attributeCode);
B. $model->save(SattributeCode);
C. $model->getResource()->saveAttribute($model, SattributeCode);
D. $model->getResource()->save($model, $attributeCode);
Which method is called on a shipping carrier model to fetch a list of all available shipping methods, along with the rates associated with them, for a quote address?
A. collectShippingRates()
B. getAllowedMethodsO
C. getShippingRates()
D. getAvailableRates()
E. collectRates()
Which of the following layout XML directives will set a value on a block?
A. B. C. D. E.
In order to successfully register and configure a new entity capable of being saved and loaded from the database, you must create a model and which three of the following? (Choose three)
A. collection class
B. Configuration settings in your module's config.xrnl
C. An entry in Mage:: $_registry
D. A record in the eav_entity table
E. A resource model
F. A table in the database that will store the entity's data
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 table is used for calculating a new increment ID for an order?
A. sales_flat_order_increment
B. eav_entity_store
C. core_increment
D. core_config_data
Which of the following will NOT generate a