nerdexam
Confluent

CCAAK · Question #6

Which option is a valid Kafka Topic cleanup policy? (Choose two.)

The correct answer is A. delete C. compact. The delete policy deletes old log segments when they exceed the retention period or size. The compact policy retains only the latest record for each key, enabling efficient key-based

Managing Topics, Partitions, and Replicas

Question

Which option is a valid Kafka Topic cleanup policy? (Choose two.)

Options

  • Adelete
  • Bdefault
  • Ccompact
  • Dcleanup

How the community answered

(65 responses)
  • A
    72% (47)
  • B
    18% (12)
  • D
    9% (6)

Explanation

The delete policy deletes old log segments when they exceed the retention period or size. The compact policy retains only the latest record for each key, enabling efficient key-based

Topics

#cleanup policy#topic compaction#topic deletion

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice