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()

Best explanation: Custom READ preferences and write concerns evaluate TAGS SETS in DIFFERENT ways.



Discussion

No Comment Found

Related InterviewSolutions