1.

Point out the wrong statement.(a) The rs.status() method is a wrapper that runs the replSetGetStatus database command(b) rs.freeze() provides a wrapper around the database command replSetFreeze(c) rs.init() initializes a new replica set(d) None of the mentionedThis question was posed to me in exam.My question is from Replication Processes topic in division Replication Concepts, Processes and Replication Set of MongoDB

Answer»

The CORRECT choice is (C) rs.init() initializes a NEW REPLICA set

The explanation: rs.init() initializes a new replica set.



Discussion

No Comment Found

Related InterviewSolutions