Q141. - (Topic 2) 

You have a server named Server1 that runs Windows Server 2012 R2.Server1 has the Print and Document Services server role installed. 

Server1 is connected to two identical print devices. 

The solution must ensure that if one print device fails, the print jobs will print automatically on the other print device. 

What should you do on Server1? 

A. Add two printers and configure the priority of each printer. 

B. Add one printer and configure printer pooling. 

C. Install the Network Load Balancing (NLB) feature, and then add one printer. 

D. Install the Failover Clustering feature, and then add one printer 

Answer:

Explanation: 

A. expedite documents that need to be printed immediately 

B. A printing pool is one logical printer connected to multiple printers through multiple ports of the print server. The printer that is idle receives the next document sent to the logical printer. When printing to a printer pool, the spooler will send waiting jobs to alternate ports. If the original or alternate ports are not available 

C. NLB for printing is not supported D. Would need 2 nodes A printing pool is one logical printer connected to multiple printers through multiple ports of the print server. The printer that is idle receives the next document sent to the logical printer. This is useful in a network with a high volume of printing because it decreases the time users wait for their documents. A printing pool also simplifies administration because multiple printers can be managed from the same logical printer on a server. If one device within a pool stops printing, the current document is held at that device. The succeeding documents print to other devices in the pool, while the delayed document waits until the nonfunctioning printer is fixed. Efficient printer pools have the following characteristics: All printers in the pool are the same model. Printer ports can be of the same type or mixed (parallel, serial, and network). It is recommended that all printers be in one location. Because it is impossible to predict which printer will receive the document, keep all printers in a pool in a single location. Otherwise, users might have a hard time finding their printed document. http://technet.microsoft.com/en-us/library/cc757086(v=ws.10).aspx http://technet.microsoft.com/en-us/library/ cc784619(v=ws.10).aspx http://technet.microsoft.com/en-us/library/cc958172.aspx You can create a printing pool to automatically distribute print jobs to the next available printer. A printing pool is one logical printer connected to multiple printers through multiple ports of the print server. The printer that isidle receives the next document sent to the logical printer. 


Q142. - (Topic 1) 

Your network contains an Active Directory domain named contoso.com. The domain contains a member server named Server1 and a domain controller named DC2.All servers run Windows Server 2012 R2.All domain controllers are configured as DNS servers. 

On Server1, you open Server Manager and you add DC2 as another server to manage. 

From Server Manager on Server1, you right-click DC2 as shown in the exhibit. (Click the Exhibit button.) 

You need to ensure that when you right-click DC2, you see the option to run DNS Manager. 

What should you do? 

A. On Server1, install the Role Administration Tools. 

B. In the domain, add Server1 to the DNS Admins group. 

C. On DC2 and Server1, run winrmquickconfig. 

D. On DC2, install the Feature Administration Tools. 

Answer:

Explanation: 

The Domain Name System (DNS) role is a role that provides a standard method for associating names with numeric Internet addresses. This lets users refer to network computers by using easy-to-remember names instead of a long series of numbers. Windows DNS services can be integrated with DHCP services, eliminating the need to add DNS records as computers are added to the network. 


Q143. - (Topic 1) 

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2 that run Windows Server 2012 R2. 

You log on to Server1. 

You need to retrieve a list of the active TCP connections on Server2. 

Which command should you run from Server1? 

A. winrm get server2 

B. netstat> server2 

C. dsquery * -scope base -attrip, server2 

D. winrs -r:server2 netstat 

Answer:

Explanation: 

This command line tool enables administrators to remotely execute most Cmd.exe commands using the WSManagement protocol. 


Q144. - (Topic 3) 

You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. 

An iSCSI SAN is available on the network. 

Server1 hosts four virtual machines named VM1, VM2, VM3, VM4. 

You create a LUN on the SAN. 

You need to provide VM1 with access to the LUN. The solution must prevent other virtual machines from accessing the LUN. 

What should you configure? 

A. A fixed-size VHDX 

B. A dynamically expanding VHDX 

C. A fixed-size VHD 

D. A pass-through disk 

E. A dynamically expanding VHD 

Answer:

Explanation: 

You can use physical disks that are directly attached to a virtual machine as a storage option on the management operating system. This allows virtual machines to access storage that is mapped directly to the server running Hyper-V without first configuring the volume. The storage can be either a physical disk which is internal to the server, or a SAN logical unit number (LUN) that is mapped to the server (a LUN is a logical reference to a portion of a storage subsystem). The virtual machine must have exclusive access to the storage, so the storage must be set in an Offline state in Disk Management. The storage is not limited in size, so it can be a multi-terabyte LUN. When using physical disks that are directly attached to a virtual machine, you should be aware of the following: This type of disk cannot be dynamically expanded. You cannot use differencing disks with them. You cannot take virtual hard disk snapshots. Att: If you are installing an operating system on the physical disk and it is in an Online state before the virtual machine is started, the virtual machine will fail to start. You must store the virtual machine configuration file in an alternate location because the physical disk is used by the operating system installation. For example, locate the configuration file on another internal drive on the server running Hyper-V. 


Q145. - (Topic 3) 

You work as a senior administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers on the Contoso.com network have Windows Server 2012 R2 installed. 

You are running a training exercise for junior administrators. You are currently discussing what happens when you run the Remove-NetLbfoTeam Windows PowerShell cmdlet. 

Which of the following describes the results of running this cmdlet? 

A. It removes one or more network adapters from a specified NIC team. 

B. It removes a team interface from a NIC team. 

C. It removes a specified NIC team from the host. 

D. It removes a network adapter member from a switch team. 

Answer:

Explanation: 

Remove-NetLbfoTeam removes the specified NIC team from the host. 

The Remove-NetLbfoTeam cmdlet removes the specified NIC team from the host. This 

cmdlet disconnects all associated team members and providers from the team. You can 

specify the team to remove by using either a team object retrieved by Get-NetLbfoTeam, or 

by specifying a team name. 

You can use Remove-NetLbfoTeam to remove all NIC teams from the server. 

You need administrator privileges to use Remove-NetLbfoTeam. 


Q146. - (Topic 3) 

You have a file server named File1 that runs Windows Server 2012 R2. 

File1 contains a shared folder named Share1. Share1 contains an Application named 

SalesAppl.exe. 

The NTFS permissions for Share1 are shown in the following table. 

The members of L_Sales discover that they cannot add files to Share1. Domain users can run SalesAppl.exe successfully. 

You need to ensure that the members of L_Sales can add files to Share1. 

What should you do? 

A. Add the Domain Users group to L_Sales. 

B. Add L_Sales to the Domain Users group. 

C. Edit the Share permissions. 

D. Edit the NTFS permissions. 

Answer:

Explanation: 

Based on the NTFS permissions, these users should be able to add files (as they have the “write” permission), so they must have read-only share permissions preventing them from doing so. 


Q147. - (Topic 1) 

You have a print server named Server1 that runs Windows Server 2012 R2. 

You discover that when there are many pending print jobs, the system drive occasionally 

runs out of free space. 

You add a new hard disk to Server1.You create a new NTFS volume. 

You need to prevent the print jobs from consuming disk space on the system volume. 

What should you modify? 

A. The properties on the new volume 

B. The properties of the Print Spooler service 

C. The Print Server Properties 

D. The properties of each shared printer 

Answer:

Explanation: 

Windows spools print jobs by default to the following directory as they are processed: 

%SystemRoot%\SYSTEM32\SPOOL\PRINTERS. 

It is possible for the administrator of a Windows print server to manually instruct Windows 

the location for placing the spool files, if for example there is a concern for disk space. 


Q148. - (Topic 3) 

You have a server named Server1 that runs Windows Server 2012 R2. You promote Server1 to domain controller. You need to view the service location (SVR) records that Server1 registers on DNS. What should you do on Server1? 

A. Open the Srv.sys file 

B. Open the Netlogon.dns file 

C. Run ipconfig/displaydns 

D. Run Get-DnsServerDiagnostics 

Answer:


Q149. - (Topic 3) 

You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the 

Hyper-V server role installed. On Server1, you create a virtual machine named VM1. 

You need to ensure that VM1 can start by using PXE. 

What should you do? 

A. Add a second network adapter, and then run the Set-VMNetworkAdaptercmdlet. 

B. Add a second network adapter, and then configure network adapter teaming. 

C. Remove the network adapter, and then run the Set-VMNetworkAdaptercmdlet. 

D. Remove the network adapter, and then add a legacy network adapter. 

Answer:


Q150. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains a member server named HVServer1. HVServer1 runs Windows Server 2012 R2 and has the Hyper-V server role installed. 

HVServer1 hosts 10 generation 1 virtual machines. All of the virtual machines connect to a virtual switch named Switch1. Switch1 is configured as a private network. All of the virtual machines have the DHCP guard and the router guard settings enabled. 

You install the DHCP server role on a virtual machine named Server1. You authorize Server1 as a DHCP server in contoso.com. You create an IP scope. 

You discover that the virtual machines connected to Switch1 do not receive IP settings from Server1. 

You need to ensure that the virtual machines can use Server1 as a DHCP server. 

What should you do? 

A. Enable MAC address spoofing on Server1. 

B. Enable single-root I/O visualization (SR-IOV) on Server1. 

C. Disable the DHCP guard on Server1. 

D. Disable the DHCP guard on all of the virtual machines that are DHCP clients. 

Answer:

Explanation: 

DHCP guard setting 

This setting stops the virtual machine from making DHCP offers over this network interface. 

To be clear – this does not affect the ability to receive a DHCP offer (i.e. if you need to use 

DHCP to acquire an IP address that will work) it only blocks the ability for the virtual 

machine to act as a DHCP server.