View Quiz Result

Sno. Question Options Marks
1. Which file is mainly used to configure Dependency Injection in a custom module? (a). config.xml
(b). routes.xml
(c). di.xml
(d). module.xml
1
2. Which configuration should be stored in the code repository for an Adobe Commerce Cloud project? (a). Base URLs
(b). Payment gateway credentials
(c). Module enable/disable configuration
(d). Store email addresses
1
3. Which folder contains database schema definitions? (a). etc/db_schema.xml
(b). etc/di.xml
(c). etc/module.xml
(d). etc/schema.xml
1
4. Which tool is used for search? (a). MySQL
(b). Redis
(c). Elasticsearch
(d). RabbitMQ
1
5. If an event passes data using ['order' => $order], how do you access it inside the observer? (a). $order = $observer->getOrder();
(b). $order = $observer->getEvent()->getOrder();
(c). $order = $observer->order;
(d). $order = $this->getOrder();
1
6. Tier price depends on: (a). Product category
(b). Quantity purchased
(c). Website configuration
(d). Shipping method
1
Total Marks:6/50 Percentage:12%