nerdexam
Confluent

CCDAK · Question #113

A Zookeeper configuration has tickTime of 2000, initLimit of 20 and syncLimit of 5. What's the timeout value for followers to connect to Zookeeper?

The correct answer is D. 40 sec. tick time is 2000 ms, and initLimit is the config taken into account when establishing a connection to Zookeeper, so the answer is 2000 * 20 = 40000 ms = 40s

Deployment and Troubleshooting

Question

A Zookeeper configuration has tickTime of 2000, initLimit of 20 and syncLimit of 5. What's the timeout value for followers to connect to Zookeeper?

Options

  • A20 sec
  • B10 sec
  • C2000 ms
  • D40 sec

How the community answered

(45 responses)
  • A
    16% (7)
  • B
    9% (4)
  • C
    4% (2)
  • D
    71% (32)

Explanation

tick time is 2000 ms, and initLimit is the config taken into account when establishing a connection to Zookeeper, so the answer is 2000 * 20 = 40000 ms = 40s

Topics

#Zookeeper configuration#tickTime#initLimit#follower timeout

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice