Home »
MCQs »
MongoDB MCQs
MongoDB employs Role-Based Access Control (RBAC) to govern access to a MongoDB system
46. MongoDB employs Role-Based Access Control (RBAC) to govern access to a MongoDB system.
- True
- False
Answer: A) True
Explanation:
MongoDB uses Role-Based Access Control (RBAC) to control who has access to what parts of the system. A user is assigned one or more roles, which determine the extent to which the user has access to database resources and can perform database operations. The user does not have access to the system unless he or she is assigned a role.