

InterviewSolution
Saved Bookmarks
1. |
________ prints a report of the status of the replica set from the perspective of the primary.(a) rs.freeze()(b) rs.printconf()(c) rs.printReplicationInfo()(d) secondaryI had been asked this question during an internship interview.Query is from Replication Processes in portion Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT OPTION is (c) rs.printReplicationInfo() Explanation: Typically you will use db.fsyncUnlock() FOLLOWING a database backup OPERATION. |
|