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

    How much should be the heap size of a broker in a production setup on a machine with 256 GB of RAM, in PLAINTEXT mode?

    A. 4 GB

    B. 128 GB

    C. 16 GB

    D. 512 MB

  • Question 12:

    Partition leader election is done by

    A. The consumers

    B. The Kafka Broker that is the Controller

    C. Zookeeper

    D. Vote amongst the brokers

  • Question 13:

    What is not a valid authentication mechanism in Kafka?

    A. SASL/GSSAPI

    B. SASL/SCRAM

    C. SAML

    D. SSL

  • Question 14:

    What is the default port that the KSQL server listens on?

    A. 9092

    B. 8088

    C. 8083

    D. 2181

  • Question 15:

    Which KSQL queries write to Kafka?

    A. COUNT and JOIN

    B. SHOW STREAMS and EXPLAIN statements

    C. CREATE STREAM WITH and CREATE TABLE WITH

    D. CREATE STREAM AS SELECT and CREATE TABLE AS SELECT

  • Question 16:

    A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a produce request with acks=all is sent to broker?

    A. NotEnoughReplicasException will be returned

    B. Produce request is honored with single in-sync replica C. Produce request will block till one of the two unavailable partition is available again.

  • Question 17:

    A consumer is configured with enable.auto.commit=false. What happens when close() is called on the consumer object?

    A. The uncommitted offsets are committed

    B. A rebalance in the consumer group will happen immediately

    C. The group coordinator will discover that the consumer stopped sending heartbeats. It will cause rebalance after session.timeout.ms

  • Question 18:

    What exceptions may be caught by the following producer? (select two)

    ProducerRecord record =

    new ProducerRecord<>("topic1", "key1", "value1");

    try {

    producer.send(record);

    } catch (Exception e) {

    e.printStackTrace();

    }

    A. BrokerNotAvailableException

    B. SerializationException

    C. InvalidPartitionsException

    D. BufferExhaustedException

  • Question 19:

    To read data from a topic, the following configuration is needed for the consumers

    A. all brokers of the cluster, and the topic name

    B. any broker to connect to, and the topic name

    C. the list of brokers that have the data, the topic name and the partitions list

    D. any broker, and the list of topic partitions

  • Question 20:

    Producing with a key allows to...

    A. Ensure per-record level security

    B. Influence partitioning of the producer messages

    C. Add more information to my message

    D. Allow a Kafka Consumer to subscribe to a (topic,key) pair and only receive that data

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.