Microsoft 70-412 Online Practice
Questions and Exam Preparation
70-412 Exam Details
Exam Code
:70-412
Exam Name
:Configuring Advanced Windows Server 2012 Services
Certification
:Microsoft Certifications
Vendor
:Microsoft
Total Questions
:450 Q&As
Last Updated
:Feb 03, 2022
Microsoft 70-412 Online Questions &
Answers
Question 351:
You configure the nodes to use the port rule shown in the exhibit. (Click the Exhibit button.)
You need to configure the NLB cluster to meet the following requirements: HTTPS connections must be directed to Server1 if Server1 is available.
HTTP connections must be load balanced between the two nodes.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. From the host properties of Server2, set the Handling priority of the existing port rule to 2. B. Create a port rule for TCP port 80. Set the Filtering mode to Multiple host and set the Affinity to None. C. Create an additional port rule for TCP port 443. Set the Filtering mode to Multiple host and set the Affinity to Single. D. From the host properties of Server1, set the Handling priority of the existing port rule to 2. E. From the host properties of Server2, set the Priority (Unique host ID) value to 1. F. From the host properties of Server1, set the Handling priority of the existing port rule to 1.
A. From the host properties of Server2, set the Handling priority of the existing port rule to 2. B. Create a port rule for TCP port 80. Set the Filtering mode to Multiple host and set the Affinity to None. F. From the host properties of Server1, set the Handling priority of the existing port rule to 1.
Multiple hosts. This parameter specifies that multiple hosts in the cluster handle network traffic for the associated port rule. This filtering mode provides scaled performance in addition to fault tolerance by distributing the network load among multiple hosts. You can specify that the load be equally distributed among the hosts or that each host handle a specified load weight.
Note: Handling priority: When Single host filtering mode is being used, this parameter specifies the local host's priority for handling the networking traffic for the associated port rule. The host with the highest handling priority (lowest numerical value) for this rule among the current members of the cluster will handle all of the traffic for this rule. The allowed values range from 1, the highest priority, to the maximum number of hosts allowed (32). This value must be unique for all hosts in the cluster.
Reference: Network Load Balancing parameters.
Question 352:
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2012 R2. Server1 is a file server that has the Hyper-V server role installed.
Server1 hosts several virtual machines. The virtual machine configuration files are stored on drive D and the VHD files are stored on drive E.
You plan to replace drive E with a larger volume.
You need to ensure that the virtual machines on Server1 remain available while drive E is being replaced.
What should you do?
A. Perform a quick migration. B. Add Server1 and Server2 as nodes in a failover cluster. C. Perform a live migration. D. Perform a storage migration.
D. Perform a storage migration.
Hyper-V in Windows Server 2012 R2 introduces support for moving virtual machine storage without downtime by making it possible to move the storage while the virtual machine remains running.
Your network contains two servers named Server1 and Server2 that run Windows Server 2012 R2. Server1 and Server2 have the Hyper-V server role installed.
Server1 and Server2 are configured as Hyper-V replicas of each other.
Server1 hosts a virtual machine named VM1. VM1 is replicated to Server2.
You need to verify whether the replica of VM1 on Server2 is functional.
The solution must ensure that VM1 remains accessible to clients.
What should you do from Hyper-V Manager?
A. On Server1, execute a Planned Failover. B. On Server1, execute a Test Failover. C. On Server2, execute a Planned Failover. D. On Server2,execute a Test Failover.
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2012 R2. Server1 has the Active Directory Federation Services (AD FS) server role installed.
Adatum.com is a partner organization.
You are helping the administrator of adatum.com set up a federated trust between adatum.com and contoso.com. The administrator of adatum.com asks you to provide a file containing the federation metadata of contoso.com.
You need to identify the location of the federation metadata file. Which node in the AD FS console should you select?
To answer, select the appropriate node in the answer area.
Hot Area:
See figure below.
Question 355:
You have a DNS server named Server1 that runs Windows Server 2012 R2.
You need to disable recursion on Server1.
What are three possible ways to achieve the goal? Each correct answer presents a complete solution.
A. From DNS Manager, modify the Advanced properties of Server1. B. Create a forward lookup zone named GlobalNames. C. From DNS Manager, modify the Forwarders properties of server1. D. Create a reverse lookup zone named 0.in-addr.arpa. E. Create a forward lookup zone named ".". F. Run dnscmd.exe and specify the /config parameter.
A. From DNS Manager, modify the Advanced properties of Server1. E. Create a forward lookup zone named ".". F. Run dnscmd.exe and specify the /config parameter.
A: To disable recursion on the DNS server using the Windows interface
Open DNS Manager.
In the console tree, right-click the applicable DNS server, then click Properties.
Click the Advanced tab.
In Server options, select the Disable recursion check box, and then click OK.
E: Disable recursion on DNS servers that do not respond to DNS clients directly and that are not configured with forwarders. A DNS server requires recursion only if it responds to recursive queries from DNS clients or if it is configured with a
forwarder. DNS servers use iterative queries to communicate with each other.
The DNS server has root DNS servers in its configuration so it returns the root DNS server details each time it is queried for a non existent domain name. To prevent this we need to create a forward lookup zone with the name "."
F: To disable recursion on the DNS server using a command line
Open a command prompt.
Type the following command, and then press ENTER:
dnscmd /Config /NoRecursion {1|0}
Reference: Disable Recursion on the DNS Server
https://technet.microsoft.com/en-us/library/cc771738.aspx Reference: Setting up an authoritative DNS in Windows Server 2008 http://websistent.com/authoritative-dns-in-windows-server-2008/
Question 356:
HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You install the IP Address Management (IPAM) Server feature on a server named Server1 and select Manual as the provisioning method.
The IPAM database is located on a server named SQL1.
You need to configure IPAM to use Group Policy Based provisioning.
What command should you run first?
To answer, select the appropriate options in the answer area.
Hot Area:
The choice of a provisioning method is permanent for the current installation of IPAM Server. To change the provisioning method, you must uninstall and reinstall IPAM Server.
Reference: Choose an IPAM Provisioning Method
Question 357:
You have a server named Server1 that runs Windows Server 2012 R2.
Windows Server 2012 R2 is installed on volume C.
You need to ensure that Safe Mode with Networking loads the next time Server1 restarts.
Which tool should you use?
A. The Msconfig command B. The Bootcfg command C. The Restart-Computer cmdlet D. The Restart-Server cmdlet
A. The Msconfig command
Use system config (Msconfig) to configure boot options.
Reference: System Configuration aka MSCONFIG.
Question 358:
The Wingtip Toys forest hosts a web application that users in the Tailspin Toys forest need to access. You are the system administrator at Wingtip Toys. A single federation server is present in each forest and you are configuring a federated
trust.
Which of the following statements are true about the deployment solution? (Choose all that apply.)
A. The AD FS server in the Tailspin Toys forest will function as the claims-provider server. B. The AD FS server in the Tailspin Toysforest will function as the relying-party server. C. Configure a relying-party trust on the Wingtip Toys AD FS server. D. Configure a claims-provider trust on the Wingtip Toys AD FS server.
A. The AD FS server in the Tailspin Toys forest will function as the claims-provider server. D. Configure a claims-provider trust on the Wingtip Toys AD FS server.
Question 359:
DRAG DROP
Your network contains two Active Directory forests named contoso.com and adatum.com.
All domain controllers run Windows Server 2012 R2.
A federated trust exists between adatum.com and contoso.com. The trust provides adatum.com users with access to contoso.com resources.
You need to configure Active Directory Federation Services (AD FS) claim rules for the federated trust.
The solution must meet the following requirements:
In contoso.com, replace an incoming claim type named Group with an outgoing claim type named Role.
In adatum.com, allow users to receive their tokens for the relying party by using their Active Directory group membership as the claim type.
The AD FS claim rules must use predefined templates.
Which rule types should you configure on each side of the federated trust?
To answer, drag the appropriate rule types to the correct location or locations. Each rule type 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:
Acceptance transform rule set A set of claim rules that you use on a particular claims provider trust to specify the incoming claims that will be accepted from the claims provider organization and the outgoing claims that will be sent to the relying party trust. Used on: Claims provider trusts
Issuance Authorization Rule Set A set of claim rules that you use on a relying party trust to specify the claims that will be issued to the relying party. Used on: Relying party trusts
Reference: The Role of Claim Rules http://technet.microsoft.com/zh-cn/library/ee913586(v=WS.10).aspx
Question 360:
HOTSPOT
You have a server named Server1 that runs Windows Server 2012 R2. The volumes on Server1 are configured as shown in the following table.
A new corporate policy states that backups must use Windows Azure Online Backup whenever possible.
You need to identify which backup methods you must use to back up Server1. The solution must use Windows Azure Online Backup whenever possible.
Which backup type should you identify for each volume?
To answer, select the appropriate backup type for each volume in the answer area.
Hot Area:
Box 1: Windows Server Backup
Volume1 is NTFS and on a fixed disk, but Bitlocker is used.
Windows Azure Online Backup cannot backup volume that has Bitlocker.
Box 2: Windows Azure Online Backup
Volume2 is NTFS, on a fixed disk, and Bitlocker is not used.
Windows Azure Online Backup can be used.
Box 3: Windows Server Backup
Volume3 is not on a fixed disk. It is on a USB disk.
Additionally bitlocker is used.
Windows Azure Online Backup cannot be used.
Box 4: Windows Server Backup
Volume3 is not on a fixed disk. It is on a USB disk.
Windows Azure Online Backup cannot be used.
Note: You can use Microsoft Azure Backup to back up content stored on fixed NTFS volumes. It cannot be used in the following situations:
Volume is locked by BitLocker Drive Encryption. If BitLocker is enabled on the volume, the volume must be unlocked before it can be backed up.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Microsoft exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 70-412 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.