7
LSI M70-201 M70-201 : Magento Certified Developer Plus Exam 10 Q&A Version 3.0 http://www.prep2pass.com/m70-201.htm

Prep2Pass M70-201 Exam - Magento Certified Developer Plus Exam

Embed Size (px)

DESCRIPTION

Prep2Pass offers Magento M70-201 questions and answers for your Magento Certified Developer Plus Exam exam preparation. Download M70-201 free sample to check the quality.

Citation preview

LSI M70-201M70-201 : Magento Certified Developer Plus Exam

10 Q&A

Version 3.0

http://www.prep2pass.com/m70-201.htm

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 2 -

Important Note, Please Read Carefully

Other prep2pass productsA) Offline Testing engineUse the offline Testing engine product topractice the questions in an exam environment.

Build a foundation of knowledge which will be useful also after passing the exam.

Latest VersionWe are constantly reviewing our products. New material is added and old material isrevised. Free updates are available for 90 days after the purchase. You should check yourmember zone at prep2pass and update 3-4 days before the scheduled exam date.

Here is the procedure to get the latest version:

1.Go towww.prep2pass.com2.Click on Log in3.The latest versions of all purchased products are downloadable from here. Just click thelinks.For most updates,it is enough just to print the new questions at the end of the newversion, not the whole document.

FeedbackIf you spot a possible improvement then please let us know. We always interested inimproving product quality.Feedback should be send to [email protected]. You should include thefollowing: Exam number, version, page number, question number, and your login Email.

Our experts will answer your mail promptly.

CopyrightEach iPAD file is a green exe file. if we find out that a particular iPAD Viewer file isbeing distributed by you, prep2pass reserves the right to take legal action against youaccording to the International Copyright Laws.

ExplanationsThis product does not include explanations at the moment. If you are interested inproviding explanations for this exam, please contact [email protected].

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 3 -

www.prep2pass.com Q: 1 With which three kinds of product relations do MagentoCatalog Target Rules deal? (Choose three)

A. The relations between a configurable product and its child products

B. The relations between a bundle product and its child products

C. The relations among products linked as cross-sell products

D. The relations between a product and its custom options

E. The relations among products linked as related products

F. The relations among products linked as upsell products

Answer: C, E, F

www.prep2pass.com Q: 2 When setData (' some', 'value') is called on an EAV entityand the entity is saved to the database,

A. The 'value' of the attribute named 'some' is saved in the eav_values table

B. The 'value' of the attribute named ' some' is saved in one of the entity's tablesdepending on its datatype (for example, entityname_varchar)

C. The data will be stored in the EAV registry making ' some' 'value' available to theentity

D. The 'value' of the attribute named T some' is saved in the eav attribute values table

Answer: B

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 4 -

www.prep2pass.com Q: 3 A custom frontend controller will extend which one of thefollowing 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

www.prep2pass.com Q: 4 Which three of the following conditions are used toprotect an admin route via ACL? (Choose three)

A. You have defined an ACL in your module configuration

B. At least one admin role must have permission for that route

C. You have extended the controller from Mage_Adminhtml_Controller_Action

D. You have defined a method _is Allowed which checks the permission

E. The route name must start with admin

Answer: A, C, D

www.prep2pass.com Q: 5 When changes are made to more than one of acollection's items using setData( 'some', 'value'), which of the following methods willsave the changes in the collection?

A. $collection->saveAll();

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 5 -

B. $collection->saveItems ();

C. $collection->saveAllItems ()?

D. $collection->save();

Answer: D

www.prep2pass.com Q: 6 When $ this ->load Layout (' foo_bar_baz') is called in astandard front action, what is the effect on the layout update object instance?

A. foo_bar_baz will be the only handle added

B. loadLayout () does not take any arguments, so there is no effect

C. Only two handles will be added: foo_bar_baz and default

D. Foo_bar_baz will be added instead of the default handle

Answer: D

www.prep2pass.com Q: 7 Which kind of class is responsible for calculating theactual amount of reward points in every case?

A. Reward model (Enterprise_Reward_Model_Reward)

B. Action model (derivatives from Entet:prise_Reward_Model_Action)

C. Event model (derivatives from Enterprise_Reward_Model_Event)

D. Calculation model (Enterprise_Reward_Model_Calculator)

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 6 -

Answer: B

www.prep2pass.com Q: 8 In what order are the routers from the Magento corechecked for a matching route?Default: Mage_Core_Controller_Varien_Router_DefaultCMS: Mage_Cms_Controller_RouterStandard: Mage_Core_Controller_Varien_Router_StandardAdmin: Mage_Core_Controller_Varien_Router_Admin

A. Admin, Standard, CMS, Default

B. Default, CMS, Standard, Admin

C. Admin, CMS, Standard, Default

D. Standard, Admin, Default, CMS

Answer: A

www.prep2pass.com Q: 9 What type of Magento class is an API resource?

A. Controller

B. Helper

C. Model

D. Resource model

Answer: C

www.prep2pass.com Q: 10 To implement a standard Adminhtml form for a customdata model, which two of the following must you do? (Choose two)

Leading the way in IT testing and certification tools, www.Prep2Pass.com Demo

- 7 -

A. Declare your module's block class prefix in the config.xml file.

B. Implement a sub-class of Mage_Adminhtml_Block_Widget_Form.

C. Implement a sub-class of Mage_Adminhtml_Block_Form_Abstract.

D. Create sub-classes of Mage_Adminhtml_Block_Form_Element_Abstract for eachform field to be presented.

E. Add a set of configuration values in the module's config-xml defining the form fieldsto be displayed.

Answer: A, B