Skip to content
Medium-Hard Apply Apache Kafka Multiple Choice

A producer sends a message with acks=all to a topic with replication.factor=3 and min.insync.replicas=2. Two brokers fail simultaneously. What happens?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A Message is written to the surviving broker and acknowledged
B Producer receives NotEnoughReplicasException and the write is rejected
C Message is queued locally and retried automatically
D Kafka elects an out-of-sync replica as leader and writes succeed

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Apache Kafka questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Apache Kafka topic (Distributed Systems).

More Apache Kafka Questions