| Sno. | Question | Options | Marks |
|---|---|---|---|
| 1. | Which file defines application configuration in Adobe Commerce Cloud? |
(a). services.yaml (b). .magento.env.yaml (c). .magento.app.yaml (d). env.php |
1 |
| 2. | Which cache system is recommended for full page caching? |
(a). Redis (b). Varnish (c). Memcached (d). Elasticsearch |
1 |
| 3. | After upgrading Adobe Commerce, deployment fails because a custom patch cannot be applied. What should the developer do? |
(a). Restart the upgrade (b). Run ece-patches revert (c). Delete patch from .magento.app.yaml (d). Delete patch from m2-hotfixes directory |
1 |
| 4. | What is the purpose of virtualType in Magento 2 DI configuration? |
(a). To define a class that doesn’t exist physically but uses another class as its base (b). To make a class abstract (c). To create a singleton object automatically (d). To define plugins for abstract classes |
-0 |
| 5. | Where are plugins defined in a Magento 2 module? |
(a). routes.xml (b). module.xml (c). di.xml (d). webapi.xml |
-0 |
| 6. | Which table stores product entity data? |
(a). catalog_product_entity (b). product_entity (c). catalog_product_data (d). product_table |
1 |
| 7. | 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 |
| 8. | Which indexer mode is recommended for production? |
(a). Manual (b). Schedule (c). Realtime (d). Disabled |
1 |
| 9. | Which file defines dependency injection configuration? |
(a). module.xml (b). di.xml (c). routes.xml (d). events.xml |
1 |
| 10. | Which command recompiles dependency injection code? |
(a). setup:install (b). setup:upgrade (c). setup:di:compile (d). setup:static-content:deploy |
-0 |
| Total Marks:7/10 | Percentage:70% | ||