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

Testsnow M70-101 Exam - Magento Certified Developer Exam

Embed Size (px)

DESCRIPTION

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

Citation preview

Page 1: Testsnow M70-101 Exam - Magento Certified Developer Exam

LSI M70-101M70-101 : Magento Certified Developer Exam

10 Q&A

Version 3.0

http://www.testsnow.com/m70-101.htm

Page 2: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 2 -

Important Note, Please Read Carefully

Other TestsNow 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 TestsNow and update 3-4 days before the scheduled exam date.

Here is the procedure to get the latest version:

1.Go towww.TestsNow.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, TestsNow 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].

Page 3: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 3 -

www.TestsNow.com Q: 1 For an attribute to be loaded on a catalog/product object,which two of the following conditions must be satisfied? (Choose two)

A. The eav_attribute table must contain a row defining the attribute's properties and itsentity type.

B. The attribute must have a backend model configured in the XML config.

C. The attribute must be part of the attribute set pertaining to the object being loaded.

D. There must be a record of the attribute on the catalog_product_super_atti:ibute table.

E. There must be a column added to the catalog_product_entity table.

Answer: A, C

www.TestsNow.com Q: 2 What class does an adminhtml grid directly extend?

A. Mage_Adminhtml_Block_Widget

B. Varien_Data_Grid

C. Varien_Data_Widget

D. Mage_Adminhtml_Block_Template

Answer: A

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

Page 4: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 4 -

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 _isAllowed which checks the permission

E. The route name must start with admin

Answer: A, C, D

www.TestsNow.com Q: 4 Which table is used for calculating a new increment IDfor an order?

A. sales_flat_order_increment

B. eav_entity_store

C. core_increment

D. core_config_data

Answer: B

www.TestsNow.com Q: 5 Which one of the following API methods exists inMagento?

A. catalog_category.save

B. catalog_product, items

C. catalog_product_attribute_set.update

Page 5: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 5 -

D. catalog_product.info

Answer: D

www.TestsNow.com Q: 6 Which one of the following classes must you extend inorder to implement a custom indexer?

A. Mage_Eav_Model_Indexer_Abstract

B. Mage_Core_Model_lndexer_Abstract

C. Mage_Index_Model_Entity_Indexer_Abstract

D. Mage_Index_Model_Indexer_Abstract

Answer: D

www.TestsNow.com Q: 7 Which two EAV attribute frontend_input types make useof source models? (Choose two)

A. text

B. textarea

C. select

D. multiselect

E. date

F. gallery

Page 6: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 6 -

Answer: C, D

www.TestsNow.com Q: 8 What is the difference in the effect of calling the invoicecapture () 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

www.TestsNow.com Q: 9 How is the sort order in which total models collect theirvalues specified?

A. The sort order is specified in the admin configuration under Sales > "CheckoutTotals Sort Order".

B. The sort order is specified in the system configuration underglobal/sales/quote/totals/ [total_code] with <before> and <after> nodes.

C. The sort order is defined by the module loading order as specified by the children ofthe modules/ [module_name]/depends configuration node.

D. The sort order is specified by the collect method in each total model.

Answer: A

www.TestsNow.com Q: 10 Which method is called on a shipping carrier model tofetch a list of all available shipping methods, along with the rates associated withthem, for a quote address?

Page 7: Testsnow M70-101 Exam - Magento Certified Developer Exam

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

- 7 -

A. collectShippingRates()

B. getAllowedMethodsO

C. getShippingRates ()

D. getAvailableRates()

E. collectRates()

Answer: E