It is impossible to pass Magento M70-201 exam without any help in the short term. Come to Ucertify soon and find the most advanced, correct and guaranteed Magento M70-201 practice questions. You will get a surprising result by our Renewal Magento Certified Developer Plus Exam practice guides.

2021 Oct M70-201 download

Q31. You want to display a grid for a custom collection. After extending Mage_Adminhtml_Block_widget_Grid, which two of these methods should you implement? (Choose two) 

A. _getCollection() 

B. _prepareCollection() 

C. _prepareColumns() 

D. toHtmlO 

E. render() 

Answer: B,C 


Q32. A customer has complained that his reward points sum is inaccurate. In order to debug what has happened and to discover when changes were made to his reward points, where should you look for logging information? 

A. Database table enterprise_reward_history 

B. Database table enterprise_reward 

C. Log file var/log/system.log 

D. Database table enterprise_rewai:d_log 

Answer: A 


Q33. What is the difference in the effect of calling the invoice capture () method versus the invoice pay () method? 

A. No difference: pay () will always call capture (). 

B. Pay () will trigger the payment and capture!) will not. 

C. Capture () will trigger the payment and pay () will not. 

D. The difference is determined by the payment method implementation. 

Answer: C 


Q34. Assume that PayPal has presented a new API for online purchasing that you are going to use. Which class should you extend for doing that? 

A. Mage_Sales_Model_Quote_Payment 

B. Mage_Payment_Model_lnfo 

C. Mage_Payment_Model_Method_Abstract 

D. Mage_Sales_Model_Order_Payment 

Answer: C 

13. Which of the following items is NOT utilized in Magentos implementation of EAV-based data models? 

A. An entity table for storing the entities' basic information 

B. One or more tables to store the entities' associated pieces of information 

C. A two-column cross-link table to associate attribute values with a corresponding entity 

D. Foreign keys on each relevant table to connect relevant pieces of information at the database level 

E. An attribute table that defines what data (and of what type) may be stored on a particular entity 

Answer: C 


Q35. How can you make a payment method store entire credit card numbers? 

A. For security reasons, there are no native ways for doing that. 

B. Pass the credit card number to the payment method: it will be stored automatically. 

C. Change the protected property of payment method $_canSaveCc to true. 

D. Configure your method to save the card number by setting 1 to the following xpath: default/payment/_NAME_/save_cc 

Answer: C 


M70-201 exams

Replace M70-201 free question:

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

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. 

Answer: D 


Q37. Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts? 

A. Global/resources/etc/setup/<script_directory_name>/module 

B. System/database/resources/<script_directory_name>/setup/module 

C. Global/resources/<script_directory_name>/setup/module 

D. Database/action/scripts/<script_directory_name> 

Answer: C 


Q38. When you register an event observer, which two of the following pieces of information are required for it to function? 

A. Method (or function) name 

B. Method (or function) arguments 

C. Class name 

D. Object type (singleton, model, none, etc.) 

E. Call order 

F. Active/inactive status 

Answer: A,C 


Q39. You need to create a new condition rule type. Which two of the following classes would be suitable candidates for extending? (Choose two) 

A. Mage_CatalogRule_Model_Rule_Condition_Product 

B. Enterprise_CatalogRule_Model_Rule_Condition_Product 

C. Enterprise_TargetRule_Model_Rule_Condition_Product_Attributes 

D. Mage_TargetRule_Model_Rule_Condition_Product_Attributes 

E. Enterprise_TargetRule_Model_Rule_Condition_Rule 

Answer: A,C 


Q40. A custom frontend controller will extend which one of the following classes? 

A. Mage_Core_Controller_Front_Action 

B. Mage_Adminhtml_Controller_Action 

C. Mage_Core_Controller_Varien_Front 

D. Mage_Core_Controller_Abstract 

Answer: A