PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which settings should you configure on VM1?

HOTSPOT
Your network contains two servers named Server1 and Server2 that run Windows Server 2012 R2.
Server1 has the Hyper-V server role installed. Server2 has the Windows Deployment Services server
role installed.
On Server1, you have a virtual machine named VM1.
You plan to deploy an image to VM1 by using Windows Deployment Services (WDS).
You need to ensure that VM1 can connect to Server1 by using PXE.
Which settings should you configure on VM1? To answer, select the appropriate settings in the
answer area.

You need to ensure that both database instances are available for their applications

You plan to install a SQL Server 2008 instance for a new application on an existing server
that contains a default SQL Server 2005 instance.
You need to ensure that both database instances are available for their applications. Your
solution must meet the following requirements:
-Minimize administrative effort. -Prevent changes to the existing application environments.
What should you do?

You need to add the RemoteFX 3D Video Adapter to VM1

Your network contains an Active Directory domain named contoso.com. The domain contains a
server named Server1. Server1 runs Windows Server 2012 R2 and has the Hyper-V server role
installed.
On Server1, you create a virtual machine named VM1.
When you try to add a RemoteFX 3D Video Adapter to VM1, you discover that the option is
unavailable as shown in the following exhibit. (Click the Exhibit button.)

You need to add the RemoteFX 3D Video Adapter to VM1.
What should you do first?

Which two actions should you perform?

Your network contains an Active Directory domain named contoso.com.
The domain contains 20 computer accounts in an organizational unit (OU) named OU1. A user
account named User1 is in an OU named OU2.
You are configuring a Group Policy object (GPO) named GPO1.
You need to assign User1 the Backup files and directories user right to all of the computer accounts
in OU1.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)

Which three actions should you perform?

Your network contains an Active Directory domain named contoso.com. The domain contains 500
servers that run Windows Server 2012 R2.
You have a written security policy that states the following:
Only required ports must be open on the servers.
All of the servers must have Windows Firewall enabled.
Client computers used by administrators must be allowed to access all of the ports on all of the
servers.
Client computers used by the administrators must be authenticated before the client computers can
access the servers.
You have a client computer named Computer1 that runs Windows 8.
You need to ensure that you can use Computer1 to access all of the ports on all of the servers
successfully. The solution must adhere to the security policy.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose
three.)

You need to create a new starter GPO based on the settings in GPO1

Your network contains an Active Directory domain named contoso.com.
You have a starter Group Policy object (GPO) named GPO1 that contains more than 100 settings.
You need to create a new starter GPO based on the settings in GPO1.
You must achieve this goal by using the minimum amount of administrative effort.
What should you do?

You need to conserve the disk space used to store the Customers table

You administer a SQL Server 2008 instance. The instance contains an On-Line Analytical
Processing (OLAP) database along with a dimension table named Customers. The data of
the Customers table is updated every thirty minutes.

The Customers table contains redundant data.
You need to conserve the disk space used to store the Customers table.
What should you do?

You need to ensure that the users see only their home folder when they access Share1

Your network contains an Active Directory domain named contoso.com. The domain contains a file
server named Server1 that runs Windows Server 2012 R2. Server1 contains a shared folder named
Share1. Share1 contains the home folder of each user.
All users have the necessary permissions to access only their home folder.
The users report that when they access Share1, they can see the home folders of all the users.
You need to ensure that the users see only their home folder when they access Share1.
What should you do from Server1?

Which query hint should you use?

You notice that for a particular set of parameter values the following query sometimes executes
quickly and other times executes slowly. You also notice that 90 percent of the rows in the Address
table
contain the same value for the city. SELECT AddressId,
AddressLine1,
City,
PostalCode
FROM Person.Address
WHERE City = @city_name
AND PostalCode = @postal_code
You need to use a query hint that, for the particular set of parameter values, will result in a more
consistent query execution time. Which query hint should you use?