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

All CCDAK Test Inside Confluent Questions

Page: 5 / 6
Total 150 questions

Confluent Certified Developer for Apache Kafka Certification Examination Questions and Answers

Question 17

To enhance compression, I can increase the chances of batching by using

Options:

A.

acks=all

B.

linger.ms=20

C.

batch.size=65536

D.

max.message.size=10MB

Question 18

Which KSQL queries write to Kafka?

Options:

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 19

How can you gracefully make a Kafka consumer to stop immediately polling data from Kafka and gracefully shut down a consumer application?

Options:

A.

Call consumer.wakeUp() and catch a WakeUpException

B.

Call consumer.poll() in another thread

C.

Kill the consumer thread

Question 20

A consumer has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group never committed offsets for the topic before. Where will the consumer read from?

Options:

A.

offset 2311

B.

offset 0

C.

offset 45

D.

it will crash

Page: 5 / 6
Total 150 questions