SY0-301 · Question #577
A company hired Joe, an accountant. The IT administrator will need to create a new account for Joe. The company uses groups for ease of management and administration of user accounts. Joe will need…
The correct answer is B. Create an account with role-based access control for accounting. Role-based access control (RBAC) grants permissions based on a user's organizational role, ensuring Joe receives exactly the access appropriate for an accountant without manual per-resource configuration.
Question
A company hired Joe, an accountant. The IT administrator will need to create a new account for Joe. The company uses groups for ease of management and administration of user accounts. Joe will need network access to all directories, folders and files within the accounting department. Which of the following configurations will meet the requirements?
Options
- ACreate a user account and assign the user account to the accounting group.
- BCreate an account with role-based access control for accounting.
- CCreate a user account with password reset and notify Joe of the account creation.
- DCreate two accounts: a user account and an account with full network administration rights.
How the community answered
(53 responses)- A2% (1)
- B89% (47)
- C2% (1)
- D8% (4)
Why each option
Role-based access control (RBAC) grants permissions based on a user's organizational role, ensuring Joe receives exactly the access appropriate for an accountant without manual per-resource configuration.
Assigning a user to an 'accounting group' is a form of group-based access control but does not specifically implement the structured, role-defined permissions that RBAC provides for meeting comprehensive departmental access requirements.
RBAC ties access rights to a defined job role (accounting) rather than to an individual account or manually selected resources. When Joe is assigned the accounting role, he automatically inherits all permissions defined for that role - access to accounting directories, folders, and files - aligning with the company's group-based management approach and the principle of least privilege.
Creating an account with a password reset notification addresses account setup logistics but says nothing about assigning the required access permissions to accounting resources.
Creating a second account with full network administration rights violates least privilege by granting far more access than an accountant requires.
Concept tested: Role-based access control for departmental resource access
Source: https://learn.microsoft.com/en-us/azure/role-based-access-control/overview
Topics
Community Discussion
No community discussion yet for this question.