nerdexam
Confluent

CCAAK · Question #107

Which statements are correct about partitions'? (Choose two.)

The correct answer is B. A partition is comprised of one or more segments on a disk. C. All partition segments reside in a single directory on a broker disk. Kafka stores data for a partition in multiple segment files. Each segment represents a portion of the partition's log. Each partition has its own directory on the broker's disk, and all segments for that partition are stored within that directory.

Managing Topics, Partitions, and Replicas

Question

Which statements are correct about partitions'? (Choose two.)

Options

  • AA partition in Kafka will be represented by a single segment on a disk.
  • BA partition is comprised of one or more segments on a disk.
  • CAll partition segments reside in a single directory on a broker disk.
  • DA partition size is determined after the largest segment on a disk.

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    78% (25)
  • D
    13% (4)

Explanation

Kafka stores data for a partition in multiple segment files. Each segment represents a portion of the partition's log. Each partition has its own directory on the broker's disk, and all segments for that partition are stored within that directory.

Topics

#partition segments#log segments#disk storage#partition internals

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice