Free CCDAK Exam Braindumps (page: 11)

Page 11 of 38

Which of the following Kafka Streams operators are stateful? (Select all that apply)

  1. flatmap
  2. reduce
  3. joining
  4. count
  5. peek
  6. aggregate

Answer(s): B,C,D,F


Reference:

https://kafka.apache.org/20/documentation/streams/developer-guide/dsl-api.html#stateful-transformations



A bank uses a Kafka cluster for credit card payments. What should be the value of the property unclean.leader.election.enable?

  1. FALSE
  2. TRUE

Answer(s): A

Explanation:

Setting unclean.leader.election.enable to true means we allow out-of-sync replicas to become leaders, we will lose messages when this occurs, effectively losing credit card payments and making our customers very angry.



A kafka topic has a replication factor of 3 and min.insync.replicas setting of 1. What is the maximum number of brokers that can be down so that a producer with acks=all can still produce to the topic?

  1. 3
  2. 0
  3. 2
  4. 1

Answer(s): C

Explanation:

Two brokers can go down, and one replica will still be able to receive and serve data



I am producing Avro data on my Kafka cluster that is integrated with the Confluent Schema Registry. After a schema change that is incompatible, I know my data will be rejected. Which component will reject the data?

  1. The Confluent Schema Registry
  2. The Kafka Broker
  3. The Kafka Producer itself
  4. Zookeeper

Answer(s): A

Explanation:

The Confluent Schema Registry is your safeguard against incompatible schema changes and will be the component that ensures no breaking schema evolution will be possible. Kafka Brokers do not look at your payload and your payload schema, and therefore will not reject data



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