SY0-501 · Question #421
Which of the following s the BEST reason to run an untested application is a sandbox?
The correct answer is C. To prevent the application from acquiring escalated privileges and accessing its host system. Running an untested application in a sandbox provides an isolated environment to contain potential threats and prevent harm to the host system.
Question
Which of the following s the BEST reason to run an untested application is a sandbox?
Options
- ATo allow the application to take full advantage of the host system's resources and storage
- BTo utilize the host systems antivirus and firewall applications instead of running it own protection
- CTo prevent the application from acquiring escalated privileges and accessing its host system
- DTo increase application processing speed so the host system can perform real-time logging
How the community answered
(47 responses)- A15% (7)
- B4% (2)
- C70% (33)
- D11% (5)
Why each option
Running an untested application in a sandbox provides an isolated environment to contain potential threats and prevent harm to the host system.
A sandbox typically limits, rather than maximizes, an application's access to host system resources and storage to maintain isolation and security.
The primary purpose of a sandbox is to isolate the application from the host system, not to rely on the host's antivirus or firewall as its primary protection mechanism, although host-level security still operates.
A sandbox creates an isolated, controlled environment, preventing the application from interacting directly with the host operating system's critical resources or gaining elevated permissions. This containment protects the host system from potential malware, vulnerabilities, or unintended side effects of the untested application.
Running an application in a sandbox usually introduces some overhead, which can decrease processing speed, and its main goal is security isolation, not performance enhancement for real-time logging.
Concept tested: Application sandboxing for security and isolation
Source: https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview
Topics
Community Discussion
No community discussion yet for this question.