Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Confluent Certified Developer for Apache Kafka Certification Examination

Last Update 1 day ago Total Questions : 90

The Confluent Certified Developer for Apache Kafka Certification Examination content is now fully updated, with all current exam questions added 1 day ago. Deciding to include CCDAK practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CCDAK exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CCDAK sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Confluent Certified Developer for Apache Kafka Certification Examination practice test comfortably within the allotted time.

Question # 11

(You are writing lightweight XML messages to a Kafka topic named userinfo.

Which format should you use for the value field?)

A.

XmlSerializer

B.

StringSerializer

C.

ByteSerializer

D.

VoidSerializer

Question # 12

The producer code below features a Callback class with a method called onCompletion().

When will the onCompletion() method be invoked?

A.

When a consumer sends an acknowledgement to the producer

B.

When the producer puts the message into its socket buffer

C.

When the producer batches the message

D.

When the producer receives the acknowledgment from the broker

Question # 13

You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task.

What is the preferred deployment mode for this connector?

A.

Standalone mode

B.

Distributed mode

C.

Parallel mode

D.

SingleCluster mode

Question # 14

You need to explain the best reason to implement the consumer callback interface ConsumerRebalanceListener prior to a Consumer Group Rebalance.

Which statement is correct?

A.

Partitions assigned to a consumer may change.

B.

Previous log files are deleted.

C.

Offsets are compacted.

D.

Partition leaders may change.

Question # 15

Match each configuration parameter with the correct deployment step in installing a Kafka connector.

Question # 16

(You need to set alerts on key broker metrics to trigger notifications when a Kafka cluster is unhealthy.

What are three minimum broker metrics to monitor for cluster health?

Select three.)

A.

kafka.controller:type=KafkaController,name=LastCommittedRecordOffset

B.

kafka.controller:type=ControllerStats,name=UncleanLeaderElectionsPerSec

C.

kafka.controller:type=KafkaController,name=ActiveControllerCount

D.

kafka.controller:type=KafkaController,name=OfflinePartitionsCount

E.

kafka.controller:type=KafkaController,name=TopicsToDeleteCount

Question # 17

Match the topic configuration setting with the reason the setting affects topic durability.

(You are given settings like unclean.leader.election.enable=false, replication.factor, min.insync.replicas=2)

Question # 18

(You need to send a JSON message on the wire. The message key is a string.

How would you do this?)

A.

Specify a key serializer class for the JSON contents of the message’s value. Set the value serializer class to null.

B.

Specify a value serializer class for the JSON contents of the message’s value. Set a key serializer for the string value.

C.

Specify a value serializer class for the JSON contents of the message’s value. Set the key serializer class to null.

D.

Specify a value serializer class for the JSON contents of the message’s value. Set the key serializer class to JSON.

Question # 19

You need to correctly join data from two Kafka topics.

Which two scenarios will allow for co-partitioning?

(Select two.)

A.

Both topics have the same number of partitions.

B.

Both topics have the same key and partitioning strategy.

C.

Both topics have the same value schema.

D.

Both topics have the same retention time.

Question # 20

Which configuration allows more time for the consumer poll to process records?

A.

session.timeout.ms

B.

heartbeat.interval.ms

C.

max.poll.interval.ms

D.

fetch.max.wait.ms

Go to page: