

InterviewSolution
Saved Bookmarks
1. |
Config servers, host the _______ database that stores metadata for sharded clusters.(a) head(b) master(c) config(d) none of the mentioned |
Answer» The correct option is (c) config Easiest explanation: Each production cluster has three config servers, initiated using the mongod –configsvr option. |
|