A company wants to ensure that the deployment of a newly developed application does not introduce any security risks to their production environment. Which of the following BEST demonstrates the use of a virtual machine in this scenario?
Testing the new application in an isolated environment
Providing remote access to applications and resources
Running multiple operating systems simultaneously on the same hardware
The correct answer is 'Testing the new application in an isolated environment'. A sandbox in the context of virtual machines refers to a secure, isolated environment where software can be run without affecting the system it operates on. This is an essential practice for security and testing purposes, hence its relevance to the given scenario. 'Running multiple operating systems simultaneously' and 'Providing remote access to applications' are also capabilities of virtual machines, but they do not specifically pertain to the creation of a secure, isolated test environment for a new application, which is the primary goal in this scenario. 'Deploying the application directly to the cloud' would not address the need to test the application in isolation and could increase security risks if not properly sandboxed.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a virtual machine (VM)?
Open an interactive chat with Bash
What does it mean to test in an isolated environment?