Which option should you select?
HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain contains a print
server named Print1 that runs Windows Server 2012 R2.
Print1 has 50 shared printers. Each printer is listed in Active Directory.
From Active Directory Users and Computers, you browse to Print1 and you discover that the 50
printers are not visible.
You need to ensure that you can view the printer objects in Active Directory Users and Computers.
Which option should you select? To answer, select the appropriate option in the answer area.
Which Group Policy setting should you configure?
Your network contains a file server named Server1 that runs Windows Server 2012 R2.All client
computers run Windows 8.
You need to ensure that when users are connected to the network, they always use local offline files
that are cached from Server1.
Which Group Policy setting should you configure?
You need to manage Server2 remotely from Server1
Your network contains an Active Directory domain named contoso.com. The domain contains a
server named Server1. The domain contains a standalone server named Server2 that is located in a
perimeter network. Both servers run Windows Server 2012 R2.
You need to manage Server2 remotely from Server1.
What should you do?
You need to ensure that the application can access the SSAS instance
You administer a SQL Server 2008 instance. You plan to install a SQL Server Analysis
Services (SSAS) instance. The SSAS instance will be accessed by an Internet Information
Services application by using anonymous access. You need to ensure that the application
can access the SSAS instance. What should you do?
You need to configure network traffic failover to prevent connectivity loss if a network adapter fails
You have a server named Corel that has a Server Core Installation of Windows Server 2012 R2.
Corel has the Hyper-V server role installed. Corel has two network adapters from different thirdparty hardware vendors.
You need to configure network traffic failover to prevent connectivity loss if a network adapter fails.
What should you use?
Which two network connections should you include on the NIC team?
HOTSPOT
You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server
role installed.
You need to implement NIC teaming on Server1.
Which two network connections should you include on the NIC team? (To answer, select the two
appropriate network connections in the answer area.)
Which cmdlet should you run on Server1?
Your network contains a server named Server1 and 10 Web servers. All servers run Windows Server
2012 R2.
You create a Windows PowerShell Desired State Configuration (DSC) to push the settings from
Server1 to all of the Web servers.
On Server1, you modify the file set for the Web servers.
You need to ensure that all of the Web servers have the latest configurations.
Which cmdlet should you run on Server1?
Which result should you expect?
You have the following rows in the Customer Table:
CustomerId Status
1
Active
2 Active
3 Inactive
4 NULL
5 Dormant
6 Dormant
You write the following query to return all customers that do not have NULL or ‘Dormant’ for their
status:
SELECT *
FROM Customer
WHERE Status NOT IN (NULL, ‘Dormant’)
You need to identify the results of the query.
Which result should you expect?
Which three actions should you perform in sequence?
You have a server that runs Windows Server 2012 R2.
You need to create a volume that will remain online if two disks in the volume fail.
The solution must minimize the number of disks used to create the volume.
Which three actions should you perform in sequence?
which context should the SQL Server service run?
You are the administrator of a Microsoft Windows Server 2003 computer. Your company
purchases a new enterprise sales application that runs SQL Server 2008. The application
uses stored procedures that include the EXECUTE AS clause and that use Microsoft
Windows accounts. The company’s written security policy states that all enterprise
applications must run under the context of a service account that requires the minimum
amount of privileges.
You need to configure the SQL Server service torun under the appropriate context for the
installation of the new enterprise sales application. Under which context should the SQL
Server service run?