Exam Details

  • Exam Code
    :CCDAK
  • Exam Name
    :Confluent Certified Developer for Apache Kafka Certification Examination
  • Certification
    :Confluent Certified Developer
  • Vendor
    :Confluent
  • Total Questions
    :150 Q&As
  • Last Updated
    :May 07, 2024

Confluent Confluent Certified Developer CCDAK Questions & Answers

  • Question 21:

    When auto.create.topics.enable is set to true in Kafka configuration, what are the circumstances under which a Kafka broker automatically creates a topic? (select three)

    A. Client requests metadata for a topic

    B. Consumer reads message from a topic

    C. Client alters number of partitions of a topic

    D. Producer sends message to a topic

  • Question 22:

    If I want to have an extremely high confidence that leaders and replicas have my data, I should use

    A. acks=all, replication factor=2, min.insync.replicas=1

    B. acks=1, replication factor=3, min.insync.replicas=2

    C. acks=all, replication factor=3, min.insync.replicas=2

    D. acks=all, replication factor=3, min.insync.replicas=1

  • Question 23:

    In Avro, adding an element to an enum without a default is a __ schema evolution

    A. breaking

    B. full

    C. backward

    D. forward

  • Question 24:

    A consumer sends a request to commit offset 2000. There is a temporary communication problem, so the broker never gets the request and therefore never responds. Meanwhile, the consumer processed another batch and successfully committed offset 3000. What should you do?

    A. Add a new consumer to the group

    B. Use the kafka-consumer-group command to manually commit the offsets 2000 for the consumer group

    C. Restart the consumer

    D. Nothing

  • Question 25:

    What's a Kafka partition made of?

    A. One file and one index

    B. One file

    C. One file and two indexes per segment

    D. One file and two indexes

  • Question 26:

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

    A. flatmap

    B. reduce

    C. joining

    D. count

    E. peek

    F. aggregate

  • Question 27:

    A producer application was sending messages to a partition with a replication factor of 2 by connecting to Broker 1 that was hosting partition leader. If the Broker 1 goes down, what will happen?

    A. The producer will automatically produce to the broker that has been elected leader

    B. The topic will be unavailable

    C. The producer will stop working

  • Question 28:

    There are two consumers C1 and C2 belonging to the same group G subscribed to topics T1 and T2. Each of the topics has 3 partitions. How will the partitions be assigned to consumers with Partition Assigner being Round Robin Assigner?

    A. C1 will be assigned partitions 0 and 2 from T1 and partition 1 from T2. C2 will have partition 1 from T1 and partitions 0 and 2 from T2.

    B. Two consumers cannot read from two topics at the same time

    C. C1 will be assigned partitions 0 and 1 from T1 and T2, C2 will be assigned partition 2 from T1 and T2.

    D. All consumers will read from all partitions

  • Question 29:

    You want to send a message of size 3 MB to a topic with default message size configuration. How does KafkaProducer handle large messages?

    A. KafkaProducer divides messages into sizes of max.request.size and sends them in order

    B. KafkaProducer divides messages into sizes of message.max.bytes and sends them in order

    C. MessageSizeTooLarge exception will be thrown, KafkaProducer will not retry and return exception immediately

    D. MessageSizeTooLarge exception will be thrown, KafkaProducer retries until the number of retries are exhausted

  • Question 30:

    Select all the way for one consumer to subscribe simultaneously to the following topics - topic.history, topic.sports, topic.politics? (select two)

    A. consumer.subscribe(Pattern.compile("topic\..*"));

    B. consumer.subscribe("topic.history"); consumer.subscribe("topic.sports"); consumer.subscribe ("topic.politics");

    C. consumer.subscribePrefix("topic.");

    D. consumer.subscribe(Arrays.asList("topic.history", "topic.sports", "topic.politics"));

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Confluent exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CCDAK exam preparations and Confluent certification application, do not hesitate to visit our Vcedump.com to find your solutions here.