Which block type should you use to create the wrapper block?
You want to create a wrapper block that uses an HTML tag name which is set by the action setHtmlTagName.
The wrapper block should render all its child blocks within the HTML tag. Which block type should you use to
create the wrapper block?
Which three of the following object types will have a p…
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)
Which of the following is the correct code for assignin…
Which of the following is the correct code for assigning a custom template file using layout XML?
Which one of the following xpaths is correct for replac…
Which one of the following xpaths is correct for replacing Mage_Customer_Model_Custom_Address via
Mage::helper (‘customer/address’)?
which one of the following classes?
A custom frontend controller will extend which one of the following classes?
When setData (‘ some’, ‘value’) is called on an EAV ent…
When setData (‘ some’, ‘value’) is called on an EAV entity and the entity is saved to the database,
which three kinds of product relations do Magento Catal…
With which three kinds of product relations do Magento Catalog Target Rules deal? (Choose three)
which a shopping cart price rule can apply?
In native Magento, without using conditions, which TWO of the following are scopes to which a shopping cart
price rule can apply? (Choose TWO.)
Which one of the following xpaths would accomplish that?
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(‘customer/
address’) with an instance of your own class. Which one of the following xpaths would accomplish that?
Which price will a customer from the “General” group se…
Assume the following price configuration:
Price: 10
Group price: group=General, price=15
Tier price: group=All Groups, qty=1, price=20
Tier price: group=General, qty=1, price=25
Which price will a customer from the “General” group see on the product view page?