Home > Web Development > Quizzes > Magento Fundamentals Test
Magento Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Which of the following will correctly translate the value of the label node?”
Magento Fundamentals Test
Time left 00:00
25 Questions

1. When an order is placed by Credit Card - when does the payment gateway capture the money?
2. When creating an attribute - which of the following catalog input types can be used in layered navigation?
3. True or False? Template contains the PHTML files that contain xHTML markups and any necessary PHP to create logic for visual presentation.
4. What is the difference between Mage::getModel() and Mage::getSingleton()?
5. If an order has been created and is in pending state - what is the appropriate action that needs to be taken - for the to progress into the processing state?
6. What is the purpose of a Grouped Product?
7. Which code snippet is used to show one category on your front page?
8. Is it mandatory to give Namespace while creating custom module in Magento?
9. What Magento function can we employ to give special product pricing to specific customer groups based on qty purchased?
10. Select the correct handle for the Product View page.
11. Inside a .phtml file - what does '$this' refer to?
12. Turns out FEDEX is cheaper for some of the products. Where do we add FEDEX as a choice during checkout?
13. These are blocks created for the sole purpose of assigning visual structure to a store page such as header - left column - main column and footer.
14. Where are the Email Templates managed?
15. Where can I find system.log and exception.log debugging?
16. Which of the following does NOT return an instance of a helper object
17. Which of the following is called to apply taxes on the product view page?
18. How to add review list on product page of Magento ?
19. If you're going to take credit cards directly in your Magento store - which of the following items will you need?
20. The store offers a free shipping coupon for orders over $50. The owner wants to change it to order over $75. Where is that done?
21. Which code snippet is used to show products labeled as 'new' on your front page?
22. What is the best way to add xml settings for front of the store?
23. If you have mutliple people that need access to the Magento backend - how do you restrict access to specific users?
24. True or False? When customers are using the poll feature - only one question will show up at a time.
25. What is the difference between a simple product type and a virtual product type?