SY0-501 · Question #294
The IT department needs to prevent users from installing untested applications. Which of the following would provide the BEST solution?
The correct answer is B. Least privilege. Implementing the principle of least privilege is the best solution to prevent users from installing untested applications by restricting their system permissions.
Question
The IT department needs to prevent users from installing untested applications. Which of the following would provide the BEST solution?
Options
- AJob rotation
- BLeast privilege
- CAccount lockout
- DAntivirus
How the community answered
(31 responses)- A6% (2)
- B77% (24)
- C13% (4)
- D3% (1)
Why each option
Implementing the principle of least privilege is the best solution to prevent users from installing untested applications by restricting their system permissions.
Job rotation is an administrative control focused on reducing the risk of fraud and detecting unauthorized activities by rotating employee duties, not a technical control for preventing software installation.
Least privilege ensures that users are granted only the minimum necessary permissions to perform their job functions. By removing administrative rights from standard users, they are technically prevented from installing most applications, thereby addressing the requirement to stop the installation of untested software.
Account lockout is a security mechanism designed to prevent brute-force attacks by disabling an account after a specified number of failed login attempts, unrelated to software installation control.
Antivirus software is designed to detect and prevent malicious software, but it does not prevent users with sufficient privileges from installing legitimate but unapproved or untested applications.
Concept tested: Principle of Least Privilege and access control
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/implement-least-privilege-administrative-models
Topics
Community Discussion
No community discussion yet for this question.