CCDAK Exam Questions & Answers
Certified Developer for Apache Kafka • Confluent
100% money-back guarantee
Sample CCDAK Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
Two consumers share the same group.id (consumer group id). Each consumer will
Each consumer is assigned a different partition of the topic to consume.
A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a consume request is sent to broker?
With this configuration, a single in-sync replica is still readable, but not writeable if the producer using acks=all
We have a store selling shoes. What dataset is a great candidate to be modeled as a KTable in Kafka Streams?
Aggregations of stream are stored in table, whereas Streams must be modeled as a KStream to avoid data explosion
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
Each broker must have a unique broker id and connect to the same zk ensemble and root zNode
Your manager would like to have topic availability over consistency. Which setting do you need to change in order to enable that?
unclean.leader.election.enable=true allows non ISR replicas to become leader, ensuring availability but losing consistency as data loss will occur
Get access to all 150 verified questions with detailed answers.
Unlock All CCDAK Questions