

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 mentioned |
Answer» Correct answer is (b) rs.conf() Best explanation: Custom read preferences and write concerns evaluate tags sets in different ways. |
|