

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct syntax to Add Members to Replica Set? |
A. | db.add(HOST_NAME:PORT) |
B. | rs.add(HOST_NAME:PORT) |
C. | rs.isMaster(HOST_NAME:PORT) |
D. | db.isMaster(HOST_NAME:PORT) |
Answer» C. rs.isMaster(HOST_NAME:PORT) | |