View Quiz Result

Sno. Question Options Marks
1. GraphQL schema files are located in? (a). etc/graphql
(b). etc/schema
(c). etc/schema.graphqls
(d). etc/api
-0
2. Which service file defines database and cache services? (a). services.yaml
(b). routes.yaml
(c). env.php
(d). config.php
-0
3. Which indexing mode is recommended for production? (a). Update on Save
(b). Update by Schedule
(c). Manual
(d). Auto
1
4. What database model does Magento use for catalog? (a). Relational
(b). Document
(c). EAV
(d). Graph
-0
5. Which Magento component handles routing? (a). Router
(b). Controller
(c). FrontController
(d). Dispatcher
1
6. Which file defines REST API routes? (a). routes.xml
(b). webapi.xml
(c). api.xml
(d). rest.xml
1
7. Which cache stores layout XML? (a). Layout cache
(b). Config cache
(c). Block cache
(d). Full page cache
-0
8. 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
-0
9. 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
-0
10. Which file defines dependency injection configuration? (a). module.xml
(b). di.xml
(c). routes.xml
(d). events.xml
-0
Total Marks:3/10 Percentage:30%