

InterviewSolution
Saved Bookmarks
1. |
_____________ is used to initiate relica member set.(a) rs.rep()(b) rs.init()(c) rs.initiate()(d) none of the mentioned |
Answer» The correct answer is (c) rs.initiate() Best explanation: MongoDB initiates a set that consists of the current member and that uses the default replica set configuration. |
|