This guide targets the current Confluent Certified Administrator for Apache Kafka (CCAAK) exam. As of April 13, 2026, Confluent’s live certification page still described CCAAK as the certification for professionals who manage and maintain Kafka cluster environments, validating the skills needed to configure, deploy, monitor, and support Apache Kafka clusters. The same public page also still said Confluent certification exams are 90 minute proctored exams, that question types vary across multiple-choice, matching, and list order, that all exams are in English, and that the credential expires after two years.
ISR: In-sync replicas, the Kafka replicas currently caught up enough to participate safely in acknowledged writes.
Controller: Kafka broker role responsible for cluster metadata leadership and partition or broker state changes.
Current exam snapshot
Item
Current Confluent signal
Official exam name
Confluent Certified Administrator for Apache Kafka
Exam code
CCAAK
Public role framing
manage and maintain Kafka cluster environments
Current exam style signal
90 minute proctored exam
Question types
multiple-choice, matching, list order
Language
English
Certification validity
2 years
Guide model
5 chapters -> 10 section lessons
What CCAAK is really testing
CCAAK is not a memorization exam for broker settings. Confluent is testing whether you can keep Kafka durable, reachable, observable, and safe to operate. Strong candidates consistently do four things:
protect data safety before chasing throughput
separate broker-level behavior from topic-level behavior and from client-side symptoms
choose the lowest-risk operational change that still restores health
understand when a problem is really about durability, security, networking, or maintenance sequencing
Confluent’s public certification page does not publish a weighted domain table for CCAAK, so this guide organizes the live role scope into five practical chapters that match what the public exam description says administrators must do: configure, deploy, monitor, support, and maintain Kafka clusters.
The exam habit that usually wins
Read CCAAK stems in this order:
decide whether the issue is really durability, configuration, security/connectivity, monitoring, or maintenance
identify the failing boundary before you change anything: broker role, listener path, write-safety setting, consumer path, or surrounding platform component
choose the smallest move that restores health without weakening acknowledged-write guarantees
prefer the answer that preserves rollback options, least privilege, and cluster stability
How to use this guide well
flowchart LR
S["Study Plan"] --> D["5 admin chapters"]
D --> L["10 scenario-first lessons"]
L --> C["Cheat Sheet and Glossary"]
C --> M["Mixed incident review"]
M --> R["Resources and final fact check"]