InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) ZooKeeper can achieve high throughput and high latency numbers(b) The fault tolerant ordering means that sophisticated synchronization primitives can be implemented at the client(c) The ZooKeeper implementation puts a premium on high performance, highly available, strictly ordered access(d) All of the mentioned |
|
Answer» Right option is (c) The ZooKeeper implementation puts a premium on high performance, highly available, strictly ordered access To explain I would say: The performance aspects of ZooKeeper means it can be used in large, distributed systems. |
|