220-1101 · Question #542
Which of the following is the best reason to set up a virtual sandbox?
The correct answer is B. To analyze the effects of malware in a safe manner. A virtual sandbox is an isolated, contained environment specifically designed to run untrusted or potentially malicious code without risk to the host system or network. Analyzing malware in a sandbox allows security professionals to observe behavior (file changes, network calls,
Question
Which of the following is the best reason to set up a virtual sandbox?
Options
- ATo run a test application that communicates with the test environment
- BTo analyze the effects of malware in a safe manner
- CTo host an application that multiple remote users can access
- DTo test an application in Windows and Linux concurrently
How the community answered
(28 responses)- A7% (2)
- B86% (24)
- C4% (1)
- D4% (1)
Explanation
A virtual sandbox is an isolated, contained environment specifically designed to run untrusted or potentially malicious code without risk to the host system or network. Analyzing malware in a sandbox allows security professionals to observe behavior (file changes, network calls, registry modifications) safely. If the malware causes damage, the sandbox can simply be reset or discarded. Hosting applications for remote users, running concurrent OS tests, or communicating with test environments describe general VM use cases but are not the primary purpose a sandbox is uniquely suited for.
Topics
Community Discussion
No community discussion yet for this question.