Magento Certified Developer Plus Exam (M70-201) - Magen Actual Exam Questions
Last updated on March 10, 2026
What do you need to do to implement a completely new Web Service protocol in Magento?
Create your own adapter and controller.
Create your own API resource.
Create a new API helper.
Create a new model extended from Mage_Api_Model_Abstract.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which module is responsible for Store Credit functionality in the native Magento?
Enterprise/StoreCredit
Enterprise/CustomerBalance
Enterprise/Sales
Enterprise/Customer
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following methods will force an EAV resource collection model to include an attribute in its result set?
addAttributeToSelect($attribute);
getResource()->addAttribute($attribute);
addFieldToSelect($attribute);
getSelect()->from(‘’, $attribute);
addAttributeToCollection($attribute);
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?
getAllNonNominalItems()
importShippingAddress()
hasRecurringltems()
collect()
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following allows you to render a custom form element using a template?
Specify 'template' => ‘path/to/your/template’ in the addFieId method's third parameter when configuring the form.
Set the template manually by calling $form->getElement () ->setTemplate (..) when configuring the form.
Specify the template in the element's protected variable $_template.
Create a custom renderer for the form element, and use an anonymous block to execute the template in it.
Extend your element from Mage_Core_Block_Template, and then specify the template in the constructor.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.