| Sno. | Question | Options | Marks |
|---|---|---|---|
| 1. | If Special Price is ₹700 and Tier Price is ₹750 (Qty 5), what will apply? |
(a). Tier Price (b). Special Price (c). Both combined (d). Random |
1 |
| 2. | A CTO wants to disable one of Magento’s core cron jobs. What is the recommended way for a developer to accomplish this? |
(a). Use cron_job_run event and stop execution (b). Rewrite cron schedule with a date that will never happen (c). Rewrite cron job and add disable="true" to job node (d). Disable cron job from Magento Admin |
1 |
| 3. | Quote data stored in: |
(a). sales_order (b). quote table (c). catalog_product (d). customer_entity |
1 |
| 4. | What is the best way to modify the behavior of a public method in a core class without overriding it? |
(a). Preference (b). Plugin (c). Observer (d). Rewrite |
1 |
| 5. | Where is checkout UI logic defined? |
(a). XML only (b). Knockout.js (c). PHP (d). CSS |
1 |
| 6. | 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 |
| 7. | Which file registers a module with the Magento framework? |
(a). module.xml (b). registration.php (c). composer.json (d). config.php |
1 |
| 8. | 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 |
1 |
| 9. | What is Tier Price used for? |
(a). Seasonal discounts (b). Bulk purchase discounts (c). Coupon-based pricing (d). Fixed product pricing |
1 |
| 10. | What database model does Magento use for catalog? |
(a). Relational (b). Document (c). EAV (d). Graph |
1 |
| Total Marks:10/10 | Percentage:100% | ||