Bird
0
0

Which statement best describes an active-passive Kafka cluster setup?

easy📝 Conceptual Q11 of 15
Kafka - Multi-Datacenter and Replication
Which statement best describes an active-passive Kafka cluster setup?
AOne cluster is active handling all traffic, the other is standby for failover.
BBoth clusters actively handle traffic and share the load equally.
CClusters are inactive until manually started.
DClusters are used only for backup storage without processing.
Step-by-Step Solution
Solution:
  1. Step 1: Understand active-passive setup

    Active-passive means one system is active and the other waits as backup. One cluster is active handling all traffic, the other is standby for failover. matches this exactly: one active, one standby for failover.
  2. Final Answer:

    One cluster is active handling all traffic, the other is standby for failover. -> Option A
  3. Quick Check:

    Active-passive = one active, one standby [OK]
Quick Trick: Active-passive means only one active system at a time [OK]
Common Mistakes:
  • Confusing active-active with active-passive
  • Thinking both clusters handle traffic simultaneously
  • Assuming passive cluster processes data

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes