View Quiz Result

Sno. Question Options Marks
1. You need to fetch products + variants + inventory in one request efficiently. What should you use? (a). REST API
(b). GraphQL query
(c). Webhook
(d). Liquid
1
2. Flow:
  • Order placed
  • Check inventory in external system
  • Cancel order if not available
Best architecture?
(a). Poll API
(b). Webhook → external check → mutation
(c). Liquid
(d). Storefront API
1
3. A system must:
  • Detect new customers
  • Add them to CRM
Best approach?
(a). Poll API
(b). customers/create webhook
(c). Storefront API
(d). Liquid
1
Total Marks:3/3 Percentage:100%