exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 41 discussion

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

DRAG DROP -
Your network contains two Hyper-V servers named Server1 and Server2. Server1 has Windows Server 2012 R2 installed. Server2 has Windows Server 2016 installed.
You perform a live migration of a virtual machine named VM1 from Server1 to Server2.
You need to create a production checkpoint for VM1 on Server2.
Which three Windows PowerShell cmdlets should you run in sequence? To answer, move the appropriate Windows PowerShell cmdlets from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
SheldonMCSA
Highly Voted 4 years, 11 months ago
Got this question (30 July 2020) Given answer is correct.
upvoted 5 times
...
Baldiico
Most Recent 4 years, 5 months ago
No need to stop VM, You upgrade, check and set VM host
upvoted 1 times
...
lofzee
4 years, 6 months ago
given answer is correct. 2012 r2 cannot do production checkpoints so you need to update the VM. you do not need to use Set-VM because 2016 default checkpoint type is production.
upvoted 1 times
...
V1980
4 years, 9 months ago
I don't see why you can't use set-VM to change the checkpoint type to production and then hit snapshot? Done in 2.
upvoted 2 times
Sten111
4 years, 9 months ago
You wouldn't be able to do it, production requires version 6.2 and max version for 2012 R2 is 5.
upvoted 1 times
...
...
panda
5 years, 1 month ago
I think that the given answer is correct. At first I think it isn't necessary to change checkpoint type. Because there are no requirements in this question. Next, it is necessary to stop-vm. we need to shut down the Virtual Machine prior the operation. https://www.markou.me/2018/02/upgrade-the-virtual-machine-configuration-version-using-powershell-one-liners/
upvoted 1 times
...
CCNP_Student
5 years, 2 months ago
I believe that following sequence is correct: 1. Update-VMVersion (To update from 2012 into 2016) 2. Set-VM (To ensure production type is slected) 3. Checkpoint-VM (To create the checkpoint) Why stopping is mandatory as answer ? due to production type What do you think folks
upvoted 1 times
promaster
5 years, 1 month ago
Production checkpoints are selected by default on 2016 so there is no need to use Set-VM to change it to Production.
upvoted 6 times
nonoelptirobo
4 years, 11 months ago
actually it's even simpler : Production checkpoints requiere a VM with a configuration version at least 6.2 windows 2012 R2 Max configuration version is 5 Hence if you want to use production checkpoints you need to upgrade the VM : https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/upgrade-virtual-machine-version-in-hyper-v-on-windows-or-windows-server
upvoted 5 times
jam7272
4 years, 11 months ago
This is the main reason. They are asking for a PRODUCTION checkpoint. So you must upgrade the VM version so make it possible.
upvoted 1 times
...
...
...
...
wandelbaard
5 years, 3 months ago
third anwser should be set-vm : https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/checkpoints
upvoted 1 times
...
TooManyExams
5 years, 4 months ago
You can change the checkpoint type using set-vm. So, on the basis that this is very heavily mentioned - and changed 2012 to 2016: Upgrade Version Set VM to use Production checkpoints Run a checkpoint
upvoted 1 times
...
Izhar
5 years, 5 months ago
Got this question in exam
upvoted 2 times
...
Aldrid
5 years, 6 months ago
Got this q on exam
upvoted 4 times
...
corholio
5 years, 7 months ago
for this types of questions you need to answer in correct order? which one should be at the bottom? the first or the last?
upvoted 1 times
itakemyexamsdrunk
5 years, 6 months ago
Last. It reads top-down; first-last.
upvoted 1 times
...
...
MentalG
5 years, 8 months ago
Who do you need to stop the VM?
upvoted 3 times
RicardoRyuma
5 years, 8 months ago
Upgrade the virtual machine configuration version Shut down the virtual machine in Hyper-V Manager. Select Action > Upgrade Configuration Version. If this option isn't available for the virtual machine, then it's already at the highest configuration version supported by the Hyper-V host. To upgrade the virtual machine configuration version by using Windows PowerShell, use the Update-VMVersion cmdlet. Run the following command where vmname is the name of the virtual machine.
upvoted 6 times
...
Robbie
5 years, 1 month ago
Production checkpoints are a "point in time" images of a virtual machine. you have to stop the VM to get that image.
upvoted 2 times
Earthling
5 years ago
Checkpoints can be created while a VM is running. The VM must be shut down in order to update the VM version.
upvoted 3 times
...
...
...
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 ...