Confluent CCAAK sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for Confluent Certified Administrator for Apache Kafka (CCAAK) topics such as brokers, partitions, replication, ISR, listeners, ACLs, monitoring, rolling maintenance, and cluster troubleshooting. The prompts emphasize safe operations rather than memorized broker settings.
The sample set below is part of the Confluent CCAAK guide path:
Work through each prompt before opening the explanation. CCAAK questions usually reward answers that protect durability, isolate the failure boundary, and use the lowest-risk operational fix.
Topic: Under-replicated partitions
Monitoring shows a sudden increase in under-replicated partitions after one broker reports disk pressure. Producers are still writing, but latency has increased. What should the administrator do first?
Best answer: B
Explanation: Under-replicated partitions are a durability and availability signal. The administrator should diagnose broker health and affected partitions before taking a risky action.
Why the other choices are weaker:
What this tests: replication, ISR, broker health, disk pressure, monitoring, and operational triage.
Related topics: Replication; ISR; Monitoring; Broker health
Topic: Listener misconfiguration
Internal clients can connect to Kafka, but external clients receive broker addresses they cannot route to after bootstrap. Which configuration area should the administrator check first?
Best answer: A
Explanation: Kafka clients bootstrap and then use broker metadata. If advertised addresses are not reachable from the client’s network, connection failures appear after initial contact.
Why the other choices are weaker:
What this tests: advertised listeners, client routing, listener maps, internal and external connectivity, and broker metadata.
Related topics: Listeners; Networking; Connectivity; Broker metadata
Topic: Rolling restart discipline
A configuration change requires broker restarts in a production Kafka cluster. The team wants to preserve availability and avoid unnecessary partition unavailability. Which approach is strongest?
Best answer: B
Explanation: Rolling maintenance preserves cluster availability better than stopping every broker. Health checks between restarts protect ISR and partition availability.
Why the other choices are weaker:
What this tests: rolling restarts, broker maintenance, availability, ISR health, and operational sequencing.
Related topics: Maintenance; Rolling restart; Availability; ISR
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Confluent or any certification body.