+2 votes
in MongoDB by
Which of the following can be used to check the status of replica set?

Pick the best answer from given options

a) rs.status()

b) rs.initiate()

c) db.isMaster()

d) rs.conf()

1 Answer

0 votes
by

Correct answer for above question is : a) rs.status()

...