Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Magento
Exam 1: Magento Certified Developer
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
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)
Question 42
Multiple Choice
You want to display a grid for a custom collection. After extending Mage_Adminhtml_Block_widget_Grid, which two of these methods should you implement? (Choose two)
Question 43
Multiple Choice
Which two public methods must be implemented in a functional custom shipping method directly extending Mage_Shipping_Model_Carrier_Abstract and also implementing Mage_Shipping_Model_Carrier_Interface? (Choose two)
Question 44
Multiple Choice
Which one of the following declares a Layout XML file?
Question 45
Multiple Choice
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
Question 46
Multiple Choice
When changes are made to more than one of a collection's items using setData ('some', 'value') , which of the following methods will save the changes in the collection?
Question 47
Multiple Choice
You have used the "refresh"' action on the cache management page for the block html cache type. Which of the following types of cache record would be cleared?
Question 48
Multiple Choice
The initial call to ______________ will create and return an instance of the specified class. Subsequent calls to this method during the same execution cycle will return the same class instance as opposed to creating a new one.