Microsoft Designing and Implementing a Server Infrastructure - 070-413 Exam Practice Test

DRAG DROP
You manage a Network Policy Server (NPS) infrastructure that contains four servers named NPSPRX01, NPS01, NPS02, and NPS03. All servers run Microsoft Windows Server 2012 R2. NPSPRX01 is configured as an NPS proxy. NPS01, NPS02, and NPS03 are members of a remote RADIUS server group named GR01. GR01 is configured as shown below:

You need to ensure that authentication requests are identified even when a server is unavailable.
If a given server is unavailable, which percentage of authentication requests will another server manage? To answer, drag the appropriate value to the correct scenario. Each value 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.
Correct Answer:
Box 1: 95%
Box 2: 5%
Box 3: 0%
Box 4: 0%
Note:
* From the exhibit we have:
NPS01: weight 30, priority: 5
NPS02: weight 50, priority: 90
NPS03: weight 20, priority: 5
Box 3: If NPS03 is unavailable it cannot handle any requests.
Box 4: NPS04 is not mentioned in this question.
* Priority. Priority specifies the order of importance of the RADIUS server to the NPS proxy server.
Priority level must be assigned a value that is an integer, such as 1, 2, or 3. The lower the number, the higher priority the NPS proxy gives to the RADIUS server. For example, if the RADIUS server is assigned the highest priority of 1, the NPS proxy sends connection requests to the RADIUS server first; if servers with priority 1 are not available, NPS then sends connection requests to RADIUS servers with priority 2, and so on. You can assign the same priority to multiple RADIUS servers, and then use the Weight setting to load balance between them.
* Weight. NPS uses this Weight setting to determine how many connection requests to send to each group member when the group members have the same priority level. Weight setting must be assigned a value between 1 and 100, and the value represents a percentage of 100 percent. For example, if the remote RADIUS server group contains two members that both have a priority level of 1 and a weight rating of 50, the NPS proxy forwards 50 percent of the connection requests to each RADIUS server.
Reference: Load Balancing with NPS Proxy
https://technet.microsoft.com/en-us/library/dd197433(v=ws.10).aspx
Your company, which is named Contoso, Ltd., has a main office and two branch offices. The main office is located in North America. The branch offices are located in Asia and Europe.
You plan to design an Active Directory forest and domain infrastructure.
You need to recommend an Active Directory design to meet the following requirements:
* The contact information of all the users in the Europe office must not be visible to the users in the other offices.
* The administrators in each office must be able to control the user settings and the computer settings of the users in their respective office.
The solution must use the least amount of administrative effort.
What should you include in the recommendation?
Correct Answer: D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A company has a line-of-business application named App1 that runs on an internal IIS server. App1 uses a SQL Server 2008 database that is hosted on the same server. You move the database to a dedicated SQL Server named SQL1.
Users report that they can no longer access the application by using their domain credentials.
You need to ensure that users can access App1.
Solution: You configure Kerberos-constrained delegation and then run the following command from an administrative command prompt:
setspn-a MSSQLsvc/SQLl:1433 <domain>\<sql_service>
Does this meet the goal?
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
DRAG DROP
You need to configure DNS for the Dublin office.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:
You are attempting to resolve the DNS cache attack issue.
You need to identify which DNS servers have DNS cache locking disabled.
Which Windows PowerShell cmdlet should you run?
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
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 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 plan to simplify the organizational unit (OU) structure for a company. You must consolidate all member servers in the domain to a single OU named MemberServers. You need to apply Group Policy settings for servers that meet the following criteria:
Solution: You create a WMI filter action that includes the following query:
select * from Win32_OperatingSystem where Version like "6.2%" and ProductType="1" and OSArchitecture = "64-bit" where Win32_PhysicalMemory < 16000000000 Does this meet the goal?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Your network contains an Active Directory forest named contoso.com. The forest contains a single domain and two sites named Montreal and Vancouver.
Montreal contains an IP Address Management (IPAM) server named Server1 that is used to manage all of the DHCP servers and the DNS servers in the site.
Vancouver contains several DHCP servers and several DNS servers.
In Vancouver, you install the IP Addreontreal contains an IP address Management (IPAM) server named Server1 that ifeature on a server named Server2.
You need to recommend which configurations must be performed to ensure that the DHCP servers and the DNS servers in Vancouver are managed by Server2.
What should you recommend?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
DRAG DROP
Your network contains three servers named Server1, Server2, and Server3 that run Windows Server
2012. Server3 is connected to a disk storage array.
You need to ensure that Server1 can store files on the storage array. The solution must ensure that Server1 can access the storage as a local disk.
What should you configure on each server?
To answer, drag the appropriate configuration to the correct location in the answer area. Each configuration may be used once, more than once, or not at all. Additionally, you may need to drag the split bar between panes or scroll to view content.
Correct Answer:

Explanation:
Box 1: iSCSI Initiator Service
Services that depend on iSCSI devices
Devices that are connected to a computer through Microsoft iSCSI Initiator are presented to the Windows operating system later in the boot process than direct-attached storage. There are applications and services that make assumptions about the timing of the availability of the devices. The Microsoft iSCSI Initiator service and the Service Control Manager in the Windows operating system help these applications and services synchronize with information about the devices and volumes that are hosted on iSCSI targets.
Box 2: iSCSI Target Server role service
With iSCSI Target Server, any computer running Windows Server 2012 can become a storage device.
Step 1: Install iSCSI Target Server and failover clustering
Step 2: Configure the iSCSI initiator
Step 3: Create the high availability iSCSI Target Server role service
Step 4: Configure iSCSI storage provider identity credentials
Reference: iSCSI Target Block Storage, How To
You have a Windows Server 2012 R2 failover cluster that contains four nodes. The cluster has Dynamic Optimization enabled. You deploy three highly available virtual machines to the cluster by using System Center 2012 R2 Virtual Machine Manager (VMM).
You need to prevent Dynamic Optimization from placing any of the three virtual machines in the same node.
What should you do?
Correct Answer: B Vote an answer
You implement a new virtualized print server that runs Windows Server 2012.
You need to migrate the print queues.
Which tool should you use?
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Your company has a main office and three branch offices. The main office is located in North America.
The branch offices are located in South America, Europe and Asia.
You plan to design an Active Directory forest and domain infrastructure.
You need to recommend an Active Directory design to meet the following requirements:
* The administrator in the Asia office must be able to deploy a custom application named App1. App1 requires modify to the Active Directory Schema.
* The contact information of all the users in the Europe office must not be visible to the users in the other offices.
* The administrators in each office must be able to control the user settings and the computer settings of the users in their respective office.
The solution must use the least amount of administrative effort.
What should you include in the recommendation?
Correct Answer: B Vote an answer
Your network contains an Active Directory domain named contoso.com. All servers run Windows Server
2008 R2. All domain controllers are installed on physical servers. The network contains several Hyper-V hosts.
The network contains a Microsoft System Center 2012 infrastructure.
You plan to use domain controller cloning to deploy several domain controllers that will run Windows Server 2012.
You need to recommend which changes must be made to the network infrastructure before you can use domain controller cloning.
What should you recommend?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Your company has two main offices and 10 branch offices. Each office is configured as a separate Active Directory site.
The main offices sites are named Site1 and Site2. Each office connects to Site1 and Site2 by using a WAN link. Each site contains a domain controller that runs Windows Server 2008.
You are redesigning the Active Directory infrastructure.
You plan to implement domain controllers that run Windows Server 2012 and decommission all of the domain controllers that run Windows Server 2008.
You need to recommend a placement plan for the Windows Server 2012 domain controllers to meet the following requirements:
Ensure that users can log on to the domain if a domain controller or a WAN link fails.
Minimize the number of domain controllers implemented.
What should you include in the recommendation? (Each correct answer presents part of the solution.
Choose all that apply.)
Correct Answer: A,D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).