M70-201 Magento Certified Developer Plus

Loading demo links...

Showing 7–9 of 10 questions

Question 7

When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?

Select an option, then click Submit answer.

  • foo_bar_baz will be the only handle added

  • loadLayout () does not take any arguments, so there is no effect

  • Only two handles will be added: foo_bar_baz and default

  • Foo_bar_baz will be added instead of the default handle

Question 8

When the Magento configuration is being loaded, all the XML files in app/etc and the module registration files under app/etc/modules/ are loaded first. After that step, in which order are the following items loaded?

1. Configuration from the core_config_data DB table

2. app/etc/local.xml

3. The etc/config.xml of all active modules

Select an option, then click Submit answer.

  • 1, 3, 2

  • 3, 1, 2

  • 3, 2, 1

  • 1, 2, 3

Question 9

Which object never encapsulates any shopping cart items?

Select an option, then click Submit answer.

  • Mage_Checkout_Model_Cart

  • Mage_Sales_Model_Quote

  • Mage_Sales_Model_Quote_Address

  • Mage_Sales_Model_Quote_Address