CCDAK Exam Question 1
A Kafka producer application wants to send log messages to a topic that does not include any key. What are the properties that are mandatory to configure for the producer configuration? (select three)
CCDAK Exam Question 2
How will you find out all the partitions where one or more of the replicas for the partition are not in-sync with the leader?
CCDAK Exam Question 3
In Avro, adding a field to a record without default is a __ schema evolution
CCDAK Exam Question 4
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 2. How many brokers can go down before a producer with acks=all can't produce?
CCDAK Exam Question 5
is KSQL ANSI SQL compliant?