

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores user credentials in the protected admin.system._________(a) user(b) capped(c) cappeduser(d) users |
Answer» Right choice is (d) users The best I can explain: The admin.system.users collection stores the user’s authentication credentials as well as any roles assigned to the user. |
|