

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Authorization determines the verified user’s access to resources and operations(b) MongoDB does not support authentication mechanisms(c) To authenticate a client in MongoDB, you must add a corresponding user to MongoDB(d) None of the mentioned |
Answer» Right choice is (b) MongoDB does not support authentication mechanisms Easiest explanation: In addition to verifying the identity of a client, MongoDB can require members of replica sets and sharded clusters to authenticate their membership. |
|