1.

MongoDB stores user information in the _________ collection.(a) system.allusers(b) system.users(c) system.superusers(d) system.usersnoneThis question was posed to me by my college professor while I was bunking the class.Question is from Authentication topic in section Production Checklist, Security Concepts and Network Security of MongoDB

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.



Discussion

No Comment Found

Related InterviewSolutions