

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) Config servers are not replica sets(b) Sharding requires a number of mongod instances with different configurations(c) The config servers store the cluster’s metadata, while the cluster distributes data among one or more shard servers(d) None of the mentioned |
Answer» The correct answer is (d) None of the mentioned The best explanation: The command line and configuration file interfaces provide MongoDB administrators with a large number of options and settings for controlling the operation of the database system. |
|