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.

  1. True
  2. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.