Exam CCDAK Topic 1 Question 29 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 29
Topic #: 1
Which two producer exceptions are examples of the class RetriableException? (Select two.)

Suggested Answer: A,D Vote an answer

BothLeaderNotAvailableExceptionandNotEnoughReplicasExceptionare subclasses of RetriableException, which representstransient issuesthat may succeed upon retry.
FromApache Kafka Java Client Documentation:
"RetriableException indicates that the request can be retried. This includes network errors and certain broker- side failures like leader not available or not enough replicas."
* RecordTooLargeException and AuthorizationException arenon-retriablebecause they represent client misconfigurations or access issues.
Reference:Kafka Error Handling Guide > Retriable vs. Non-Retriable Exceptions

by Theobald at May 06, 2026, 05:52 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
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.

0
0
0
10