Configuring Advanced Windows Server 2012 Services

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

  • You have 137 total questions to study from
  • Each page has 5 questions, making a total of 28 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 11, 2024
Question 1 of 137

HOTSPOT -

Your network contains an Active Directory domain named contoso.com. The domain contains domain controllers that run either Windows Server 2003, Windows

Server 2008 R2, or Windows Server 2012 R2.

You plan to implement a new Active Directory forest. The new forest will be used for testing and will be isolated from the production network.

In the test network, you deploy a server named Server1 that runs Windows Server 2012 R2.

You need to configure Server1 as a new domain controller in a new forest named contoso.test.

The solution must meet the following requirements:

✑ The functional level of the forest and of the domain must be the same as that of contoso.com.

✑ Server1 must provide name resolution services for contoso.test.

What should you do?

To answer, configure the appropriate options in the answer area.

Hot Area:

    Correct Answer:

    Set the forest function level and the Domain functional level both to Windows Server 2003.

    Also check Domain Name (DNS) server.

    Note:

    * When you deploy AD DS, set the domain and forest functional levels to the highest value that your environment can support. This way, you can use as many AD

    DS features as possible. For example, if you are sure that you will never add domain controllers that run Windows Server 2003 to the domain or forest, select the

    Windows Server 2008 functional level during the deployment process. However, if you might retain or add domain controllers that run Windows Server 2003, select the Windows Server 2003 functional level.

    * You can set the domain functional level to a value that is higher than the forest functional level. For example, if the forest functional level is Windows Server

    2003, you can set the domain functional level to Windows Server 2003 or higher.

    Reference: Understanding Active Directory Domain Services (AD DS) Functional Levels

Question 2 of 137

Your network contains an Active Directory forest named adatum.com. The forest contains a single domain. The domain contains four servers. The servers are configured as shown in the following table.

You need to update the schema to support a domain controller that will run Windows Server 2012 R2.

On which server should you run adprep.exe?

    Correct Answer: B

    To update the schema to support a domain controller running Windows Server 2012 R2, you need to run adprep.exe on a server with a supported operating system version. Since adprep.exe must be executed on a server running a 64-bit version of Windows Server 2008 or later, DC3 is the appropriate server as it is the only one running Windows Server 2008 R2.

Question 3 of 137

Your network contains an Active Directory forest named contoso.com. The forest contains two domains named contoso.com and childl.contoso.com. The domains contain three domain controllers.

The domain controllers are configured as shown in the following table.

You need to ensure that the KDC support for claims, compound authentication, and kerberos armoring setting is enforced in the child1.contoso.com domain.

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

    Correct Answer: B, C

    To ensure that KDC support for claims, compound authentication, and Kerberos armoring is enforced in the child1.contoso.com domain, you need to upgrade the domain controllers in that specific domain to at least Windows Server 2012 R2 and raise the domain functional level of childl.contoso.com to Windows Server 2012 R2. Upgrading DC11 to Windows Server 2012 R2 will fulfill the part of ensuring the domain controllers are of the required version. Then, raising the domain functional level of the child domain (child1.contoso.com) will establish the necessary environment to support these features. There is no direct requirement to upgrade the root domain's functional level or its domain controllers for enforcing these features in the child domain.

Question 4 of 137

HOTSPOT -

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2. All servers run

Windows Server 2012 R2.

Server1 and Server2 have the Network Load Balancing (NLB) feature installed. The servers are configured as nodes in an NLB cluster named Cluster1. Both servers connect to the same switch.

Cluster1 hosts a secure web Application named WebApp1. WebApp1 saves user state information in a central database.

You need to ensure that the connections to WebApp1 are distributed evenly between the nodes. The solution must minimize port flooding.

What should you configure? To answer, configure the appropriate affinity and the appropriate mode for Cluster1 in the answer area.

Hot Area:

    Correct Answer:

    The Affinity parameter is applicable only for the Multiple hosts filtering mode.

    / The Single option specifies that NLB should direct multiple requests from the same client IP address to the same cluster host.

    References: Network Load Balancing Manager Properties

    https://technet.microsoft.com/en-us/library/cc771709.aspx

Question 5 of 137

DRAG DROP -

Your network contains an Active Directory domain named contoso.com. The domain contains four member servers named Server1, Server2, Servers, and

Server4. All servers run Windows Server 2012 R2.

Server1 and Server2 are located in a site named Site1. Server3 and Server4 are located in a site named Site2. The servers are configured as nodes in a failover cluster named Cluster1.

Cluster1 is configured to use the Node Majority quorum configuration.

You need to ensure that Server1 is the only server in Site1 that can vote to maintain quorum.

What should you run from Windows PowerShell?

To answer, drag the appropriate commands to the correct location. Each command 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.

Select and Place:

    Correct Answer:

    We remove Server2 from quorum vote by setting it's NodeWeight to 0.

    NodeWeight settings are used during quorum voting to support disaster recovery and multi-subnet scenarios for AlwaysOn Availability Groups and SQL Server

    Failover Cluster Instances.

    Example (Powershell)

    The following example changes the NodeWeight setting to remove the quorum vote for the "AlwaysOnSrv1" node.

    Import-Module FailoverClusters -

    $node = "AlwaysOnSrv1"

    (Get-ClusterNode $node).NodeWeight = 0

    Reference: Configure Cluster Quorum NodeWeight Settings