Free CCDAK Exam Braindumps (page: 4)

Page 4 of 38

You want to perform table lookups against a KTable everytime a new record is received from the KStream. What is the output of KStream-KTable join?

  1. KTable
  2. GlobalKTable
  3. You choose between KStream or KTable
  4. Kstream

Answer(s): D

Explanation:

Here KStream is being processed to create another KStream.



Using the Confluent Schema Registry, where are Avro schema stored?

  1. In the Schema Registry embedded SQL database
  2. In the Zookeeper node /schemas
  3. In the message bytes themselves
  4. In the _schemas topic

Answer(s): D

Explanation:

The Schema Registry stores all the schemas in the _schemas Kafka topic



Which of the following setting increases the chance of batching for a Kafka Producer?

  1. Increase batch.size
  2. Increase message.max.bytes
  3. Increase the number of producer threads
  4. Increase linger.ms

Answer(s): D

Explanation:

linger.ms forces the producer to wait to send messages, hence increasing the chance of creating batches



You have a Kafka cluster and all the topics have a replication factor of 3. One intern at your company stopped a broker, and accidentally deleted all the data of that broker on the disk. What will happen if the broker is restarted?

  1. The broker will start, and other topics will also be deleted as the broker data on the disk got deleted
  2. The broker will start, and won't be online until all the data it needs to have is replicated from other leaders
  3. The broker will crash
  4. The broker will start, and won't have any data. If the broker comes leader, we have a data loss

Answer(s): B

Explanation:

Kafka replication mechanism makes it resilient to the scenarios where the broker lose data on disk, but can recover from replicating from other brokers. This makes Kafka amazing!



Page 4 of 38



Post your Comments and Discuss Confluent CCDAK exam with other Community members:

Testbear commented on June 13, 2023
please upload
ITALY
upvote

Testbear commented on June 13, 2023
please upload
ITALY
upvote