Point out the wrong statement.
(a) MongoDB uses the combination of the database name and the role name to uniquely define a role
(b) A role consists of privileges that pair resources with not allowed operations
(c) Roles grant users access to MongoDB resources
(d) None of the mentioned
(a) MongoDB uses the combination of the database name and the role name to uniquely define a role
(b) A role consists of privileges that pair resources with not allowed operations
(c) Roles grant users access to MongoDB resources
(d) None of the mentioned
Right option is (d) None of the mentioned
The explanation: Except for roles created in the admin database, a role can only include privileges that apply to its database and can only inherit from other roles in its database.