CCDAK Exam Question 16

You have a topic t1 with six partitions. You use Kafka Connect to send data from topic t1 in your Kafka cluster to Amazon S3. Kafka Connect is configured for two tasks.
How many partitions will each task process?
  • CCDAK Exam Question 17

    (An S3 source connector named s3-connector stopped running.
    You use the Kafka Connect REST API to query the connector and task status.
    One of the three tasks has failed.
    You need to restart the connector and all currently running tasks.
    Which REST request will restart the connector instance and all its tasks?)
  • CCDAK Exam Question 18

    You need to consume messages from Kafka using the command-line interface (CLI).
    Which command should you use?
  • CCDAK Exam Question 19

    You have a Kafka consumer in production actively reading from a critical topic.
    You need to update the offset of your consumer to start reading from the beginning of the topic.
    Which action should you take?
  • CCDAK Exam Question 20

    The producer code below features a Callback class with a method called onCompletion().
    When will the onCompletion() method be invoked?