Multiple Choice
Which statement describes a model class that extends Mage_Core_Model_Abstract?
A) The model class consists of properties and methods for storing and manipulating data retrieved via separate resource classes responsible for database operations.
B) The model class is responsible for loading the frontend layout templates and responding to page requests via its Action methods (for example, indexAction) .
C) The model class does not encapsulate any logic except for logic providing access to the data loaded from the database.
D) The model class is primarily responsible for direct query operations such as retrieving and storing data and then rendering that data to the frontend view.
Correct Answer:

Verified
Correct Answer:
Verified
Q63: Which two of the following will return
Q64: What is the difference between the base_grand_total
Q65: Which method is responsible for a full
Q66: In what order are the routers from
Q67: Which one of the following statements is
Q68: How can you restrict access to a
Q69: When changes are made to more than
Q70: Which of the following is a true
Q71: Which two EAV attribute frontend_input types make
Q72: Which one of the following API protocols