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 of the following methods will force an EAV resource collection model to include an attribute in its result set?
Options
A getResource()->addAttribute($attribute);
B addFieldToSelect($attribute);
C getSelect()->from(‘’, $attribute);
D addAttributeToSelect($attribute);
E addAttributeToCollection($attribute);
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
In which of the following integrations should you use the Magento API?
Options
A to receive a SOAP request from a third-party system to Magento
B to send or receive SOAP requests in Magento
C to provide tracking on the order success page
D to send a SOAP request from Magento to a third-party system
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Which of the following is the default setup script class name?
Options
A Mage_Core_Model_Resource_Setup_Default
B Mage_Setup_Model_Resource_Default
C Mage Core Model Resource Setup
D Mage_Core_Model_Mysql4_Setup
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which three of the following conditions should exclude a quote item from the shipping rate calculation by a carrier model? (Choose three)
Select 3
Options
A $quoteltem->getProduct()->isvirtual() == true
B $quoteltem->getweight() > 0
C $quoteItem->isShipSeparately() && SquoteItem->getHasChildren()
D $quoteItem->getFreeShipping() == true
E $quoteItem()->getQty() <
Mage::getStoreConfig('carriers/tablerate/min_shipping_qty')
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
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!

Finish Practice?

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