Bird
0
0

Which component typically stores events for replay in a microservices system?

easy📝 Conceptual Q2 of 15
Microservices - Event-Driven Architecture
Which component typically stores events for replay in a microservices system?
AAPI gateway
BCache memory
CLoad balancer
DEvent store or event log
Step-by-Step Solution
Solution:
  1. Step 1: Identify storage for events

    Events are stored in an event store or event log to enable replay.
  2. Step 2: Eliminate other options

    Cache memory is temporary, load balancer and API gateway do not store events.
  3. Final Answer:

    Event store or event log -> Option D
  4. Quick Check:

    Event storage = Event store/log [OK]
Quick Trick: Events are stored persistently in event logs for replay [OK]
Common Mistakes:
MISTAKES
  • Confusing cache with persistent event storage
  • Thinking load balancer stores events
  • Assuming API gateway handles event storage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes