View Quiz Result

Sno. Question Options Marks
1. What is the purpose of indexers? (a). Improve database speed
(b). Precompute data for faster queries
(c). Backup database
(d). Compress data
1
2. A product has:
  • Price = ₹1000
  • Special Price = ₹800
  • Tier Price (Qty 5) = ₹750
Customer buys 5 items. What price is applied?
(a). ₹1000
(b). ₹800
(c). ₹750
(d). ₹900
1
3. A third-party module contains a class:
Vendor\Module\Model\OrderManager
You need to modify the return value of the placeOrder() method without breaking other modules.
What is the best solution?
(a). Class Preference
(b). Plugin (After method)
(c). Rewrite core class
(d). Observer
1
4. Which Magento component handles routing? (a). Router
(b). Controller
(c). FrontController
(d). Dispatcher
1
5. Special price is applied: (a). Based on quantity
(b). Based on customer group
(c). Globally to all customers (with date range)
(d). Only in admin panel
1
6. What is the purpose of config.php? (a). Store module configuration
(b). Store database credentials
(c). Store API tokens
(d). Store cache config
1
7. Which file defines application configuration in Adobe Commerce Cloud? (a). services.yaml
(b). .magento.env.yaml
(c). .magento.app.yaml
(d). env.php
1
8. Where are events defined? (a). events.xml
(b). di.xml
(c). module.xml
(d). routes.xml
1
9. What type of plugin executes before method? (a). around
(b). before
(c). after
(d). override
1
10. What happens if two plugins with the same sortOrder are declared for a method? (a). Magento throws an error
(b). Only the first plugin runs
(c). Execution order becomes unpredictable
(d). Magento merges them automatically
0
Total Marks:9/10 Percentage:90%