Implementing a Software-Defined Datacenter

Here you have the best Microsoft 70-745 practice exam questions

  • You have 67 total questions to study from
  • Each page has 5 questions, making a total of 14 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on October 25, 2025
  • This site is not affiliated with or endorsed by Microsoft.
Question 1 of 67
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company has two datacenters. You have Windows servers in both locations. The network that connects the datacenters has high bandwidth and low latency.
You are designing a new virtual machine (VM) and storage environment based on servers that run Windows Server 2016. You need to implement a solution that meets the following storage requirements:
✑ Tolerates the failure of a single datacenter.
✑ Ensures zero data loss in the event of a file system failure.
Solution: You implement offloaded data transfers.
Does the solution meet the goal?
    Correct Answer: B

Question 2 of 67
HOTSPOT -
Ð Microsoft Hyper-V host has a network interface card (NIC) named NIC1 that supports Remote Direct Memory Access (RDMA). You plan to install a second NIC at a later date.
The Hyper-V host must have a virtual switch named vSwitch1. Switch Embedded Teaming (SET) must be enabled on the NIC.
You need to ensure that you can use the same virtual switch when you add the second NIC.
How should you complete the Windows PowerShell command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Exam 70-745: Question 2 - Image 1
    Correct Answer:
    The New-VMSwitch cmdlet creates a new virtual switch on one or more virtual machine hosts. The ""EnableEmbeddedTeaming parameter specifies whether this cmdlet enables teaming for the virtual switch.
    References:
    https://docs.microsoft.com/en-us/powershell/module/hyper-v/new-vmswitch?view=win10-ps Exam 70-745: Question 2 - Image 2
Question 3 of 67
You deploy a Microsoft Hyper-V host server and install the Network Controller role.
You need to modify the application settings of the Network Controller.
Which Windows PowerShell cmdlet should you run?
    Correct Answer: B

Question 4 of 67
You manage Microsoft System Center Virtual Machine Manager (SCVMM). You plan to implement a software load balancer (SLB) Multiplexer (MUX).
You need to configure the Microsoft Hyper-V host servers to host the MUX.
What should you do?
    Correct Answer: B

Question 5 of 67
DRAG DROP -
You manage Microsoft System Center Virtual Machine Manager (SCVMM). You plan to implement software load balancer (SLB) on Microsoft Hyper-V host servers by using an SLB Multiplexer (MUX).
You identify the following requirements:
✑ Redirect all inbound traffic to the MUX.
✑ Ensure that all outbound network traffic bypasses the MUX.
You need to configure the environment.
Which components should you implement? To answer, drag the appropriate components to the correct traffic directions. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
Exam 70-745: Question 5 - Image 1
    Correct Answer:
    BGP Enabled Router -
    The BGP router performs the following actions for SLB.
    ✑ Routes inbound traffic to the MUX using ECMP.
    ✑ For outbound network traffic, uses the route provided by the host.
    ✑ Listens for route updates for VIPs from SLB MUX.
    ✑ Removes SLB MUXes from the SLB rotation if Keep Alive fails.
    The SDN enabled Hyper-V Virtual Switch performs the following actions for SLB.
    ✑ Processes the data path for SLB.
    ✑ Receives inbound network traffic from the MUX.
    ✑ Bypasses the MUX for outbound network traffic, sending it to the router using DSR.
    ✑ Runs on Nano Server instances of Hyper-V.
    References:
    https://technet.microsoft.com/en-US/library/mt632286.aspx Exam 70-745: Question 5 - Image 2