MCITP: MS 서버 관련 자격증
경쟁이 치열한 IT업계에서 굳굳한 자신만의 자리를 찾으려면 국제적으로 인정받는 IT자격증 취득은 너무나도 필요합니다. MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005)시험은 IT인사들중에서 뜨거운 인기를 누리고 있습니다. Pass4Test는 IT인증시험에 대비한 시험전 공부자료를 제공해드리는 전문적인 사이트입니다.한방에 쉽게 MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005)시험에서 고득점으로 패스하고 싶다면 Pass4 Test의 MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005)덤프를선택하세요.저렴한 가격에 비해 너무나도 높은 시험적중율과 시험패스율, 언제나 여러분을 위해 최선을 다하는 Pass4Test가 되겠습니다.
NO.1 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. A user
database named Products is included by your SQL Server 2005 computer. SQL Server Integration
Services (SSIS) packages are utilized to export data from the Products database to a text file. You deliver
the text file to your company's trading partners by utilizing FTP. You are required to make sure that your
SSIS packages can be recovered from the occurrence of a disaster. Which action should be performed to
finish the task?
A.To finish the task, the Products database should be backed up.
B.To finish the task, your server should be set to utilize the full recovery model.
C.To finish the task, your server should be set to utilize the bulk-logged recovery model.
D.To finish the task, the msdb database should be backed up.
Answer:D
NO.2 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. There is
a user in the Windows SalesManagers group, and he is called Simon. A Reporting Services report is
required by Simon to have annual sales information displayed by territory. There is another user in the
Windows Sales group, and he is called Jack. He is responsible to report to Simon. A report is required by
Jack, and the report is limited to his sales territory, but the same detailed sales data is still displayed, and
the detailed sales data is on Simon's report. A secure solution should be designed to meet the
requirements of the users listed above, and the least amount of server resources should be utilized.
Which action should be performed?
A.First, all territory information should be contained by a parameterized report which is designed for
Simon. Second, a linked report that links to Simons report should be designed for Jack.
B.First, two data regions should be contained by a report which is designed for Simon. Second, one data
region should be utilized for summary sales data. Third, the other data region should be utilized for the
detailed sales data for each sales representative. Four, a report that displays the detailed sales data
should be designed for Jack.
C.First, two reports should be designed for Simon. Second, the territory information should be contained
by one, and the detailed sales data should be contained by another. At last, a report that displays the
detailed sales data for Jack's territories should be designed for Jack.
D.First, the territory information should be contained by a report which is designed for Simon. Second, a
report which detailed sales data for Jack's territories is contained should be designed for Jack. Third,
Simon??s report should be set to have the data in Jacks report contained.
Answer:A
NO.3 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as the administrator of a SQL Server 2005 computer,
and the computer is called SQL1. There are two databases on the SQL1, and the two databases are
respectively named Production and DW. A new database named Staging is created. When the data are
moving from the Production database into the DW database, the Staging database is utilized temporarily
to store and manipulate data. Since you are the database administrator, you are required to make sure
the points listed below. First, the tables should not be removed from the Staging database. Second, any
attempts to have tables migrated should be logged. Third, your solution should not impact on other
databases. Which action should be performed to achieve the goal?
A.To achieve the goal, a DML trigger on each table should be created to prevent deletion of data.
B.To achieve the goal, a DDL trigger should be created, and that the ON DATABASE parameter is utilized
by DDL trigger for the Staging database.
C.To achieve the goal, an event notification should be created to fire when the TRUNCATE TABLE
Transact-SQL statement is submitted to the Staging database.
D.To achieve the goal, a DDL trigger should be created, and the ON ALL SERVER parameter is utilized by
the DDL trigger.
Answer:B
NO.4 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL
Server 2005 application is utilized by the company. A query is executed by the application to return three
columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by
the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are
included by the table, and 50,000 rows are returned by the query. The performance of the query should be
enhanced. Which action should be performed to achieve the goal?
A.A primary XML index should be created on the XML column.
B.Statistics should be created on the nvarchar columns.
C.A view should be created, and only the four columns that the query utilizes are contained by a view.
D.A composite index should be created on the three nvarchar columns, and INCLUDE should be
specified for the XML column.
Answer:D
NO.5 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005.You work as a database administrator for your company. A SQL
Server 2005 database is utilized in your company. And a table named Inventory is contained by the
database. A column named Price is included by the table. According to the company policy, you cannot
reduce more than 10 percent the value in the Price column in any single database operation. Through
many kinds of method, the company makes updates to the Price column. For instance, the utilization of
ad hoc queries is one of the methods. Since you are the database administrator, you should confirm that
this company policy takes its effect.which action should be performed?
A.A stored procedure should be created, and changes are disallowed by the procedure to the Price
column that violates company policy.
B.On the Price column, a check constraint should be created, and a specified minimum value is required
by the check constraint.
C.A trigger should be created, and changes are rolled back by the trigger to the Price column that violates
company policy.
D.On the Price column, a foreign key constraint is created to a table that valid prices are included.
Answer:C
NO.6 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as the database administrator for your company. You
find a problem that there are three reports which are running slowly. And through detailed analysis, you
conclude that no error messages are generated from these reports. Not only the indexing strategy but
also the status of the current indexes is tested by you. You confirm that the slow performance of the
financial reports is not caused by it. Since you are the technical support, you are required to find out which
statement is causing the slow performance. Which action should be performed first?
A.SQL Server Profiler should be run with the Lock:Deadlock event class.
B.The Database Engine Tuning Advisor (DTA) f should be run or at least one hour.
C.SQL Server Profiler should be run with the TSQL_Duration template.
D.The Database Engine Tuning Advisor (DTA) should be run with the default options.
Answer:C
NO.7 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005.You work as a database administrator for your company. Your job is
to manage a SQL Server 2005 database, and there are several indexes in the SQL Server 2005. A stored
procedure should be written, and the procedure should be utilized to check the indexes for fragmentation.
From the following four Transact-SQL statements, which one should be utilized achieve the goal.
A.To achieve the goal, DBCC DBREINDEX should be utilized.
B.To achieve the goal, SELECT * FROM sys.indexes should be utilized.
C.To achieve the goal, SELECT * FROM sys.dm_db_index_physical_stats should be utilized.
D.To achieve the goal, DBCC INDEXDEFRAG should be utilized.
Answer:C
NO.8 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005.You work as the administrator of a SQL Server 2005 computer, and
the computer is called SQL01. The users complain the slow response of all client applications which
connect to SQL01. You find that the CPU and memory utilization of SQL01 is low. In addition, the disk
activity is low. The cause of the performance problem should be identified. Which action should be
performed?
A.System Monitor should be utilized to have SQL1s cache hit ratio examined.
B.The sys.dm_db_index_physical_stats dynamic management function (DMF) should be examined.
C.The sys.dm_db_partition_stats dynamic management view (DMV) should be examined.
D.Task Manager should be utilized to have utilization of SQL1s network adapter examined.
Answer:D
NO.9 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005.You work as a database administrator for your company. You find a
problem that when the following query is executed, a SQL Server 2005 application will perform slowly.
SELECT * FROM Orders WHERE OrderStatus = 'InProgress' This query is executed by the application as
an ad hoc query. In most occasions, this query performs much more quickly. The company has the
OrderStatus column indexed. The value InProgress is included by only a small number of the rows.
Nevertheless, the OrderStatus column index which is the most ideal for this query is not being utilized.
The performance of this query should be enhanced. However, the application that executes the query
should not be changed. In addition, the effect on end users should be cut to the least. Which action should
be performed to finish the task?
A.To finish the task, the index should be built by utilizing a FILLFACTOR of 10 percent.
B.To finish the task, the index should be recreated to have all of the columns in the table included.
C.To finish the task, an indexed view of the Orders table should be viewed.
D.To finish the task, the statistics should be updated on the index.
Answer:D
NO.10 You are a professional level SQL Server 2005 database administrator in an international corporation
named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database
server, and design deployment. In the company, you major job is the deployment, maintenance and
support of Microsoft SQL Server 2005. You work as the administrator of a SQL Server 2005 computer,
and the computer is named SQL1. The company has backups of all system databases performed every
Saturday night, and have backups of all user databases performed every Sunday night. And the company
has all backups stored in an off-site facility. Because of the power outage, SQL1 accidentally turns off.
And after bringing SQL1 back online, the users cannot start the SQL Server service. You can see the SQL
Server error log from the exhibit below. SQL1 should be returned to working order in the shortest time.
Which action should be performed first?
A.All of the user databases should be restored from backup.
B.Setup.exe should be run from a command line and a rebuild of the master database should be specified.
C.The SQL Server 2005 installation CD should be inserted and the setup utility should be run to have the
default instance reinstalled.
D.All of the system databases should be restored.
Answer:B
MCITP 70-447 (UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005)덤프자료
Posted 2013/5/15 7:37:03 | Category: 미분류 | Tag: