Bird
0
0

Which statement best describes event choreography in Kafka-based systems?

easy📝 Conceptual Q1 of 15
Kafka - Event-Driven Architecture
Which statement best describes event choreography in Kafka-based systems?
AServices react to events independently without a central controller.
BA central service directs all event flows and service interactions.
CEvents are stored in a database before processing.
DServices communicate only through direct API calls.
Step-by-Step Solution
Solution:
  1. Step 1: Understand event choreography concept

    Event choreography means each service listens and reacts to events on its own without a central coordinator.
  2. Step 2: Compare with other options

    A central service directs all event flows and service interactions describes orchestration, not choreography. Options A and C do not fit event-driven Kafka patterns.
  3. Final Answer:

    Services react to events independently without a central controller. -> Option A
  4. Quick Check:

    Event choreography = Services react independently [OK]
Quick Trick: Choreography means no central controller, just event reactions [OK]
Common Mistakes:
  • Confusing orchestration with choreography
  • Thinking events require central storage before processing
  • Assuming direct API calls instead of event-driven

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes