Home > PHP & Programming > Quizzes > M70-301 Magento Front End Developer Certification Exam
M70-301 Magento Front End Developer Certification Exam
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 10% Most missed: “Which of the following options would cause a poll/poll collection to load all en…”
M70-301 Magento Front End Developer Certification Exam
Time left 00:00
25 Questions

1. How can you override a native template file in an activated custom theme, using the design fallback?
2. Which string will NOT be translated?
3. Which object never encapsulates any shopping cart items?
4. Which of the following is a true statement about how Magento loads data for an EAV-based data model?
5. Which one of these code samples will assign a root template to a specific page of native Magento?
6. Which two of the following are supported in the native Magento API? (Choose two)
7. Which of the following actions will enable logging via calls to debugDataO on a native Magento payment method model?
8. Which two of the following will return an instance of a block object? (Choose two)
9. What is the correct PHP code for adding the output of a CMS block to a template?
10. Which element in layout XML specifies a method to be called on a referenced or newly defined block?
11. Which one of the following controller classes could respond to this URL?: http://example.com/modulename/controller/index
12. Two modules, Foo and Moo, both rewrite the catalog/product model, but only the Moo module's rewrite is being used. Both modules Foo and Moo reside in the community code pool. Which two approaches allow the functionality from both classes to be used? (Choose two)
13. Given a configured package
14. What type of block is created by the code below?
15. Which three of the following will return an instance of a resource model? (Choose three)
16. Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
17. How many items will be added to the quote after adding a configurable product to the shopping cart?
18. 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?
19. What is the proper layout update handle for adding a CSS file to the product page?
20. What must be done to allow a third-party system to access the Magento API?
21. You want to override the lcolumn.phtml file. Which two of the following methods could you use? (Choose TWO.)
22. How can you update a third-party system with every new order created in Magento?
23. What happens when you edit an existing order using the order management page?
24. In which of the following integrations should you use the Magento API?
25. Which two of the following examples can be used to include a custom JavaScript on every page? (Choose TWO.)