QUESTION 61
You are a professional level SQL Sever 2008 Database Administrator.
It is reported by the customers that the server performance degraded due to a newly implemented process. Dynamic Management Views is utilized to confirm that no long running queries exist. The operating system performance data should be correlated with the actual query execution trace,
and the least administrative effort should be utilized. Which action will you perform to finish the task?
A. To finish the task, Data Collector should be utilized.
B. To finish the task, the SQLdiag.exe utility should be utilized.
C. To finish the task, SQL Server Profiler and the tracerpt.exe utility should be utilized.
D. To finish the task, SQL Server Profiler and System Monitor should be utilized.
Answer: D
QUESTION 62
You are a professional level SQL Sever 2008 Database Administrator. There is a database in the instance, and the day-to-day business of your company requires the database. When reports are executed, slow response time is experienced by Users.
A performance monitoring strategy will be implemented by you so as to have three aspects of data captured and stored:
* Blocking and deadlock information
* Executed Transact-SQL statements
* Query activity and Counters for disk, CPU,and memory.
You are required to utilize the least amount of administrative effort to implement the monitoring process.
Which action will you perform to finish the task?
A. To finish the task, the client-side profiler trace should be utilized.
B. To finish the task, the dynamic management views should be utilized.
C. To finish the task, the data collector should be utilized.
D. To finish the task, the System Monitor counter log trace should be utilized.
Answer: C
QUESTION 63
You are a professional level SQL Sever 2008 Database Administrator.
The computer on which the instance run has the following three features:
64-GB RAM, four quad-core processors, and several independent physical raid volumes A transactional database will be implemented on the instance.
In addition, the database should have a high volume of INSERT, UPDATE, and DELETE activities, creation of new tables is contained by the activities. You need to maximize disk bandwidth and decrease the contention in the storage allocation structures so as to have the performance of the database optimized.
Which action will you perform to finish the task?
A. To finish the task, database and log files should be placed on the same volume.
B. To finish the task, the affinity mask option should be configured properly.
C. To finish the task, multiple data files should be create for the database.
D. To finish the task, the affinity I/O mask option should be configured properly.
Answer: C
QUESTION 64
You are a professional level SQL Sever 2008 Database Administrator.
Log shipping should be implemented for several databases on three SQL Server instances. The logs are migrated to a fourth SQL Server instance. A manual failover will be implemented. You need to ensure that the database applications utilize the secondary server after failover.
Since you are the technical support, you are required to confirm that the latest data should be available to users.
Which actions should you perform to achieve the goal? (Choose more than one)
A. To achieve the goal, you should utilize the WITH RECOVERY option on the last log to apply any
unapplied transaction log backups in sequence to each secondary database.
B. To achieve the goal, you should redirect client computers to the secondary instance.
C. To achieve the goal, you should replicate all log shipping network shares to the secondary instance.
D. To achieve the goal, you should utilize the WITH NORECOVERY option to back up the tail of the
transaction log of primary databases.
E. To achieve the goal, you should back up all databases on the secondary instance.
Answer: ABD
QUESTION 65
You are a professional level SQL Sever 2008 Database Administrator.
After a regular test, you find that performance degradation is experienced by an instance for the three reasons:
Excessive CPU usage, Server processes paging and Deadlocks
A monitoring solution should be implemented to provide data, monitor and troubleshoot performance issues and detailed deadlock information should be contained in the provided data.
You should utilize the least amount of administrative effort to finish the task.
Which tool will you utilize to finish the task?
A. To finish the task, you should utilize Resource Governor.
B. To finish the task, you should utilize Database Engine Tuning Advisor.
C. To finish the task, you should utilize Extended Events.
D. To finish the task, you should utilize Performance Monitor (SYSMON).
Answer: C
QUESTION 66
You are a professional level SQL Sever 2008 Database Administrator.
There are 30 branch offices in DoubleSecurity Insurance, and in the branch offices, customer data are stored in SQL Server 2008 databases. Customer data should be security compliant if it is stored through multiple database instances.
You intend to utilize the Policy-Based Management feature to design a strategy for custom policies. And the format of custom policies is XML format. The requirements listed below should be satisfied.
The company distributes custom policies to all instances. In addition, the company enforces the policies on all instances. A strategy should be thought out and the minimum amount of administrative effort should be utilized.
Which action should you perform to finish the task?
A. To finish the task, the Distributed File System Replication service should be utilized.
B. To finish the task, a configuration server should be utilized.
C. To finish the task, the policies should be distributed by utilizing Group Policy Objects.
D. To finish the task, the policies should be distributed by utilizing the Active Directory directory service.
Answer: B
QUESTION 67
You are a professional level SQL Sever 2008 Database Administrator.
All data changes are implemented through stored procedures, and only the INSERT, UPDATE, or DELETE statements are utilized by the procedures. A backup strategy should be implemented.
The business requirements listed below should be satisfied:
* Point-in-time recovery for failure is supported by the backup strategy at any time of day.
* The least amount of disk space should be utilized by the transaction log.
Which action should you perform to finish the task?
A. To finish the task, hourly database snapshots should be utilized.
B. To finish the task, the full-recovery model along with transaction log backups should be utilized.
C. To finish the task, the full-recovery model along with differential backups should be utilized.
D. To finish the task, the simple-recovery model along with differential backups should be utilized.
Answer: B
QUESTION 68
You are a professional level SQL Sever 2008 Database Administrator.
You are experienced in managing databases in an enterprise-level organization,optimizing and sustaining the database life cycle. In the company, your job is to implement solutions on security, troubleshooting, deployment and optimization. A SQL Server 2008 infrastructure is managed by you.
A database is utilized by the instance, and the database is utilized by a Web-based application. 15,000 transactions are processed by the application every minute. A column is contained by a table in the database, and the column is utilized only by the application. Sensitive data is stored in this column. The sensitive data should be stored with the highest security level. In addition, the least amount of memory space and processor time should be utilized.
From the following four encryption types, which one should you utilize?
A. Asymmetric key encryption should be utilized.
B. Certificate-based encryption should be utilized.
C. Symmetric key encryption should be utilized.
D. Transparent data encryption should be utilized.
Answer: C
QUESTION 69
You are a professional level SQL Sever 2008 Database.
A new database application is hosted by the instance. The security requirements should be designed for the application. A unique login to the SQL Server 2008 server is assigned to each application user. Stored procedures are included by the application database to execute stored procedures in the MSDB database. SQLAgent jobs are scheduled by the stored procedures in the MSDB database.
Since you are the technical support, you are required to confirm that the stored procedures in the MSDB database should be executed by utilizing the security context of the application user.
Which action should you perform?
A. Each user should be added to the public role in the MSDB database.
B. Each user should be added to the db_dtsltduser database role in the MSDB database.
C. The MSDB database should be set to utilize the TRUSTWORTHY option, and then each user should
be added to the MSDB database.
D. The new database should be set to utilize the TRUSTWORTHY option, and then each user should be
added to the MSDB database.
Answer: D
QUESTION 70
You are a professional level SQL Sever 2008 Database Administrator.
A maintenance strategy should be designed for a mission-critical database, and a large table named Orders is contained by the database. Index maintenance operations are contained in the design plan. When you design the strategy, the facts listed below should be taken into consideration.
* First, the users continuously access to the Orders table in the database.
* Secondly, a column of the xml data type is contained by Orders table.
* Thirdly, the new rows are regularly added to the Orders table.
* Fourthly, the average fragmentation for the clustered index of the Orders table is no more than 2 percent.
A strategy should be designed to have the performance of the queries on the table optimized.
Which action will you perform?
A. The clustered index of the Orders table should be dropped.
B. The clustered index of the Orders table offline should be rebuilt once a month.
C. The clustered index of the Orders table should be excluded from scheduled reorganizing or rebuilding
operations.
D. The clustered index of the Orders table should be reorganized by reducing the fill factor.
Answer: C
If you want to pass Microsoft 70-450 successfully, donot missing to read latest lead2pass Microsoft 70-450 practice exams.
If you can master all lead2pass questions you will able to pass 100% guaranteed.