Official Bank 0/131

Magento Certified Developer Plus Exam (M70-201) - Magen Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
131 Total Questions
1
Question
Which two of the following parameters are necessary to define a usable massaction item? (Choose two)
Select 2
Options
A confirm
B label
C additional
D value
E url
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?
Options
A hasRecurringltems()
B importShippingAddress()
C collect()
D getAllNonNominalItems()
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
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
Options
A 3, 2, 1
B 3, 1, 2
C 1, 2, 3
D 1, 3, 2
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which two public methods must be implemented in a functional custom shipping method directly extending Mage_Shipping_Model_Carrier_Abstract and also implementing. Mage_Shipping_Model_Carrier_Interface? (Choose two)
Select 2
Options
A checkAvailableShipCountries()
B getConfigData()
C collectRates()
D isTrackingAvailable()
E getAllowedMethods()
F isFixed()
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
When changes are made to more than one of a collection's items using setData( 'some', 'value'),

which of the following methods will save the changes in the collection?
Options
A $collection->saveAllItems ()?
B $collection->saveItems ();
C $collection->save();
D $collection->saveAll();
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.