PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which type of solution should you use?

You administer a Microsoft SQL Server 2012 database that includes a table named dbo.Log.
This table contains millions of records about user activity in an application.
Records in dbo.Log that are more than 90 days old are purged nightly. When records are
purged, table locks are causing contention with inserts.
You need to be able to modify dbo.Log without requiring any changes to the applications that
utilize dbo.Log.
Which type of solution should you use?

which column in the Employee table should you a create a unique constraint?

You administer a Microsoft SQL Server 2012 database. The database contains a table
named Employee. Part of the Employee table is shown in the exhibit. (Click the Exhibit button.)

Confidential information about the employees is stored in a separate table named
EmployeeData. One record exists within EmployeeData for each record in the Employee
table. You need to assign the appropriate constraints and table properties to ensure data

integrity and visibility. On which column in the Employee table should you a create a unique
constraint?

You need to gather more data to be able to determine which processes are being blocked and to identify the roo

You administer a Microsoft SQL Server 2012 database named Orders.
Users report that during peak usage periods, certain operations are taking more time than
expected. Your initial analysis suggests that blocking is the cause.
You need to gather more data to be able to determine which processes are being blocked
and to identify the root cause.
What should you do?

which column in the Employee table should you use an identity specification to include a seed of 1,000 and an

You administer a Microsoft SQL Server 2012 database. The database contains a table
named Employee. Part of the Employee table is shown in the exhibit. (Click the Exhibit button.)

Confidential information about the employees is stored in a separate table named
EmployeeData. One record exists within EmployeeData for each record in the Employee
table. You need to assign the appropriate constraints and table properties to ensure data
integrity and visibility. On which column in the Employee table should you use an identity
specification to include a seed of 1,000 and an increment of 1?

Which event should you select?

You administer a Microsoft SQL Server 2012 database.
Users report that a billing application becomes unresponsive during busy times of the day.
While investigating, you notice large number of processes taking or waiting for table locks.
You suspect that SQL Server is assigning stronger locks to queries.
You start a SQL Profiler trace.

Which event should you select?

Which Transact- SQL statement should you use?

You are a database developer of a Microsoft SQL Server 2012 database. You are designing
a table that will store Customer data from different sources. The table will include a column
that contains the CustomerID from the source system and a column that contains the
SourceID. A sample of this data is as shown in the following table. You need to ensure that

the table has no duplicate CustomerID within a SourceID. You also need to ensure that the
data in the table is in the order of SourceID and then CustomerID.
Which Transact- SQL statement should you use?

You need to ensure that all read activity against dbo.Salary is audited and written to the Windows Security Lo

DRAG DROP
You administer a Microsoft SQL Server 2012 database called Human_Resources. The
database contains a table named dbo.Salary.
You need to ensure that all read activity against dbo.Salary is audited and written to the
Windows Security Log.
What should you do? (To answer, move the three appropriate actions from the list of actions
to the answer area and arrange them in the correct order.)

Which four Transact-SQL statements should you use?

DRAG DROP
You administer a Microsoft SQL Server 2012 server that has a database named Contoso.
The Contoso database has a table named EmployeeSalary in a schema named
HumanResources.
You need to create a script that writes audit events into the application log whenever data in
the EmployeeSalary table is modified.
Which four Transact-SQL statements should you use? (To answer, move the appropriate
statements from the list of statements to the answer area and arrange them in the correct order.)

Which configuration type should you use?

HOTSPOT
You are designing a SQL Server Integration Services (SSIS) package configuration strategy.
The package configuration must meet the following requirements:
Include multiple properties in a configuration.
Support several packages with different configuration settings.
You need to select the appropriate configuration. Which configuration type should you use?
To answer, select the appropriate option from the drop-down list in the dialog box.