Magento M70-101 - Magento Certified Developer Exam
Page: 1 / 25
Total 122 questions
Question #1 (Topic: Topic 1)
For an attribute to be loaded on a catalog/product object, which two of the following conditions must be satisfied? (Choose two)
A. The eav_attribute table must contain a row defining the attribute's properties and its entity type.
B. The attribute must have a backend model configured in the XML config.
C. The attribute must be part of the attribute set pertaining to the object being loaded.
D. There must be a record of the attribute on the catalog_product_super_attribute table.
E. There must be a column added to the catalog_product_entity table.
Answer: AC
Question #2 (Topic: Topic 1)
What class does an adminhtml grid directly extend?
A. Mage_Adminhtml_Block_Widget
B. Varien_Data_Grid
C. Varien_Data_Widget
D. Mage_Adminhtml_Block_Template
Answer: A
Question #3 (Topic: Topic 1)
You have a product collection and want to add a filter to get all products whose name starts with Test or whose price is 0.00.
Which of the following statements would add that OR condition?
[Magento-M70-101-1.0/xmlfile-3_1.png]
Which of the following statements would add that OR condition?
[Magento-M70-101-1.0/xmlfile-3_1.png]
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
Answer: A
Question #4 (Topic: Topic 1)
Which three of the following conditions are used to protect an admin route via ACL? (Choose three)
A. You have defined an ACL in your module configuration
B. At least one admin role must have permission for that route
C. You have extended the controller from Mage_Adminhtml_Controller_Action
D. You have defined a method _isAllowed which checks the permission
E. The route name must start with admin
Answer: ACD
Question #5 (Topic: Topic 1)
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
Answer: B