Bird
0
0

Consider a system where data enters through an API gateway, passes through a processing service, and exits via a notification service. Which sequence correctly shows the entry and exit flow?

medium📝 Analysis Q13 of 15
LLD - Design — Parking Lot System
Consider a system where data enters through an API gateway, passes through a processing service, and exits via a notification service. Which sequence correctly shows the entry and exit flow?
ANotification Service -> API Gateway -> Processing Service
BNotification Service -> Processing Service -> API Gateway
CProcessing Service -> API Gateway -> Notification Service
DAPI Gateway -> Processing Service -> Notification Service
Step-by-Step Solution
Solution:
  1. Step 1: Identify the entry point

    The API Gateway is where data enters the system, so it must be first in the flow.
  2. Step 2: Follow the data path to exit

    Data moves from API Gateway to Processing Service, then exits via Notification Service.
  3. Final Answer:

    API Gateway -> Processing Service -> Notification Service -> Option D
  4. Quick Check:

    Entry to exit = API Gateway to Notification Service [OK]
Quick Trick: Follow data path from entry to exit [OK]
Common Mistakes:
MISTAKES
  • Reversing the order of services
  • Confusing exit with entry points
  • Ignoring the processing step

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes