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 # 17

You have a consumer group of 12 consumers and when a consumer gets killed by the process management system, rather abruptly, it does not trigger a graceful shutdown of your consumer. Therefore, it takes up to 10 seconds for a rebalance to happen. The business would like to have a 3 seconds rebalance time. What should you do? (select two)

A.

Increase session.timeout.ms

B.

Decrease session.timeout.ms

C.

Increase heartbeat.interval.ms

D.

decrease max.poll.interval.ms

E.

increase max.poll.interval.ms

F.

Decrease heartbeat.interval.ms

Full Access
Question # 18

What happens when broker.rack configuration is provided in broker configuration in Kafka cluster?

A.

You can use the same broker.id as long as they have different broker.rack configuration

B.

Replicas for a partition are placed in the same rack

C.

Replicas for a partition are spread across different racks

D.

Each rack contains all the topics and partitions, effectively making Kafka highly available

Full Access
Question # 19

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?

A.

offset 2311

B.

offset 0

C.

offset 45

D.

it will crash

Full Access
Question # 20

A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a consume request is sent to broker?

A.

Data will be returned from the remaining in-sync replica

B.

An empty message will be returned

C.

NotEnoughReplicasException will be returned

D.

A new leader for the partition will be elected

Full Access
Question # 21

Your topic is log compacted and you are sending a message with the key K and value null. What will happen?

A.

The broker will delete all messages with the key K upon cleanup

B.

The producer will throw a Runtime exception

C.

The broker will delete the message with the key K and null value only upon cleanup

D.

The message will get ignored by the Kafka broker

Full Access
Question # 22

Where are the dynamic configurations for a topic stored?

A.

In Zookeeper

B.

In an internal Kafka topic __topic_configuratins

C.

In server.properties

D.

On the Kafka broker file system

Full Access
Go to page: