Question 6 of 294

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?

    Correct Answer: B

    The solution of implementing a Hyper-V Replica between Host2 and Host4 does not meet the goal. Hyper-V Replica is primarily used for disaster recovery purposes by creating a copy of virtual machines on another host. However, it involves a failover process which causes a brief downtime when the virtual machine is stopped and then restarted on the target host. This downtime would result in a disconnection, which fails to satisfy the requirement of moving virtual machines without causing any disconnection from the network. Therefore, the correct answer is 'No'.

Question 7 of 294

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?

    Correct Answer: A

    Using Windows PowerShell Desired State Configuration (DSC) to create and apply a default configuration to the virtual machines meets the goal. DSC allows for the specification of a configuration once, which it then uses to ensure that all targeted machines are configured identically. This makes it an effective and efficient solution for standardizing the deployment of roles like the Web Server (IIS) across multiple machines.

Question 8 of 294

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?

    Correct Answer: B

    Using a Group Policy object (GPO) to create an application control policy does not meet the goal of deploying the Web Server (IIS) server role identically to the virtual machines. Group Policy is used for managing user and computer settings, not for installing or configuring server roles like IIS. Desired State Configuration (DSC) or other server management tools would be more appropriate for this task.

Question 9 of 294

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?

    Correct Answer: B

    Using a Group Policy Object (GPO) to publish a software installation package is not a suitable method for deploying the Web Server (IIS) server role on Windows Server 2016 virtual machines. While GPOs are useful for pushing software packages, deploying server roles typically requires more advanced configuration and management capabilities. In this case, using tools like PowerShell Desired State Configuration (DSC) or Windows Server Manager for consistent and automated deployment would be more appropriate. Therefore, the solution does not meet the goal.

Question 10 of 294

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?

    Correct Answer: B

    Creating a performance counter data collector alone will not log an event in the Application event log. To achieve the goal of logging an event when App1 consumes more than 4 GB of memory, a performance counter alert is required. The alert can be configured to monitor the memory usage of App1 and trigger an event when the threshold is exceeded.