InterviewSolution
Saved Bookmarks
| 1. |
ZooKeeper is especially fast in ___________ workloads.(a) write(b) read-dominant(c) read-write(d) none of the mentioned |
|
Answer» Correct answer is (b) read-dominant For explanation: ZooKeeper applications run on thousands of machines, and it performs best where reads are more common than writes, at ratios of around 10:1. |
|