Upgrading Your Skills to MCSA Windows Server 2016

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

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

Note: This question is part of a series of a questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, 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 named contoso.com. The forest contains a member server named Server1 that runs Windows Server 2016. All domain controllers run Windows Server 2012 R2.

Contoso.com has the following configuration.

You plan to deploy an Active Directory Federation Services (AD FS) farm on Server1 and to configure device registration.

You need to configure Active Directory to support the planned deployment.

Solution: You upgrade a domain controller to Windows Server 2016.

Does this meet the goal?

    Correct Answer: B

    The proposed solution does not meet the goal. While upgrading a domain controller to Windows Server 2016 does update the schema, it does not automatically upgrade the forest or domain functional level. Device Registration in Active Directory Federation Services (AD FS) requires at least a forest functional level of Windows Server 2012 R2. Since the provided configuration shows the forest and domain functional levels are both set to Windows Server 2008 R2, simply upgrading one domain controller to Windows Server 2016 does not satisfy the requirements for configuring device registration. Therefore, the solution does not meet the goal.

Question 2 of 128

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 questions sets might have more than one correct solutions, 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 named contoso.com. The forest contains a member server named Server1 that runs Windows Server 2016. All domain controllers run Windows Server 2012 R2.

Contoso.com has the following configuration:

You plan to deploy an Active Directory Federation Services (AD FS) farm on Server1 and to configure device registration.

You need to configure Active Directory to support the planned deployment.

Solution: You raise the forest functional level to Windows Server 2012 R2.

Does this meet the goal?

    Correct Answer: B

    Raising the forest functional level to Windows Server 2012 R2 does not meet the goal of deploying an Active Directory Federation Services (AD FS) farm on Server1 running Windows Server 2016 and configuring device registration. AD FS 2016 requires the Active Directory 2016 schema, not just the 2012 R2 schema. Therefore, to support the planned deployment, the Active Directory schema would need to be updated to at least the 2016 version.

Question 3 of 128

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 questions sets might have more than one correct solutions, 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 named contoso.com. The forest contains a member server named Server1 that runs Windows Server 2016. All domain controllers run Windows Server 2012 R2.

Contoso.com has the following configuration:

You plan to deploy an Active Directory Federation Services (AD FS) farm on Server1 and to configure device registration.

You need to configure Active Directory to support the planned deployment.

Solution: You run adprep.exe from the Windows Server 2016 installation media.

Does this meet the goal?

    Correct Answer: A

    For deploying AD FS 2016 and configuring device registration, the requirement is to have the Active Directory schema updated to a level that supports these features. Running adprep.exe from the Windows Server 2016 installation media will extend the schema to the necessary version. This operation prepares the domain for deploying AD FS 2016 by updating the schema to the required version, albeit without necessarily raising the domain and forest functional levels. Therefore, running adprep.exe will meet the goal.

Question 4 of 128

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.

Your network contains an Active Directory domain named contoso.com. The domain contains a DNS server named Server1. All client computers run Windows 10.

On Server1, you have the following zone configuration.

You need to ensure that all of the client computers in the domain perform DNSSEC validation for the fabrikam.com namespace.

Solution: From Windows PowerShell on Server1, you run the Add-DnsServertrustAnchor cmdlet.

Does this meet the goal?

    Correct Answer: B

    The Add-DnsServerTrustAnchor cmdlet is used to add a trust anchor, which is necessary for DNSSEC validation as it provides a public cryptographic key for a DNSSEC-signed zone. However, running this cmdlet alone on Server1 does not ensure that all client computers in the domain perform DNSSEC validation for the fabrikam.com namespace. The clients also need to be configured to use DNSSEC and trust the DNS server's trust anchors. Therefore, this solution does not fully meet the goal.

Question 5 of 128

HOTSPOT -

You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host.

You have two network adapter cards on Server1 that are Remote Direct Memory Access (RDMA)-capable.

You need to aggregate the bandwidth of the network adapter cards for a virtual machine on Server1. The solution must ensure that the virtual machine can use the

RDMA capabilities of the network adapter cards.

Which commands should you run first? To answer, select the appropriate options in the answer area.

Hot Area:

    Correct Answer:

    A new feature of Windows Server 2016 is SET (Switch Embedded Teaming).

    Create a SET team -

    You must create a SET team at the same time that you create the Hyper-V Virtual Switch with the New-VMSwitch Windows PowerShell command.

    When you create the Hyper-V Virtual Switch, you must include the new EnableEmbeddedTeaming parameter in your command syntax.

    In the following example, a Hyper-V switch named TeamedvSwitch with embedded teaming and two initial team members is created.

    New-VMSwitch -Name TeamedvSwitch -NetAdapterName "NIC 1","NIC 2"

    -EnableEmbeddedTeaming $true

    References:

    https://technet.microsoft.com/en-gb/library/mt403349.aspx