Google News
logo
MongoDB - Quiz(MCQ)
Which of the following document details the state and configuration of the replica set and statistics about its members?
A)
db.stats()
B)
db.serverStatus()
C)
replSetGetStatus
D)
None of the above

Correct Answer :   None of the above


Explanation : The replSetGetStatus command (rs.status() from the shell) returns an overview of your replica set’s status.

Advertisement