nerdexam
Confluent

CCDAK · Question #198

CCDAK Question #198: Real Exam Question with Answer & Explanation

The correct answer is A. The '__consumer_offsets' topic, like any other consumer. A sink connector's offsets are stored in the __consumer_offsets topic, just like other Kafka consumers, enabling the connector to track which records have been processed.

Question

Which statement describes the storage location for a sink connectors offsets?

Options

  • AThe '__consumer_offsets' topic, like any other consumer
  • BThe topic specified in the 'offsets.storage topic' configuration parameter
  • CIn a file specified by the 'offset.storage.file.filename' configuration parameter
  • DIn memory which is then periodically flushed to a RocksDB instance

Explanation

A sink connector's offsets are stored in the __consumer_offsets topic, just like other Kafka consumers, enabling the connector to track which records have been processed.

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice