Confluent CCAAK Resources: Official Links and Study Tools

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

Below are official resources for CCAAK. Use Confluent’s exam pages for the authoritative description of the certification, and use Apache Kafka docs for canonical behavior of configs and tooling. Pair them with the local study plan, cheat sheet, FAQ, and glossary so your review flow stays grounded.

Best way to use this page

Do not treat this as a random bookmark list. 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 official Kafka or Confluent docs for that 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 Administrator for Apache Kafka (CCAAK)
  • described it as the certification for people who manage and maintain Kafka cluster environments
  • 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
broker roles, replication, ISR, write safety Kafka documentation canonical source for Kafka durability and broker behavior
listeners, endpoints, and network path confusion Kafka documentation plus the relevant Confluent training pages keeps bind vs advertised-path reasoning grounded
TLS, SASL, ACLs, and auth boundaries Kafka documentation primary reference for Kafka security model and config semantics
cluster health, URP, controller churn, lag triage Kafka documentation grounds metric and failure-signal meaning
platform boundaries like Connect or Schema Registry Confluent Platform docs clarifies what belongs to Kafka core versus surrounding Confluent components

Apache Kafka documentation (canonical)

Confluent Platform docs (operations)

Use Apache Kafka docs first for Kafka-core behavior. Use Confluent Platform docs when the stem is really about surrounding platform components rather than broker internals.

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 Kafka advice and Apache Kafka docs the Apache Kafka docs
old blog fixes and current product docs current official docs
platform-boundary confusion and Confluent product docs Confluent product docs

What not to over-trust for CCAAK

  • “just lower guarantees” advice when the question is really about durability
  • generic client troubleshooting notes when the issue is a broker-side replication signal
  • any source that treats advertised.listeners as interchangeable with listeners
  • Connect or Schema Registry advice applied to Kafka core admin questions
Revised on Sunday, May 10, 2026