Google News
logo
MongoDB - Quiz(MCQ)
________ returns the replica set configuration document.
A)
rs.freeze()
B)
ReplicationInfo()
C)
rs.printReplicationInfo()
D)
rs.conf()

Correct Answer :   rs.conf()


Explanation : rs.conf() returns a document that contains the current replica set configuration.

Advertisement