

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores tag sets in the replica set configuration object, which is the document returned by _____(a) rs.config()(b) rs.conf()(c) rs.confstats()(d) all of the mentionedThe question was posed to me in unit test.This intriguing question originated from MongoDB Maintenance topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» Right choice is (B) rs.conf() |
|