Confluent CCDAK Resources: Official Links and Study Tools

Confluent CCDAK resources for official links, blueprint checks, study tools, and source review.

Below are official resources for CCDAK. Start with Confluent’s certification pages, then use Apache Kafka docs as the canonical reference for client APIs and configuration behavior. Pair them with the local study plan, cheat sheet, FAQ, and glossary so your review flow stays practical.

Best way to use this page

Do not treat this as a random documentation dump. Use it in this order:

  1. confirm current live exam wording from the Confluent certification pages
  2. identify your weak lane from practice misses
  3. read only the Kafka or Confluent docs that match that weak lane
  4. return to the local cheat sheet and lesson pages so the docs turn back into exam judgment

Current fact check

As of April 13, 2026, Confluent’s live certification page still:

  • listed Confluent Certified Developer for Apache Kafka (CCDAK)
  • described it as the certification for developers and solution architects who build Kafka applications
  • said Confluent certification exams are 90 minute proctored exams
  • said question types vary across multiple-choice, matching, and list order
  • said all exams are in English
  • said certifications expire after two years

The linked Confluent training pages for the exam detail and exam-preparation guide also still resolved on that date, though they are JS-heavy and do not expose a simple public weighted domain table in static HTML.

Exam & certification (official)

Official docs by weak lane

If your misses cluster in… Start here Why
partitioning, ordering, and consumer-group basics Kafka documentation canonical source for Kafka’s partition and group model
producer retries, idempotence, batching, and compression Producer configs reference grounds delivery semantics versus throughput tuning
poll loops, offset commits, reset behavior, and lag Consumer configs reference keeps offset and liveness reasoning precise
transactions and read_committed behavior Kafka documentation best source for guarantee scope and isolation behavior
schema evolution, Connect, or Streams boundaries Confluent Platform docs clarifies what belongs to Kafka core versus surrounding platform capabilities

Apache Kafka documentation (canonical)

Confluent Platform docs (Schema/Connect/Streams)

Use Apache Kafka docs first for Kafka-core client semantics. Use Confluent Platform docs when the stem is really about Schema Registry, Connect, Streams, or surrounding platform capability boundaries.

What to trust first when sources disagree

If there is a conflict between… Trust this first
older prep notes and Confluent’s current certification page the current Confluent certification page
generic event-streaming advice and Apache Kafka docs the Apache Kafka docs
old client-blog examples and current config references the current official config references
platform-boundary confusion and Confluent product docs Confluent product docs

What not to over-trust for CCDAK

  • generic “streaming system” advice that ignores Kafka’s partition and offset model
  • throughput tips that assume semantics are already safe
  • any source that treats idempotence, transactions, and read_committed as interchangeable
  • Connect or Streams examples used to answer plain producer or consumer API questions
Revised on Sunday, May 10, 2026