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

CCDAK Exam Dumps - Confluent Certified Developer for Apache Kafka Certification Examination

Go to page:
Question # 4

You are writing to a topic with acks=all.

The producer receives acknowledgments but you notice duplicate messages.

You find that timeouts due to network delay are causing resends.

Which configuration should you use to prevent duplicates?

A.

enable.auto.commit=true

B.

retries=2147483647

max.in.flight.requests.per.connection=5

enable.idempotence=true

C.

retries=0

max.in.flight.requests.per.connection=5

enable.idempotence=true

D.

retries=2147483647

max.in.flight.requests.per.connection=1

enable.idempotence=false

Full Access
Question # 5

A producer is configured with the default partitioner. It is sending records to a topic that is configured with five partitions. The record does not contain any key.

What is the result of this?

A.

Records will be dispatched among the available partitions.

B.

Records will be sent to partition 0.

C.

An error will be raised and no record will be sent.

D.

Records will be sent to the least used partition.

Full Access
Question # 6

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.

Full Access
Question # 7

Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?

A.

batch.size

B.

max.block.size

C.

buffer.memory

D.

send.buffer.bytes

Full Access
Question # 8

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.

Full Access
Go to page: