Confluent CCDAK - Confluent Certified Developer for Apache Kafka Certification Examination
(You have a Kafka consumer in production actively reading from a critical topic from which multiple other applications are consuming.
You have a new requirement to update the offset of your consumer to start reading from the beginning of the topic.
Which action would you take?)
You are writing a producer application and need to ensure proper delivery. You configure the producer with acks=all.
Which two actions should you take to ensure proper error handling?
(Select two.)
(A consumer application runs once every two weeks and reads from a Kafka topic.
The last time the application ran, the last offset processed was 217.
The application is configured with auto.offset.reset=latest.
The current offsets in the topic start at 318 and end at 588.
Which offset will the application start reading from when it starts up for its next run?)
Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?
You are creating a Kafka Streams application to process retail data.
Match the input data streams with the appropriate Kafka Streams object.
What are two examples of performance metrics?
(Select two.)
Which two producer exceptions are examples of the class RetriableException? (Select two.)

