Microsoft 70-745 Exam Practice Questions (P. 1)
- Full Access (73 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
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?
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?
send
light_mode
delete
Question #2
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 Distributed File System Replication.
Does the solution meet the goal?
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 Distributed File System Replication.
Does the solution meet the goal?
send
light_mode
delete
Question #3
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 a storage replica with synchronous replication.
Does the solution meet the goal?
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 a storage replica with synchronous replication.
Does the solution meet the goal?
send
light_mode
delete
Question #4
You administer Microsoft System Center Virtual Machine Manager (SCVMM).
You need to access the Network Controller diagnostic logs.
Where should you view the logs?
You need to access the Network Controller diagnostic logs.
Where should you view the logs?
- A%programfiles%\DiagnosticLogs
- B%windir%\SDNDiagnostics
- C%systemdrive%\SDNDiagnostics
- D%systemroot%\DiagnosticLogs
Correct Answer:
C
Logging is automatically enabled when you install the Network Controller cluster using the Install-NetworkControllerCluster cmdlet. By default, the logs are collected locally on the Network Controller nodes at %systemdrive%\SDNDiagnostics.
References:
https://docs.microsoft.com/en-us/windows-server/networking/sdn/troubleshoot/troubleshoot-windows-server-software-defined-networking-stack
C
Logging is automatically enabled when you install the Network Controller cluster using the Install-NetworkControllerCluster cmdlet. By default, the logs are collected locally on the Network Controller nodes at %systemdrive%\SDNDiagnostics.
References:
https://docs.microsoft.com/en-us/windows-server/networking/sdn/troubleshoot/troubleshoot-windows-server-software-defined-networking-stack
send
light_mode
delete
Question #5
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:

Ð 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:

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

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
send
light_mode
delete
All Pages