Confluent CCAAK - Confluent Certified Administrator for Apache Kafka
When a broker goes down, what will the Controller do?
In certain scenarios, it is necessary to weigh the trade-off between latency and throughput. One method to increase throughput is to configure batching of messages.
In addition to batch.size, what other producer property can be used to accomplish this?
A Kafka administrator notices that their consumers of Topic X are starting to fall behind. The administrator sees that Topic X has four partitions, and the consumer group has two consumers.
Which change can increase the performance of the Consumer Group?
Which option is a valid Kafka Topic cleanup policy? (Choose two.)
Which connector type takes data from a topic and sends it to an external data system?
Multiple clients are sharing a Kafka cluster.
As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?
Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)
Which secure communication is supported between the REST proxy and REST clients?
You are managing a cluster with a large number of topics, and each topic has a lot of partitions. A team wants to significantly increase the number of partitions for some topics.
Which parameters should you check before increasing the partitions?
What are important factors in sizing a ksqlDB cluster? (Choose three.)