Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following can be used to check the status of replica set?
Home
MongoDB
Which of the following can be used to check the status of replica set?
+2
votes
asked
Apr 17, 2021
in
MongoDB
by
rajeshsharma
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()
mongodb
mongodb-mcq
mongodo-interview-questions
mongodb-questions-answers
mongodb-best-questions
top-50-mongodb-mcq
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 17, 2021
by
rajeshsharma
Correct answer for above question is : a) rs.status()
...