220-802 · Question #565
Virtual machines help users developing cloud applications in which of the following ways?
The correct answer is C. Provides a safe, secure environment in which to test patches or application updates. Virtual machines (VMs) are sandboxed environments that run independently of the host system. For cloud application development, VMs allow developers to test patches, updates, and new configurations without risking the stability of the production environment or the host machine…
Question
Virtual machines help users developing cloud applications in which of the following ways?
Options
- AProvides an environment where the host cannot be connected to the network.
- BProvides a platform where operating system requirements are lessened.
- CProvides a safe, secure environment in which to test patches or application updates.
- DProvides an environment that is never accessible from the Internet.
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C93% (26)
Explanation
Virtual machines (VMs) are sandboxed environments that run independently of the host system. For cloud application development, VMs allow developers to test patches, updates, and new configurations without risking the stability of the production environment or the host machine. If something goes wrong inside the VM, it can simply be rolled back to a snapshot or deleted, leaving the host unaffected. The other options are incorrect: VMs can still be connected to networks and the Internet, and they do not reduce OS requirements - they still require a full OS installation.
Topics
Community Discussion
No community discussion yet for this question.