

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores user information in the _________ collection.(a) system.allusers(b) system.users(c) system.superusers(d) system.usersnone |
Answer» Correct option is (b) system.users To explain I would say: MongoDB stores all user information, including name, password, and the user’s database, in the system.users collection in the admin database. |
|