Grokking the Advanced System Design Interview
0% completed
Mock Interview: Dynamo
Test your knowledge of Dynamo's architecture by answering these questions.
Quiz 1 of 8
How does Dynamo scale?
A
Dynamo uses consistent hashing to scale. Furthermore, with the help of Vnodes, adding nodes to the cluster is quite easy. For distributing the load, any newly added node receives Vnodes from existing nodes.
Mark as Completed