Question 6 of 70

DRAG DROP -
Match the topic configuration setting with the reason the setting affects topic durability.

To answer, move each of the options below to the corresponding answer area. Partial credit is given for each correct answer.
Exam CCDAK: Question 6 - Image 1
Answer

Suggested Answer

Exam CCDAK: Question 6 - Image 2
Question 7 of 70

You are designing a stream pipeline to monitor the real-time location of GPS trackers, where historical location data is not required.
Each event in the stream has the following structure:
- Key: tracker_id
- Value: latitude, longitude
You need to ensure that the latest location for each tracker is always retained in the Kafka topic.

Which topic configuration parameter should you set?
Answer

Suggested Answer

The suggested answer is C.

Community Votes

No votes yet

Join the discussion to cast yours

Question 8 of 70

You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task.
What is the preferred deployment mode for this connector?
Answer

Suggested Answer

The suggested answer is A.

Community Votes

No votes yet

Join the discussion to cast yours

Question 9 of 70

You create a topic named 'IoT-Data' with 10 partitions and replication factor of three. A producer application is producing messages with 1 mb size. The messages need to be compressed using Gzip compression.
Which two statements are true in this scenario? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, B.

Community Votes

No votes yet

Join the discussion to cast yours

Question 10 of 70

The producer code below features a 'Callback' class with a method called 'onCompletion()'.
Exam CCDAK: Question 10 - Image 1
When will the 'onCompletion()' method be invoked?
Answer

Suggested Answer

The suggested answer is D.

Community Votes

No votes yet

Join the discussion to cast yours