Magento M70-101 - Magento Certified Developer Exam
Page: 2 / 25
Total 122 questions
Question #6 (Topic: Topic 1)
Which one of the following API methods exists in Magento?
A. catalog_category.save
B. catalog_product.items
C. catalog_product_attribute_set.update
D. catalog_product.info
Answer: D
Question #7 (Topic: Topic 1)
Which one of the following classes must you extend in order to implement a custom indexer?
A. Mage_Eav_Model_Indexer_Abstract
B. Mage_Core_Model_lndexer_Abstract
C. Mage_Index_Model_Entity_Indexer_Abstract
D. Mage_Index_Model_Indexer_Abstract
Answer: D
Question #8 (Topic: Topic 1)
Which two EAV attribute frontend_input types make use of source models? (Choose two)
A. text
B. textarea
C. select
D. multiselect
E. date
F. gallery
Answer: CD
Question #9 (Topic: Topic 1)
What is the difference in the effect of calling the invoice capture ( ) method versus the invoice pay ( ) method?
A. No difference: pay ( ) will always call capture ( ).
B. pay ( ) will trigger the payment and capture ( ) will not.
C. capture ( ) will trigger the payment and pay ( ) will not.
D. The difference is determined by the payment method implementation.
Answer: C
Question #10 (Topic: Topic 1)
How is the sort order in which total models collect their values specified?
A. The sort order is specified in the admin configuration under Sales > "Checkout Totals Sort Order".
B. The sort order is specified in the system configuration under global/sales/quote/totals/ [total_code] with <before> and <after> nodes.
C. The sort order is defined by the module loading order as specified by the children of the modules/ [module_name]/depends configuration node.
D. The sort order is specified by the collect method in each total model.
Answer: A