

InterviewSolution
Saved Bookmarks
1. |
Setting _______ enables authentication and specifies a key file for the replica set member use to when authenticating to each other.(a) mongostat(b) mongod(c) keyFile(d) all of the mentioned |
Answer» Right choice is (c) keyFile To explain I would say: The content of the key file is arbitrary, but must be the same on all members of the replica set and mongos instances that connect to the set. |
|