

InterviewSolution
Saved Bookmarks
1. |
You must have the __________ action on a database to revoke a role on that database.(a) revokePrivelege(b) revokeUser(c) revokeRole(d) all of the mentionedThe question was posed to me during an interview for a job.I need to ask this question from User and Role Management topic in division Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» RIGHT option is (c) revokeRole The best EXPLANATION: USER can remove any ROLE from any user from any DATABASE in the system. |
|