Free CCDAK Exam Braindumps

If a topic has a replication factor of 3...

  1. 3 replicas of the same data will live on 1 broker
  2. Each partition will live on 4 different brokers
  3. Each partition will live on 2 different brokers
  4. Each partition will live on 3 different brokers

Answer(s): D

Explanation:

Replicas are spread across available brokers, and each replica = one broker. RF 3 = 3 brokers



How do Kafka brokers ensure great performance between the producers and consumers? (Select two)

  1. It compresses the messages as it writes to the disk
  2. It leverages zero-copy optimisations to send data straight from the page-cache
  3. It buffers the messages on disk, and sends messages from the disk reads
  4. It transforms the messages into a binary format
  5. It does not transform the messages

Answer(s): B,E

Explanation:

Kafka transfers data with zero-copy and sends the raw bytes it receives from the producer straight to the consumer, leveraging the RAM available as page cache



What isn't an internal Kafka Connect topic?

  1. connect-status
  2. connect-offsets
  3. connect-configs
  4. connect-jars

Answer(s): D

Explanation:

connect-configs stores configurations, connect-status helps to elect leaders for connect, and connect-offsets store source offsets for source connectors



To enhance compression, I can increase the chances of batching by using

  1. acks=all
  2. linger.ms=20
  3. batch.size=65536
  4. max.message.size=10MB

Answer(s): B

Explanation:

linger.ms forces the producer to wait before sending messages, hence increasing the chance of creating batches that can be heavily compressed.






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