Multiple Choice
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( ) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Which of the following options would cause
Q3: Which three of the following object types
Q4: Which one of the following controller classes
Q5: You want to filter a product collection
Q6: Which of the following xpaths defines the
Q7: You want to define a list of
Q8: In which config areas are layout files
Q9: To implement a standard Adminhtml form for
Q10: When setData ('some', 'value') is called on
Q11: What does Magento use to determine whether