Confluent Certified Developer for Apache Kafka Certification Examination CCDAK real exam questions are available online, which are the best preparation material for you to pass the test. To get Apache Kafka certification, you will be well-versed in Apache Kafka-something which can help during salary negotiations and promotion discussions. If you're looking for a new job, you can use the Certification to stand out from the crowd. I also collected other related Confluent Certified Developer CCDAK exam information for you to study.
Confluent CCDAK real exam questions are the best preparation material for you to study all the related knowledge points. Share some Confluent Certified Developer for Apache Kafka Certification Examination CCDAK real exam questions and answers below.
1.If I supply the setting compression.type=snappy to my producer, what will happen? (select two)
A. The Consumers have to de-compress the data
B. The Kafka brokers have to de-compress the data
C. The Kafka brokers have to compress the data
D. The Producers have to compress the data
E. The Consumers have to compress the data
Answer: A
2.If I want to send binary data through the REST proxy, it needs to be base64 encoded. Which component needs to encode the binary data into base 64?
A. The Kafka Broker
B. The Producer
C. The REST Proxy
D. Zookeeper
Answer: B
3.A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?
A. When the message has been fully replicated to all replicas
B. When the high watermark has advanced
C. Right away
D. Never, the produce request will fail
Answer: B
4.You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure for the S3 connector?
A. 6
B. 2
C. 10
D. 3
Answer: B
5.To transform data from a Kafka topic to another one, I should use
A. Kafka Connect Source
B. Kafka Streams
C. Consumer + Producer
D. Kafka Connect Sink
Answer: B