nerdexam
CompTIA

CV0-002 · Question #454

A VM was successfully tested in a lab environment. As part of the deployment preparation, the image needs to be backed up for use in the multi-rollout accompanied by orchestration templates. Which of

The correct answer is C. Full. To prepare a tested VM image for multi-rollout deployments with orchestration templates, a full backup is required to capture its complete state. This ensures the integrity and consistency of the image for repeated use.

Deployment

Question

A VM was successfully tested in a lab environment. As part of the deployment preparation, the image needs to be backed up for use in the multi-rollout accompanied by orchestration templates. Which of the following should be used to create the image?

Options

  • ASnapshot
  • BReplica
  • CFull
  • DClone

How the community answered

(49 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    92% (45)
  • D
    2% (1)

Why each option

To prepare a tested VM image for multi-rollout deployments with orchestration templates, a full backup is required to capture its complete state. This ensures the integrity and consistency of the image for repeated use.

ASnapshot

A snapshot captures the current state and data of a VM at a specific point in time, but it is typically dependent on the original VM and not suitable as a standalone, deployable image for multi-rollout with orchestration.

BReplica

A replica is a copy of a running VM for disaster recovery purposes, keeping it synchronized with the primary VM, which is not designed for creating a deployable template for new instances.

CFullCorrect

When preparing a VM for multi-rollout with orchestration templates, creating a "full" image or "full backup" of the VM is essential. This typically involves capturing the complete state of the virtual machine, including its virtual disks, configuration, and potentially memory state (though usually just the disk is sufficient for a template), to ensure a consistent base for repeated deployments. This is often done by creating a master image or template from the VM's VHDX/VMDK files, often after sysprepping Windows machines.

DClone

A clone creates a new, independent VM from an existing one, but the term "clone" itself isn't as encompassing as "full" or "full image" when referring to the creation of an image for multi-rollout, which often implies a generalized, deployable artifact rather than just a copy.

Concept tested: Virtual machine image creation for templated deployments

Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/plan/plan-hyper-v-virtual-machine-deployments

Topics

#VM images#Orchestration templates#Multi-rollout#Virtual machine management

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice