Microsoft 70-740 Exam Practice Questions (P. 3)
- Full Access (294 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 #11
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.
You have a server named Server1 that runs Windows Server 2016.
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory.
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory.
Solution: You create a performance counter alert data collector.
Does this 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.
You have a server named Server1 that runs Windows Server 2016.
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory.
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory.
Solution: You create a performance counter alert data collector.
Does this meet the goal?
send
light_mode
delete
Question #12
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.
You have a server named Server1 that runs Windows Server 2016.
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory.
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory.
Solution: You create a system configuration information data collector.
Does this 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.
You have a server named Server1 that runs Windows Server 2016.
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory.
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory.
Solution: You create a system configuration information data collector.
Does this meet the goal?
send
light_mode
delete
Question #13
You have a Hyper-V host named Server1 that runs Windows Server 2016.
Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.
On VM1, you have a container network that uses transparent mode.
You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.
What should you do?
Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.
On VM1, you have a container network that uses transparent mode.
You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.
What should you do?
- AOn VM1, run Get-VMNetworkAdapter-VMName VM1 | Set-VMNetworkAdapter ""MacAddressSpoofing On.
- BOn VM1, run docker network connect.
- COn Server1, run docker network connect.
- DOn Server1, run Get-VMNetworkAdapter ""VMName VM1 | Set-VMNetworkAdapter ""MacAddressSpoofing On.
Correct Answer:
D
To use DHCP for IP assignment on a virtual container host enable MACAddressSpoofing
If the container host is virtualized, and you wish to use DHCP for IP assignment, you must enable MACAddressSpoofing on the virtual machine's network adapter.
Otherwise, the Hyper-V host will block network traffic from the containers in the VM with multiple MAC addresses.
You can enable MACAddressSpoofing with this PowerShell command:
PS C:\> Get-VMNetworkAdapter -VMName ContainerHostVM | Set-VMNetworkAdapter -MacAddressSpoofing On
References:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/advanced
D
To use DHCP for IP assignment on a virtual container host enable MACAddressSpoofing
If the container host is virtualized, and you wish to use DHCP for IP assignment, you must enable MACAddressSpoofing on the virtual machine's network adapter.
Otherwise, the Hyper-V host will block network traffic from the containers in the VM with multiple MAC addresses.
You can enable MACAddressSpoofing with this PowerShell command:
PS C:\> Get-VMNetworkAdapter -VMName ContainerHostVM | Set-VMNetworkAdapter -MacAddressSpoofing On
References:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/advanced
send
light_mode
delete
Question #14
DRAG DROP -
You have a server named Server1 that runs Windows Server 2016.
You plan to deploy Internet Information Services (IIS) in a Windows container.
You need to prepare Server1 for the planned deployment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

You have a server named Server1 that runs Windows Server 2016.
You plan to deploy Internet Information Services (IIS) in a Windows container.
You need to prepare Server1 for the planned deployment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

send
light_mode
delete
Question #15
HOTSPOT -
You have a server named Server1 that runs Windows Server 2016 server.
Server1 has the Docker daemon configured and has a container named Container1.
You need to mount the folder C:\Folder1 on Server1 to C:\ContainerFolder in Container1.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

You have a server named Server1 that runs Windows Server 2016 server.
Server1 has the Docker daemon configured and has a container named Container1.
You need to mount the folder C:\Folder1 on Server1 to C:\ContainerFolder in Container1.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

send
light_mode
delete
All Pages