Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Changed CCDAK Exam Questions

Page: 2 / 6
Total 150 questions

Confluent Certified Developer for Apache Kafka Certification Examination Questions and Answers

Question 5

To allow consumers in a group to resume at the previously committed offset, I need to set the proper value for...

Options:

A.

value.deserializer

B.

auto.offset.resets

C.

group.id

D.

enable.auto.commit

Question 6

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

Options:

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"));

Question 7

The exactly once guarantee in the Kafka Streams is for which flow of data?

Options:

A.

Kafka => Kafka

B.

Kafka => External

C.

External => Kafka

Question 8

What happens if you write the following code in your producer? producer.send(producerRecord).get()

Options:

A.

Compression will be increased

B.

Throughput will be decreased

C.

It will force all brokers in Kafka to acknowledge the producerRecord

D.

Batching will be increased

Page: 2 / 6
Total 150 questions