220-1101 · Question #542
220-1101 Question #542: Real Exam Question with Answer & Explanation
The correct answer is B: To analyze the effects of malware in a safe manner. {"question_number": 8, "question": "Which of the following is the best reason to set up a virtual sandbox?", "correct_answer": "B", "explanation": "A virtual sandbox is an isolated, contained environment specifically designed to run untrusted or potentially malicious code without
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
Explanation
{"question_number": 8, "question": "Which of the following is the best reason to set up a virtual sandbox?", "correct_answer": "B", "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.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.