| Sno. | Question | Options | Marks |
|---|---|---|---|
| 1. | During deployment, site downtime occurs. Best solution? |
(a). Deploy directly to production (b). Use blue-green deployment strategy (c). Disable maintenance mode (d). Restart server |
1 |
| 2. | What database model does Magento use for catalog? |
(a). Relational (b). Document (c). EAV (d). Graph |
1 |
| 3. | In Magento 2, which file defines module dependencies and version? |
(a). registration.php (b). di.xml (c). module.xml (d). config.xml |
1 |
| 4. | If two classes require the same dependency, Magento 2: |
(a). Creates two separate objects every time (b). Always uses Object Manager directly (c). Reuses the same instance if the dependency is marked as shared (d). Throws an error unless defined in system.xml |
1 |
| 5. | What invalidates product cache? |
(a). Product save (b). Cron (c). Admin login (d). API call |
1 |
| 6. | What mechanism triggers background jobs in Adobe Commerce? |
(a). Scheduler (b). Cron (c). Queue Worker (d). Worker Pool |
0 |
| 7. | Flat catalog is: |
(a). Mandatory (b). Deprecated (c). Recommended (d). Required for speed |
1 |
| 8. | Tier price depends on: |
(a). Product category (b). Quantity purchased (c). Website configuration (d). Shipping method |
1 |
| 9. | What is Special Price in Magento 2? |
(a). Price based on customer group (b). Discount applied for bulk quantity (c). Temporary discounted price for all customers (d). Price only for logged-in users |
0 |
| 10. | In Magento 2, the preference tag in di.xml is used to: |
(a). Replace one class implementation with another globally (b). Set constructor arguments dynamically (c). Define a plugin for a class (d). Inject dependencies into controller actions |
1 |
| Total Marks:8/10 | Percentage:80% | ||