| Sno. | Question | Options | Marks |
|---|---|---|---|
| 1. | A developer stores API keys in config files. Best approach? |
(a). Store in code (b). Use env.php or secure configuration (c). Save in database (d). Hardcode in module |
1 |
| 2. | Best indexing mode for large catalogs? |
(a). Update on Save (b). Update by Schedule (c). Manual (d). Disabled |
1 |
| 3. | Which service file defines database and cache services? |
(a). services.yaml (b). routes.yaml (c). env.php (d). config.php |
1 |
| 4. | A merchant reports that after updating product prices via API, the storefront still shows old prices for several minutes.
What is the BEST solution? |
(a). Flush full page cache manually (b). Use cache tags to invalidate specific product cache (c). Disable Varnish caching (d). Increase cache lifetime |
1 |
| 5. | Which service is commonly used for Magento caching? |
(a). Redis (b). MongoDB (c). Cassandra (d). SQLite |
1 |
| 6. | Quote data stored in: |
(a). sales_order (b). quote table (c). catalog_product (d). customer_entity |
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. | What is the purpose of indexers? |
(a). Improve database speed (b). Precompute data for faster queries (c). Backup database (d). Compress data |
1 |
| 9. | What happens if _eventPrefix is not defined in a custom model? |
(a). Magento throws an exception (b). No events are triggered (c). Default prefix model is used (d). Only delete events work |
1 |
| 10. | Which plugin type can modify arguments? |
(a). before (b). after (c). around (d). observer |
1 |
| Total Marks:10/50 | Percentage:20% | ||