Confluent CCDAK FAQ for exam format, topics, prep strategy, practice, and common candidate traps.
CCDAK rewards developers who can reason clearly about Kafka behavior instead of guessing from familiar client-library patterns. The strongest answer is usually the one that preserves ordering, replay, and offset correctness before it chases throughput.
CCDAK is the Confluent Certified Developer for Apache Kafka certification. As of April 13, 2026, Confluent still described it as the certification for developers and solution architects who build applications with Apache Kafka, validating the knowledge needed to develop, deploy, and maintain real-time streaming applications with Kafka core APIs and platform capabilities.
As of April 13, 2026, Confluent’s certification page still said its certification exams are 90 minute proctored exams. It also said question types vary and include multiple-choice, matching, and list order items, that all exams are in English, and that certifications expire after two years.
No. CCDAK is developer-focused. You should understand how topics/partitions and replication relate to durability and throughput, but you’re not expected to operate clusters at an admin depth.
No. It is Kafka-specific. The exam rewards candidates who understand Kafka’s real boundaries: ordering per partition, offset tracking per partition, retries and duplicate risk, consumer-group coordination, and schema evolution around Kafka clients and platform components.
Most candidates land between 30 and 120 hours, depending on how much Kafka you’ve already used. See the Study Plan for a 30/60/90-day structure.
max.poll.interval.ms, timeouts).Use this order:
Not on the current public certification page. Confluent publicly describes the developer role and links official exam-detail and exam-guide routes, but the public page does not expose a simple weighted objective table for CCDAK. That is why this guide uses a practical developer-first chapter map instead of pretending Confluent published percentages.
You don’t need to memorize every setting, but you should recognize the high-yield ones and what they trade off. The Cheat Sheet is organized around those.
Correctness. The strongest answer usually preserves ordering, offset safety, and consumer compatibility first. Throughput tuning matters, but not if it quietly creates duplicate risk, breaks partition assumptions, or weakens schema safety.
No. Not if partition count is still the real limit, the group is unstable, or downstream processing is the real bottleneck. The exam often uses “add more consumers” as a distractor when the partition or handler design is still wrong.
Start with the Resources and turn each section into drills in the matching Confluent practice flow on MasteryExamPrep.com. Track misses, then re-drill the same topic within 24–48 hours.
Use this short pass: