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 is the method used to check the current length of replication lag?
Home
MongoDB
Which is the method used to check the current length of replication lag?
+1
vote
asked
Apr 17, 2021
in
MongoDB
by
rajeshsharma
Which is the method used to check the current length of replication lag?
Pick the best answer from given options
a) rs.status()
b) rs.printSlaveReplicationInfo()
c) rs.initiate()
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 : b) rs.printSlaveReplicationInfo()
...