Free CCDAK Exam Braindumps (page: 3)

Page 3 of 38

To import data from external databases, I should use

  1. Confluent REST Proxy
  2. Kafka Connect Sink
  3. Kafka Streams
  4. Kafka Connect Source

Answer(s): D

Explanation:

Kafka Connect Sink is used to export data from Kafka to external databases and Kafka Connect Source is used to import from external databases into Kafka.



You are running a Kafka Streams application in a Docker container managed by Kubernetes, and upon application restart, it takes a long time for the docker container to replicate the state and get back to processing the data. How can you improve dramatically the application restart?

  1. Mount a persistent volume for your RocksDB
  2. Increase the number of partitions in your inputs topic
  3. Reduce the Streams caching property
  4. Increase the number of Streams threads

Answer(s): A

Explanation:

Although any Kafka Streams application is stateless as the state is stored in Kafka, it can take a while and lots of resources to recover the state from Kafka. In order to speed up recovery, it is advised to store the Kafka Streams state on a persistent volume, so that only the missing part of the state needs to be recovered.



What client protocol is supported for the schema registry? (Select two)

  1. HTTP
  2. HTTPS
  3. JDBC
  4. Websocket
  5. SASL

Answer(s): A,B

Explanation:

Clients can interact with the schema registry using the HTTP or HTTPS interface



If I produce to a topic that does not exist, and the broker setting auto.create.topic.enable=true, what will happen?

  1. Kafka will automatically create the topic with 1 partition and 1 replication factor
  2. Kafka will automatically create the topic with the indicated producer settings num.partitions and default.replication.factor
  3. Kafka will automatically create the topic with the broker settings num.partitions and default.replication.factor
  4. Kafka will automatically create the topic with num.partitions=#of brokers and replication.factor=3

Answer(s): C

Explanation:

The broker settings comes into play when a topic is auto created



Page 3 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