nerdexam
Huawei

H13-711_V3.5 · Question #161

In order to improve the fault tolerance of Kafka, Kafka supports partition replication strategy. Which of the following descriptions about Leader partition and Follower partition is wrong?

The correct answer is A. It is impossible for each node of a kafka cluster to be the leader and flower of each other. See the full explanation below for the reasoning.

Question

In order to improve the fault tolerance of Kafka, Kafka supports partition replication strategy. Which of the following descriptions about Leader partition and Follower partition is wrong?

Options

  • AIt is impossible for each node of a kafka cluster to be the leader and flower of each other
  • BIf the leader fails, another follower will take over (become the new leader)
  • CSince the leader Server bears all the request pressure, considering the overall cluster, Kafka will
  • DKafka needs to select a leader for the replication of the partition. The leader is responsible for the

How the community answered

(26 responses)
  • A
    77% (20)
  • B
    4% (1)
  • C
    15% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full H13-711_V3.5 Practice