exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 2 question 25 discussion

Actual exam question from Microsoft's 70-743
Question #: 25
Topic #: 2
[All 70-743 Questions]

You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 hosts a virtual machine named VM1 that runs Windows Server 2016.
On VM1, Dynamic Memory is disabled, MAC spoofing is enabled for the virtual network adapter, and checkpoints are disabled.
You need to ensure that you can install the Hyper-V server role on VM1.
What should you do?

  • A. Shut down VM1, run the Set-VMProcessor cmdlet, and then start VM1.
  • B. Disable Hyper-V integration services for VM1, and then restart VM1.
  • C. Configure VM1 to use standard checkpoints.
  • D. Shut down VM1, enable Dynamic Memory on VM1, and then start VM1.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
References:
https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vmprocessor?view=win10-ps

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
JayHall
4 years, 7 months ago
A. is correct: Shut down VM1, run the Set-VMProcessor cmdlet, and then start VM1. Configure Nested Virtualization Create a virtual machine. See the prerequisites above for the required OS and VM versions. While the virtual machine is in the OFF state, run the following command on the physical Hyper-V host. This enables nested virtualization for the virtual machine. Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true Start the virtual machine. Install Hyper-V within the virtual machine, just like you would for a physical server. For more information on installing Hyper-V see, Install Hyper-V. https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization
upvoted 1 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 ...