Winter 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 # 9

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

A.

Call consumer.wakeUp() and catch a WakeUpException

B.

Call consumer.poll() in another thread

C.

Kill the consumer thread

Full Access
Question # 10

What is the disadvantage of request/response communication?

A.

Scalability

B.

Reliability

C.

Coupling

D.

Cost

Full Access
Question # 11

In Kafka, every broker... (select three)

A.

contains all the topics and all the partitions

B.

knows all the metadata for all topics and partitions

C.

is a controller

D.

knows the metadata for the topics and partitions it has on its disk

E.

is a bootstrap broker

F.

contains only a subset of the topics and the partitions

Full Access
Question # 12

We want the average of all events in every five-minute window updated every minute. What kind of Kafka Streams window will be required on the stream?

A.

Session window

B.

Tumbling window

C.

Sliding window

D.

Hopping window

Full Access
Question # 13

A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?

A.

Right away

B.

When the message has been fully replicated to all replicas

C.

Never, the produce request will fail

D.

When the high watermark has advanced

Full Access
Question # 14

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

Full Access
Question # 15

The rule "same key goes to the same partition" is true unless...

A.

the number of producer changes

B.

the number of kafka broker changes

C.

the number of partition changes

D.

the replication factor changes

Full Access
Question # 16

If a topic has a replication factor of 3...

A.

3 replicas of the same data will live on 1 broker

B.

Each partition will live on 4 different brokers

C.

Each partition will live on 2 different brokers

D.

Each partition will live on 3 different brokers

Full Access
Go to page: