nerdexam
Confluent

CCAAK · Question #113

What is the relationship between topics and partitions? (Choose two.)

The correct answer is B. A topic may have more than one partition. C. A partition is always linked to a single topic. Kafka topics are split into one or more partitions to enable parallelism and scalability. Each partition belongs to exactly one topic; it cannot span multiple topics.

Apache Kafka Fundamentals

Question

What is the relationship between topics and partitions? (Choose two.)

Options

  • AA topic always has one partition.
  • BA topic may have more than one partition.
  • CA partition is always linked to a single topic.
  • DA partition may have more than one topic.
  • EThere is no relationship between topics and partitions.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    72% (23)
  • D
    16% (5)
  • E
    9% (3)

Explanation

Kafka topics are split into one or more partitions to enable parallelism and scalability. Each partition belongs to exactly one topic; it cannot span multiple topics.

Topics

#topics#partitions#topic-partition relationship#Kafka fundamentals

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice