Browse Confluent Certification Guides

CCAAK Study Plan (30 / 60 / 90 Days)

A practical CCAAK study plan you can follow: 30-day intensive, 60-day balanced, and 90-day part-time schedules with weekly focus, suggested hours/week, and tips for using the IT Mastery practice app.

This page answers the question most candidates actually have: “How do I structure my CCAAK prep?” Below are three realistic schedules built around what CCAAK rewards: operational correctness, safe changes, and diagnosis under pressure.

Use the plan that matches your available time, but tie it to one repeatable admin lab. Each week should include one controlled config change, one health-check pass, one timed drill set, and one miss-log review. The loop is: resources → lab rep → IT Mastery drills → miss log → mixed sets → timed runs.


How long should you study?

Your starting pointTypical total study timeBest-fit timeline
You operate Kafka weekly (configs, topics, troubleshooting)30–50 hours30–60 days
You’ve supported Kafka but not as a primary owner50–80 hours60–90 days
You’re new to Kafka administration80–120+ hours90 days

Choose a plan based on hours per week:

Time you can commitRecommended planWhat it feels like
10–12 hrs/week30‑day intensiveFast learning + lots of scenario practice
6–8 hrs/week60‑day balancedSteady progress + remediation time
3–5 hrs/week90‑day part‑timeSlow-and-solid with repetition

Minimum lab to support the plan

You do not need a large production-like cluster, but you do need enough surface area to practice safe admin thinking:

  • A small multi-broker Kafka lab where you can create topics, change retention settings, and observe replication behavior.
  • One listener or security setup you can break and fix on purpose.
  • One consumer group you can watch during lag, restart, or rebalance scenarios.
  • One short checklist for “healthy cluster” signals such as under-replicated partitions, offline partitions, and controller churn.

30-Day Intensive Plan

Target pace: ~10–12 hours/week. Goal: cover the official scope quickly, then harden instincts through drills and mixed sets.

WeekFocusWhat to doLinks
1Architecture + core operationsMaster partitions/replication/ISR and how failures look. Learn the core admin CLI commands and what “healthy” looks like.ResourcesCheat Sheet
2Broker configuration + topic managementLearn listeners, storage, and safe config changes. Practice topic configs: partitions, replication, retention/compaction, quotas.Cheat SheetIT Mastery
3Security + observabilityTLS/SASL/ACL fundamentals, least privilege. Learn how to interpret metrics/log patterns (URP, offline partitions, controller churn).ResourcesIT Mastery
4Troubleshooting + maintenanceRolling restarts/upgrades, reassignment, disk pressure, lag and rebalances. Finish with 2–3 timed mixed runs and remediation.IT MasteryFAQ

60-Day Balanced Plan

Target pace: ~6–8 hours/week.

WeeksFocusWhat to do
1–2Architecture + health indicatorsBuild mental models: ISR, leader election, controller role, internal topics; learn “healthy vs unhealthy” signals.
3–4Config + topic lifecycleBroker configs, listener patterns, storage planning; topic configs, partitioning, retention/compaction; safe changes.
5–6Security + governanceTLS/SASL/ACLs, super users, least privilege; audit/logging patterns.
7–8Troubleshooting + resiliencePartition reassignment, rolling restarts/upgrades, DR/multi-cluster awareness; heavy practice + remediation loop.

90-Day Part-Time Plan

Target pace: ~3–5 hours/week.

MonthFocusWhat to do
1FundamentalsLearn partitions/replication/retention and core admin commands; do weekly drills.
2Operating KafkaBroker config patterns, topic management, security basics; practice diagnosis scenarios.
3ReliabilityTroubleshooting deep dives, safe maintenance patterns, mixed timed runs; final review and remediation.

How to use IT Mastery without flattening the admin judgment

  • Start with Resources so you stay anchored to the current Confluent certification scope and primary Kafka references.
  • Review the matching section of the Cheat Sheet before timed practice, especially configs that affect durability, listeners, and maintenance safety.
  • Use IT Mastery for timed drills only after you can explain what the cluster should look like when it is healthy.
  • Keep a miss log, but write the rule in admin language, for example: “protect ISR first,” “check advertised listeners before blaming clients,” or “prefer safe maintenance over fast recovery.”