exam questions

Exam CCAAK All Questions

View all questions & answers for the CCAAK exam

Exam CCAAK topic 1 question 26 discussion

Actual exam question from Confluent's CCAAK
Question #: 26
Topic #: 1
[All CCAAK Questions]

A topic ’recurring payments’ is created on a Kafka cluster with three brokers (broker id '0', ’1’, ‘2’) and nine partitions. The 'min.insync replicas' is set to three, and producer is set with 'acks' as 'all'. Kafka Broker with id '0' is down.
Which statement is correct?

  • A. Consumers can read committed messages from partitions on broker id '1', '2'.
  • B. Producers can write messages to all the partitions, because new leaders for the partitions will be elected.
  • C. Producers and consumers will have no impact on six of the nine partitions.
  • D. Producers will only be able to write messages to the topic where the Leader for the partition is on Broker id '1'.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Viru1699
1 month ago
Selected Answer: A
As long as the partitions have active leaders on brokers 1 or 2, consumers can read committed messages. This is not blocked by min.insync.replicas
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...