SK0-003 · Question #726
Management has asked the server technician to deploy fourteen new servers with newly-released operating systems in the virtual environment for testing purposes. Which of the following is the FASTEST w
The correct answer is B. Create a server template, and deploy all fourteen servers from this template.. To quickly deploy multiple new virtual servers with a specific operating system for testing, creating a server template and deploying all instances from it is the most efficient method.
Question
Management has asked the server technician to deploy fourteen new servers with newly-released operating systems in the virtual environment for testing purposes. Which of the following is the FASTEST way to do this?
Options
- ACreate a template of an existing server and deploy the fourteen images from that server.
- BCreate a server template, and deploy all fourteen servers from this template.
- CCreate one server, create a backup image, and restore thirteen servers from the image.
- DCreate each server individually.
How the community answered
(16 responses)- A6% (1)
- B63% (10)
- C13% (2)
- D19% (3)
Why each option
To quickly deploy multiple new virtual servers with a specific operating system for testing, creating a server template and deploying all instances from it is the most efficient method.
While similar to option B, creating a template of an "existing server" might imply taking a template from a server already in use, which might have specific configurations or data not suitable for a clean test environment, and "deploying images from that server" is less precise than deploying VMs from a dedicated template.
Creating a server template involves configuring a virtual machine with the desired operating system and settings, then converting it into a template. This template can then be used to rapidly provision multiple identical virtual machines, saving significant time compared to individual server creation or restoration from backups.
Creating one server, then backing up and restoring thirteen times, is less efficient than using a template. Backup/restore operations often involve more overhead and are designed for disaster recovery or migration, not rapid provisioning of new, identical systems.
Creating each server individually, installing the OS, and configuring it manually fourteen times would be extremely time-consuming and prone to inconsistencies.
Concept tested: Virtual machine deployment methods - templates
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-for-using-hyper-v-virtual-machine-templates
Topics
Community Discussion
No community discussion yet for this question.