Official Bank 0/131

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

Last updated on March 10, 2026

97% Exam Compliance
131 Total Questions
1
Question

What do you need to do to implement a completely new Web Service protocol in Magento?

Options
A

Create your own adapter and controller.

B

Create your own API resource.

C

Create a new API helper.

D

Create a new model extended from Mage_Api_Model_Abstract.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

Which module is responsible for Store Credit functionality in the native Magento?

Options
A

Enterprise/StoreCredit

B

Enterprise/CustomerBalance

C

Enterprise/Sales

D

Enterprise/Customer

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

Which of the following methods will force an EAV resource collection model to include an attribute in its result set?

Options
A

addAttributeToSelect($attribute);

B

getResource()->addAttribute($attribute);

C

addFieldToSelect($attribute);

D

getSelect()->from(‘’, $attribute);

E

addAttributeToCollection($attribute);

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?

Options
A

getAllNonNominalItems()

B

importShippingAddress()

C

hasRecurringltems()

D

collect()

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Which of the following allows you to render a custom form element using a template?

Options
A

Specify 'template' => ‘path/to/your/template’ in the addFieId method's third parameter when configuring the form.

B

Set the template manually by calling $form->getElement () ->setTemplate (..) when configuring the form.

C

Specify the template in the element's protected variable $_template.

D

Create a custom renderer for the form element, and use an anonymous block to execute the template in it.

E

Extend your element from Mage_Core_Block_Template, and then specify the template in the constructor.

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.