exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 151 discussion

Actual exam question from Microsoft's 70-417
Question #: 151
Topic #: 1
[All 70-417 Questions]

Your network contains a Hyper-V host named Server1 that runs Windows Server 2012 R2.
Server1 hosts a virtual machine named VM1 that runs Windows Server 2012 R2.
You create a checkpoint of VM1, and then you install an application on VM1. You verify that the application runs properly.
You need to ensure that the current state of VM1 is contained in a single virtual hard disk file.
The solution must minimize the amount of downtime on VM1.
What should you do?

  • A. From a command prompt run dism.exe and specify the /commit-image parameter.
  • B. From a command prompt, run dism.exe and specify the /delete-image parameter.
  • C. From Hyper-V Manager, delete the checkpoint.
  • D. From Hyper-V Manager, inspect the virtual hard disk.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
The Hyper-V PowerShell module has several aliases so that checkpoint and snapshot can be used interchangeably.
Virtual machine snapshots are file-based snapshots of the state, disk data, and configuration of a virtualmachine at a specific point in time.
You can take multiple snapshots of a virtual machine, even while it is running.
You can then revert the virtual machine to any of the previous states by
Applying a snapshot to the virtualmachine.
Taking a snapshot of a VM is to in essence freeze the current state and make it a parent disk based on currentstate, and at the same time create a child disk to capture all subsequent changes. -See more at:
Snapshots require adequate storage space.
Snapshots are stored as .avhd files in the same location at the virtual hard disk.
Taking multiple snapshots can quickly consume a large amount of storage space.
When you use Hyper-V Manager to delete a snapshot, the snapshot is removed from the snapshot tree but the .avhd file is not deleted until you turn off the virtual machine.

References:
http://www.laneolson.ca/2009/10/09/hyper-v-snapshots-and-disk-space/ http://blogs.technet.com/b/yungchou/archive/2013/01/23/hyper-v-virtual-hard-disk-vhdopertions-explained.aspx http://zoom.it/12u8
[1]
http://blogs.msdn.com/b/virtual_pc_guy/archive/2009/04/15/what-happens-when-i-delete-asnapshot-hyper-v.aspx http://blogs.technet.com/b/yungchou/archive/2013/01/23/hyper-v-virtual-hard-disk-vhd-operations-explained.aspx http://blogs.technet.com/b/josebda/archive/2012/03/20/windows-server-8-beta-hyper-vover-smb-quickprovisioning-a-vm-on-an-smb-file-share.aspx https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/checkpoints http://blogs.technet.com/b/josebda/archive/2012/03/20/windows-server-8-beta-hyper-vover-smb-quickprovisioning-a-vm-on-an-smb-file-share.aspx https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/checkpoints

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...