220-1201 · Question #357
Which of the following will most likely be used in a testing environment to execute unauthorized or experimental code without affecting production systems?
The correct answer is A. Virtual machines. Virtual machines (VMs) are widely used in testing and development environments to provide isolated, contained instances that mimic production systems. This isolation ensures that any unauthorized, experimental, or potentially harmful code executed within the VM does not affect…
Question
Which of the following will most likely be used in a testing environment to execute unauthorized or experimental code without affecting production systems?
Options
- AVirtual machines
- BHybrid cloud
- CLoad balancers
- DApplication gateways
How the community answered
(34 responses)- A79% (27)
- B3% (1)
- C6% (2)
- D12% (4)
Explanation
Virtual machines (VMs) are widely used in testing and development environments to provide isolated, contained instances that mimic production systems. This isolation ensures that any unauthorized, experimental, or potentially harmful code executed within the VM does not affect the host operating system or the production network. The VM acts as a "sandbox," allowing for safe testing and analysis.
Topics
Community Discussion
No community discussion yet for this question.