Microsoft 70-740 Exam Practice Questions (P. 2)
- 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 #6
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 are a server administrator at a company named Contoso, Ltd.
Contoso has a Windows Server 2016 Hyper-V environment configured as shown in the following table.

All of the virtual switches are of the external type.
You need to ensure that you can move virtual machines between the hosts without causing the virtual machines to disconnect from the network.
Solution: You implement a Hyper-V Replica between Host2 and Host4.
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 are a server administrator at a company named Contoso, Ltd.
Contoso has a Windows Server 2016 Hyper-V environment configured as shown in the following table.

All of the virtual switches are of the external type.
You need to ensure that you can move virtual machines between the hosts without causing the virtual machines to disconnect from the network.
Solution: You implement a Hyper-V Replica between Host2 and Host4.
Does this meet the goal?
send
light_mode
delete
Question #7
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 network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: You use Windows PowerShell Desired State Configuration (DSC) to create a default configuration, and then you apply the configuration to the virtual machines.
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.
Your network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: You use Windows PowerShell Desired State Configuration (DSC) to create a default configuration, and then you apply the configuration to the virtual machines.
Does this meet the goal?
- AYes
- BNo
Correct Answer:
A
DSC gives us a declarative model for system configuration management. What that really means is that we can specify how we want a workstation or server (a "˜node') to be configured and we leave it to PowerShell and the Windows Workflow engine to make it happen on those target "˜nodes'. We don't have to specify how we want it to happen.
The main advantages of DSC are:
✑ To simplify your sysadmin tasks by configuring one or more devices automatically
✑ To be able to configure machines identically with the aim to standardize them
✑ To ensure, at a given time, that the configuration of a machine always be identical to its initial configuration, so as to avoid drift
✑ Deployment on demand as a Cloud strategy, or "˜en masse', is largely automated and simplified
References:
https://www.simple-talk.com/sysadmin/powershell/powershell-desired-state-configuration-the-basics/
A
DSC gives us a declarative model for system configuration management. What that really means is that we can specify how we want a workstation or server (a "˜node') to be configured and we leave it to PowerShell and the Windows Workflow engine to make it happen on those target "˜nodes'. We don't have to specify how we want it to happen.
The main advantages of DSC are:
✑ To simplify your sysadmin tasks by configuring one or more devices automatically
✑ To be able to configure machines identically with the aim to standardize them
✑ To ensure, at a given time, that the configuration of a machine always be identical to its initial configuration, so as to avoid drift
✑ Deployment on demand as a Cloud strategy, or "˜en masse', is largely automated and simplified
References:
https://www.simple-talk.com/sysadmin/powershell/powershell-desired-state-configuration-the-basics/
send
light_mode
delete
Question #8
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 network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: From a Group Policy object (GPO), you create an application control policy, and then you apply the policy to the virtual machines.
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.
Your network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: From a Group Policy object (GPO), you create an application control policy, and then you apply the policy to the virtual machines.
Does this meet the goal?
send
light_mode
delete
Question #9
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 network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: You create a software installation package, and then you publish the package to the virtual machines by using a Group Policy object (GPO).
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.
Your network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: You create a software installation package, and then you publish the package to the virtual machines by using a Group Policy object (GPO).
Does this meet the goal?
send
light_mode
delete
Question #10
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 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 data collector.
Does this meet the goal?
send
light_mode
delete
All Pages