Magento M70-101 - Magento Certified Developer Exam
Page: 3 / 25
Total 122 questions
Question #11 (Topic: Topic 1)
Which method is called on a shipping carrier model to fetch a list of all available shipping methods, along with the rates associated with them, for a quote address?
A. collectShippingRates ( )
B. getAllowedMethods ( )
C. getShippingRates ( )
D. getAvailableRates ( )
E. collectRates ( )
Answer: E
Question #12 (Topic: Topic 1)
Which one of the following EAV attribute types may be used for layered navigation in native Magento?
A. varchar
B. enum
C. option
D. union
Answer: C
Question #13 (Topic: Topic 1)
You are creating a custom CMS module named Achme_Cms. Which one of the following is the correct XML required to override a controller from the Mage_Cms
module in your Achme_Cms module?
[Magento-M70-101-1.0/xmlfile-8_1.png]
module in your Achme_Cms module?
[Magento-M70-101-1.0/xmlfile-8_1.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Question #14 (Topic: Topic 1)
Which of the following options would cause a poll/poll collection to load all entities that have been posted during April, 2011?
[Magento-M70-101-1.0/xmlfile-9_1.png]
[Magento-M70-101-1.0/xmlfile-9_1.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Question #15 (Topic: Topic 1)
The final price for the product on the product view page is__________.
A. taken from the catalog_product_index_price table
B. taken from the catalog_product_index_price_idx table
C. taken from the catalog_product_index_price_f inal_idx table
D. calculated on-the-fly on php-level
E. pre-calculated in the products price attribute
Answer: D