SY0-501 · Question #145
A new intern in the purchasing department requires read access to shared documents. Permissions are normally controlled through a group called "Purchasing", however, the purchasing group permissions…
The correct answer is B. Create a new group that has only read permissions for the files. To provide a new intern with read-only access to shared documents while existing groups allow write access, the best course of action is to create a new group specifically configured for read permissions.
Question
A new intern in the purchasing department requires read access to shared documents. Permissions are normally controlled through a group called "Purchasing", however, the purchasing group permissions allow write access. Which of the following would be the BEST course of action?
Options
- AModify all the shared files with read only permissions for the intern.
- BCreate a new group that has only read permissions for the files.
- CRemove all permissions for the shared files.
- DAdd the intern to the "Purchasing" group.
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- C9% (2)
- D4% (1)
Why each option
To provide a new intern with read-only access to shared documents while existing groups allow write access, the best course of action is to create a new group specifically configured for read permissions.
Modifying individual files with read-only permissions for the intern is inefficient, not scalable, and circumvents the benefits of managing access through security groups.
Creating a new security group with only read permissions for the shared documents adheres to the principle of least privilege, ensuring the intern receives only the necessary access. This method provides a scalable and manageable approach to permission assignment, allowing for easy updates or additions of other users with similar access requirements in the future.
Removing all permissions for the shared files would deny access to everyone, including existing users who require access, disrupting normal operations.
Adding the intern to the existing "Purchasing" group would grant them unintended write access, violating the requirement for read-only access and the principle of least privilege.
Concept tested: Group-based access control and principle of least privilege
Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/access-control/access-control
Topics
Community Discussion
No community discussion yet for this question.