

InterviewSolution
Saved Bookmarks
1. |
MongoDB scales horizontally using _________ for load balancing purpose.(a) Replication(b) Partitioning(c) Sharding(d) None of the mentioned |
Answer» The correct option is (c) Sharding The explanation is: The user chooses a shard key, which determines how the data in a collection will be distributed. |
|