70-432-20170720

Is this your test? Login to manage it. If not, you can develop a quiz just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
You are the administrator of a SQL Server 2008 cluster in a high security environment,
You intend to configure and use encrypted connections for the clustered virtual SQL Server.
You have to install a certificate. The cetification will be used for encryption.
What should you do?
2.
1 point
You are the administrator of a SQL Server 2008 instance. There is an internal application which uses
Analysis Services and
Reporting Services.
According to the requirement of company security policy, the surface area for all the deployed components
of SQL Server 2008
should be configured.
You have to implement the security policy and devise a method to evaluate the security policy against other
database servers.
What should you do?
3.
1 point
You are the administrator of a SQL Server 2008 instance.
There is a SQL Server 7.0 database. You upgrade the database to the SQL Server instance.
According to the company requirement, you have to make sure that suspect pages can be detected in the
database.
Which action should you perform to achieve this goal?
4.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. Today you notice that applications that run on the
server
have poor performances. You doubt that this has something to do with table scans.
You have to capture the appropriate information by using an appropriate Windows System Monitor object.
Which performance object should you use?
5.
1 point
You are the administrator of a SQL Server 2008 instance with a database named DB1.
You are checking and configuring the security of the instance.
According to the requirement of the security audit policy, only successful and failed logon attempts are
recorded in log files and if records cannot be written to the log files, the SQL Server instance is shut down.
You must configure the SQL Server instance making it not violate the security audit policy.
Which Transact-SQL statements should you run?
6.
1 point
You are the administrator of a SQL Server 2008 instance with a database named DB1.
DB1 has a table which is named Table01 and a stored procedure named Procedure01.
Procedure01 choose data from Table01 by using a sp_executesql Transact-SQL statement.
You company security rules forbid users to access tables directly in any database.
Look at the exception below:
"Msg 229, Level 14, State 5, Line 1 The SELECT permission was denied on the object 'Table01', database
'DB1', schema 'dbo'."
The exception is raised when Procedure01 is executed by users. You have to make sure that a user
can successfully execute Procedure1 complying with the company rules.
Which action should you perform to achieve this goal?
7.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. The server has a very large database named DB1.
An application which is constantly available uses DB1.
Now you get a report from users, in the report users complain that server has a poor performance. As the
technical support,
you have to improve the performance of the application by using the Database Engine Tuning Advisor.
Besides this, you must make sure that the action of analyzing the workload will not affect the performance
of the production server.
What should you do?
8.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. There is a database which is named Sellings in the
instance.
The Sellings database contains a table named Productions. The table is used to stores information about all
types of products.
The Productions table is often queried by users on the basis of the RadioSize column. The RadioSize
column contains the NULL value
for all products other than Radios. Currently no index exists on the RadionSize column.
According to the requirement of the company CIO, you have to optimize the query performance and reduce
the effect on the disk space to the least.
Which action should you perform to achieve this goal?
9.
1 point
You are the administrator SQL 2008 instance with a database named DB1. The company stores clients
data in DB1.
Clients can access their profile data by using a Web application.
You must ensure the security of the customer data, you must ensure that even if the backup media is lost,
data files,
log files and subsequent backups and so on are quite safe.
Which action should you perform to achieve this goal?
10.
1 point
You are the administrator of a SQL Server 2008 instance with a database named Dworks.
The Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId
column.
The first partition contains integer values greater than 100,000, while the second partition contains integer
values between 1 and 100,000.
You have to add a new partition. The new partition should contain integer values greater than 200,000.
What should you do?
11.
1 point
You are the administrator of a SQL Server 2008 instance.
There is a Windows group named Wiikigo\Service. According to the security policy, members of this group
are allowed to set up new connections to the SQL Server instance. But this is can only be done during
office
time from 8:00-20:00. Other users may connect to the SQL Server instance any time.
You write the following Transact-SQL statements.
CREATE TABLE Security.RestrictedLogonHours
( Id int NOT NULL IDENTITY(1,1),
GroupName sysname NOT NULL,
RestrictedTimeStart time NOT NULL,
RestrictedTimeStop time NOT NULL,
CONSTRAINT RestrictedLogonHours_pk
PRIMARY KEY CLUSTERED(Id)
);
INSERT INTO Security.RestrictedLogonHours (
GroupName,
RestrictedTimeStart,
RestrictedTimeStop
)
VALUES (
'WIIKIGO\Service',
CAST('07:00' AS time),
CAST('19:00' AS time)
);
You need to implement the company security policy which is stored in the RestrictedLogonHours table.
What should you do?
12.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance.
The Dworks database has a table named Orderthings. According to the company requirement, you have
to export all data from the Orderthings table to a file.
During the export, you must make sure that the data export process is saved for reuse and a Microsoft
Office Open XML document format is used.
What should you do?
13.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. You are going to use the data collector to gather
performance data periodically on all instances.
You must store all collected data in the same database. This database is hosted on a single instance.
Every five hours, you have to collect and load performance data in the management data warehouse.
Which data collection process should you implement?
14.
1 point
You are the administrator of a SQL Server 2008 instance.
The company CIO wants you to configure FILESTREAM data and the two requirements below must be
met: you must enable
FILESTREAM for file I/O streaming access; remote client computers must be able to have streaming
access to FILESTREAM data.
You have to make sure that FILESTREAM data is enabled.
Which service should you configure?
15.
1 point
You are the administrator of a SQL Server 2008 instance. There is a database developer who is named
UserJack.
UserJack views the definitions of all database objects in a database to read data from all user-defined
tables,
views, and table-valued functions. For UserJack, you have to assign the required permissions.
Besides this, you must make sure that other developers can also be given the same permissions,
but this should be achieved by executing as little Transact-SQL statements as possible.
Which Transact-SQL statements should you execute?
16.
1 point
You are the administrator of a SQL Server 2008 instance.
According to the company requirement, the names of all user-defined stored procedures
must contain the prefix usp_ on all instances.
Besides this, you must make sure that stored procedures that do not contain this prefix cannot be created
by you.
What should you do?
17.
1 point
You are the administrator of a SQL Server 2008. There are queries that have an estimated execution cost
less than 3.
You intend to configure the instance, make it use a single thread for these queries.
Which sp_configure configuration option should you set?
18.
1 point
You are the administrator of a SQL Server 2008. According to the company requirement,
you are designing a consolidated repository of performance data.
You must make sure that the four requirements below are met:
1. the data collector is used to gather performance information
2. a single database stores performance information for all instances
3. performance information that is older than 15 days is deleted
4. reduce the administrative effort to manage performance to the least.
Which action should you perform to achieve this goal?
19.
1 point
You are the administrator of a SQL Server 2008 instance.
You configure the SQL Server instance to use the -T1222 and -T1204 trace flags during startup.
You have to make sure that your failure recovery plan performs backup of the use of the trace flags.
Which action should you perform to achieve this goal?
20.
1 point
You are the administrator of a SQL Server 2008 instance.
You make sure that all SQL Server instances are consistently configured for naming conventions, security
settings,
force index creation and avoidance of data fragmentation.
Which action should you perform to achieve this goal?
21.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. There is a database named OrderIn in the instance.
The OrderIn database contains a table which is named OrdeSend.
A column named SendSite which is of the Geography data type has been added to the OrdeSend. The
OrderSend table contains no indexes.
On the SentSite point, you have to create a spatial index.
What should you do first?
22.
1 point
You are the administrator of a SQL Server 2008.
According to the company requirement, you intend to perform an installation of an instance of SQL Server
Reporting Services (SSRS) to the same machine.
Now your company CIO wants version histories of all deployed reports can be kept.
As a technical support, what should you do to ensure this?
23.
1 point
You are the administrator of a SQL Server 2008 instance with a database named Dworks.
The Dworks database has the Products table. Now you have to replicate the Products table to the SQL
Server instances at remote locations, so you create a Merge Replication topology and a Publication to do
this.
The Publication has a 21-day retention period. There is a user who goes on a business trip, 30 days later
he comes
back and finds that data in his database is not the latest.
The Windows Event log states the following error message: "Replication: expired subscription dropped."
You must get the latest data in the user's database and make sure that future data changes are
appropriately replicated.
Which action should you perform to achieve this goal?
24.
1 point
You are the administrator of a SQL Server 2008 instance with a database named Dworks.
You are log shipping the Adventureworks database to a remote SQL Server 2008 instance.
The primary SQL Server instance required a restart during the weekend. But you notice that log shipping
has stopped
working after the weekend. You have to check log shipping of the Adventureworks database and find out
the problem.
What should you do?
25.
1 point
You are the administrator of a SQL Server 2008 instance with a database named DB1.
DB1 is available to a Windows group which is named WIIKIGO\Supervisors.
A Windows user named User1 is a member of the WIIKIGO\Supervisors group. WIIKIGO\Supervisors is a
member
of the db_owner role in the DB1 database.
You have to make sure that the SQL Server instance is (not?) available to User1.
In the DB1 database, which Transact-SQL statement(s) should you execute?
26.
1 point
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008.
You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. The server hosts databases for several missioncritical
applications.
Microsoft SQL Server Management Studio executes queries and it has some effect. Now you intend to limit
the effect by using the Resource Governor.
You have to make sure that queries initiated through SQL Server Management Studio is less than 20
percent of CPU utilization, besides this, you must make sure that queries initiated by the mission-critical
applications can consume 100 percent of CPU utilization when required.
Which action should you perform to achieve this goal?
27.
1 point
You are the administrator of a SQL Server 2008 instance with a database named DB1.
On DB1, quite a few logged operations are performed.
Now according to the requirement of the company CIO, you must validate that the database can be
restored to a specific point in time.
Which action should you perform to achieve this goal?
28.
1 point
You work in a Organization which is named Wiikigo Corp. The Organization uses SQL Server 2008.
You are the administrator of the Organization database.
Now you are in charge of a SQL Server 2008 instance.
Look at the following query:
SELECT s.*, i.*
FROM SensitiveTbl AS s
INNER JOIN InsensitiveTbl AS i
ON i.OrganizationName = s.OrganizationName
You use the above query to join two tables on a column named OrganizationName.
The following error is returned when you execute the query.
"Msg 468, Level 16, State 9, Line 17 Cannot resolve the collation conflict between
'SQL_Latin1_General_CP1_CS_AS' and 'SQL_Latin1_General_CP1_CI_AS' in the equal to operation."
The ON clause of the query has to be modified so that it can perform a case-sensitive joinsuccessfully.
What should you do?
29.
1 point
You are the administrator of a SQL 2008 two cluster-ready nodes. You intend to perform an installation
of a SQL Server 2008 mission-critical cluster. Constant availability is needed by the mission-critical cluster.
You have to configure the SQL Server cluster to failover and reduce the service disruption to the least.
Which failover option should you use?
30.
1 point
You are the administrator of a SQL Server 2008 instance with an Internet Information Services application.
This application will use anonymous access to access the SSAS instance.
You have to make sure that the application can access the SSAS instance.
What should you do?
31.
1 point
You are the administrator of a SQL Server 2008 instance with a database named Dworks.
You get a report from users saying that DB1 meets deadlock problems. As the technical support,
you have to capture the deadlock information to the SQL Server error log.
What should you do?
32.
1 point
You are the administrator of a SQL Server 2008, with a report often executed during business time.
There is a stored procedure that is used as the data source for the report.
You get a report from users saying that they receive the data returned by the report but the data is
inconsistent.
As the technical support, you check and find that phantom reads cause this problem.
You have to make sure that consistent data is returned by the report while not affecting other users.
Which action should you perform to achieve this goal?
33.
1 point
You are the administrator of a SQL Server 2008 instance with a database named Service with
a database user named ServiceGreatUser.
A SQL Server login named ServiceGreatLogin maps to ServiceGreatUser in the Service database.
According to the requirement of the company CIO, the database user can only perform the two tasks below:
the database user executes all stored procedures that currently exist in the Sales database
executes all stored procedures that will be created in the Sales database.
What should you do to ensure this?
34.
1 point
You are the administrator of a SQL Server 2008 instance which hosts several applications in your
company.
A job named DeliveryList is created by you. This job requires a file to be written to a file server. Because the
job
cannot access the file server, it fails to run. You intend to configure the SQL Server Agent service so only
the
SQL Server Agent service has read and write access to the file server.
Which account type should you use?
35.
1 point
You are the administrator in charge of two instances both of which run on the same computer. One is a
SQL Server 2008 instance;
another is a SQL Server 2005 instance.
There is a database named DB1 in the SQL Server 2008 instance. DB1 uses the Fulltext indexes. Several
records that
include the word "root" are added to DB1. An empty resultset is returned when the Fulltext index is queried
for the word "root."
You have to make sure the query can return records that contain the word "root".
What should you do?