Confluent CCAAK - Confluent Certified Administrator for Apache Kafka Exam
Page: 3 / 22
Total 109 questions
Question #11 (Topic: Exam A)
When a broker goes down, what will the Controller do?
A. Wait for a follower to take the lead.
B. Trigger a leader election among the remaining followers to distribute leadership.
C. Become the leader for the topic/partition that needs a leader, pending the broker return in the cluster.
D. Automatically elect the least loaded broker to become the leader for every orphan's partitions.
Answer: B
Question #12 (Topic: Exam A)
Which technology can be used to perform event stream processing? (Choose two.)
A. Confluent Schema Registry
B. Apache Kafka Streams
C. Confluent ksqlDB
D. Confluent Replicator
Answer: BC
Question #13 (Topic: Exam A)
How can load balancing of Kafka clients across multiple brokers be accomplished?
A. Partitions
B. Replicas
C. Offsets
D. Connectors
Answer: A
Question #14 (Topic: Exam A)
A company is setting up a log ingestion use case where they will consume logs from numerous systems. The company wants to tune Kafka for the utmost throughput.
In this scenario, what acknowledgment setting makes the most sense?
In this scenario, what acknowledgment setting makes the most sense?
A. acks=0
B. acks=1
C. acks=all
D. acks=underfined
Answer: A
Question #15 (Topic: Exam A)
Your Kafka cluster has four brokers. The topic t1 on the cluster has two partitions, and it has a replication factor of three. You create a Consumer Group with four consumers, which subscribes to t1.
In the scenario above, how many Controllers are in the Kafka cluster?
In the scenario above, how many Controllers are in the Kafka cluster?
A. One
B. Two
C. Three
D. Four
Answer: A