Sie sind auf Seite 1von 41

Microsoft 70-450

PRO: Designing, Optimizing and Maintaining a Database Administrative Solution Using Microsoft SQL Server 2008

Practice Test
Version: 20.0

Microsoft 70-450: Practice Exam QUESTION NO: 1 You work as a database administrator at ABC.com. You are in the process of preparing the deployment of a new database that will have 45 gigabytes storage space for the transaction log file, and 280 gigabytes storage space for the database data file. There are approximately six 120 GB disk drives available for the database in the storage array. ABC.com contains a RAID controller that supports RAID levels 0, 1, 5 and 10. The disks are on the RAID controller. You have received an instruction from the CIO to make sure that the transaction logs write performance runs at optimum. The CIO has also instructed you to make sure that in the event of a drive failure, the database and transaction log files are protected. To achieve this goal, you decide to configure a storage solution. Which of the following actions should you take? A. You should consider using a RAID 1 volume as well as a RAID 5 volume in your storage configuration. B. You should consider using a RAID 1 volume as well as a RAID 10 volume in your storage configuration. C. You should consider using a RAID 3 volume as well as a RAID 5 volume in your storage configuration. D. You should consider using a RAID 1 volume as well as a RAID 3 volume in your storage configuration. Answer: A Explanation:

QUESTION NO: 2 You work as a database administrator at ABC.com. ABC.com has a database server named ABCDB04 with a SQL Server 2008 instance that includes an extensive mission-critical database that is constantly being used ABC-DB04 has a quad-core motherboard with four CPUs. When it is reported that ABC-DB04 often encounters CPU pressure, you receive an instruction from management to make sure that the accessible CPU cycles are not exhausted by online index rebuilds. Which of the following actions should you take? A. You should make use of the affinity I/O mask option. B. You should make use of the optimize for ad hoc workloads option. "Pass Any Exam. Any Time." - www.actualtests.com 2

Microsoft 70-450: Practice Exam C. You should make use of the affinity mask option. D. You should make use of the max degree of parallelism option. Answer: D Explanation:

QUESTION NO: 3 You work as a database administrator at ABC.com. ABC.com has a database server named ABCDB01 with a SQL Server 2008 instance. During routine monitoring on ABC-DB01, you discover that the amount of CXPACKET waits experienced by the instance is low, while the amount of lazy writer waits is abundant. You have been instructed to enhance the operation of the instance to ensure productivity. Which of the following actions should you take? A. You should consider setting up the Windows System Monitoring tool to better the performance. B. You should consider setting up the Asynchronous database mirroring to better the performance. C. You should consider using the SQLAGENT.OUT log to better the performance. D. You should consider setting up the software non-uniform memory access (soft-NUMA) to better the performance. Answer: D Explanation:

QUESTION NO: 4 You work as a database administrator at ABC.com. ABC.com has a database server named ABCDB01. ABC-DB01 is configured with 4 quad-core processors, 80 gigabytes of RAM, and multiple independent raid volumes. You are in the process of using a transactional database on the instance. It is anticipated that the transactional database will have a significant amount of INSERT, UPDATE, and DELETE activities, which incorporates the creation of new tables. You receive an instruction from management to minimize the contention in the storage allocation structures so that database performance is optimized, and the disk bandwidth maximized.

"Pass Any Exam. Any Time." - www.actualtests.com

Microsoft 70-450: Practice Exam Which of the following actions should you take? A. You should consider enabling Server Auditing. B. You should consider using multiple data files for the database. C. You should consider using row-level compression. D. You should consider using the checksum page verify option. Answer: B Explanation:

QUESTION NO: 5 You work as a database administrator at ABC.com. ABC.com has informed you that a new database, named ABCData, has to be installed on a SQL Server 2008 instance. ABCData is made up of several schemas, of which one will host a significant amount of read-only reference information. Information is regularly inserted and updated on ABCData. You have received instructions from the management to configure a physical database structure that enhances the backup operation. Which of the following actions should you take? A. This can be accomplished by using multiple filegroups and a single log file to set up the database. B. This can be accomplished by using caching on the multiple data files. C. This can be accomplished by using multiple downstream servers to create the database. D. This can be accomplished by using the Database Engine Tuning Advisor tool to create the database. Answer: A Explanation:

QUESTION NO: 6 You are the newly appointed database administrator at ABC.com. Your job function includes administering a SQL Server 2008 instance. You have recently implemented a database named ABCResearch that is employed to administer large documents. From time to time, modifications will be made to these documents. "Pass Any Exam. Any Time." - www.actualtests.com 4

Microsoft 70-450: Practice Exam You receive instructions from the CIO to implement a table structure that will enable fast read access, and to reduce the capacity prerequisites for storage. Which combination of the following actions should you take? (Choose all that apply.) A. This can be accomplished by utilizing the resource-allocation policy for process-based management. B. This can be accomplished by utilizing the varbinary(MAX) data type with FILESTREAM storage. C. This can be accomplished by utilizing the NTFS file system compression on the volume. D. This can be accomplished by utilizing caching on the shared folder. Answer: B,C Explanation:

QUESTION NO: 7 You work as a database administrator at ABC.com. ABC.com currently makes use of Microsoft SQL Server 2008 for hosting databases. You are responsible for administering a database server named ABC-DB01, which has an instance that hosts a database named ABC_SALES. During the course of the day you receive instruction from ABC.com to administer the newly installed instance of SQL Server 2008 Reporting Services (SSRS). ABC.com wants you to plan and implement an authentication solution for SSRS reports, which makes use of SQL Server data connections. ABC.com wants you to make sure that the new instance communicates to all SSRS reports via the Kerberos authentication protocol. Which of the following actions should you take? A. You should consider having the named pipes protocol disabled. B. You should consider having a service principal name (SPN) registered in the Active Directory directory service for the new SSRS instance. C. You should consider having the default Web site on the new instance configured to use the Integrated Security type. D. You should consider having the VIA protocol enabled. Answer: B Explanation:

QUESTION NO: 8 You work as a database administrator at ABC.com. You are in the process of implementing security for a database application that will run on an SQL Server 2008 instance. The database "Pass Any Exam. Any Time." - www.actualtests.com 5

Microsoft 70-450: Practice Exam has a table that was created by running the following T-SQL code: CREATE TABLE ABC_Staff ( StaffID INT NOT NULL IDENTITY(1,1), JobLevel INT NOT NULL, Salary MONEY NOT NULL, Commission VARBINARY(MAX) FILESTREAM ) You have received instructions from the CIO to make sure that Commission column cannot be accessed by unauthorized users. You want to make sure that this column is a secure as possible. What should you do? A. This can be accomplished by ensuring that the Job Activity Monitor tool is utilized on all columns in the database. B. This can be accomplished by ensuring that the NTFS file system security is utilized and access of the database files is limited to the SQL Server 2008 Service account. C. This can be accomplished by ensuring that the appropriate trace flags are utilized for the database. D. This can be accomplished by ensuring that the SQL Profiler trace is utilized. Answer: B Explanation:

QUESTION NO: 9 You are employed as the database administrator at ABC.com. Your job function encompasses administering a SQL Server 2008 instance that hosts a database named ABC_SALES. ABC_SALES is used by a Web based application that manages an average of 600,000 transactions per hour. ABC_SALES contains a column, named ABCDATA, which stores classified information that is only used by the Web based application. You receive instructions from the CIO to make sure that the classified information is stored as securely as possible, and that the consumption of memory space and processor time is kept to a minimum. "Pass Any Exam. Any Time." - www.actualtests.com 6

Microsoft 70-450: Practice Exam Which of the following actions should you take? A. You should consider making use of Database snapshot. B. You should consider making use of the Internet Information Services. C. You should consider making use of symmetric key encryption. D. You should consider making use of Key Management Service (KMS). Answer: C Explanation:

QUESTION NO: 10 You work as a database administrator at ABC.com. ABC.com currently makes use of Microsoft SQL Server 2008 for hosting databases. You are responsible for administering a database server named ABC-DB01 with an instance that hosts a database named ABC_SALES. During the course of the day you receive instruction from ABC.com to install a new database application, which will make use of SQL CLR integration to develop stored procedures, to the instance. ABC.com wants you to make sure that the EXTERNAL_ACCESS code access security settings are enabled for the application. You have also been informed that the application must be fully functional subsequent to the deployment. Which of the following actions should you take? A. You should consider having the peverify.exe utility used to confirm if the code meets the typesafety requirements. B. You should consider registering the VPN solution for the installation. C. You should consider using the File Server Resource Manager (FSRM) with static fields. D. You should consider using the Windows System Resource Manager (WSRM) with read write static fields. Answer: A Explanation:

QUESTION NO: 11 ABC.com has hired you as a database administrator for their network. Your duties include administrating a SQL Server 2008 instance named ABC-DB01. You are currently configuring the requirements for a new database applications security. The new database application is named TestAPP1, and makes use of a code segment that contains a method that is used to access the file system on a network file server. The code segment has a "Pass Any Exam. Any Time." - www.actualtests.com 7

Microsoft 70-450: Practice Exam method that provides access to the registry on ABC-DB01, as well as a class definition that will make use of the public static fields. Furthermore, the code segment is applied as a single assembly that makes use of SQL CLR integration. Which of the following actions should you take to make sure that the application is installed on ABC-DB01? A. Your best option would be to replace the File Server Resource Manager (FSRM). B. Your best option would be to replace the Distributed File System (DFS) role service. C. Your best option would be to make use of the Database Engine Tuning Advisor tool for the assembly. D. Your best option would be to use public static read-only fields instead of public static fields. Thereafter the EXTERNAL_ACCESS code should be used to access security for the assembly. Answer: D Explanation:

QUESTION NO: 12 You work as a database administrator at ABC.com. You are in the process of deploying a new database application to a server running SQL Server 2008, named ABC-DB01. You are currently configuring the security settings for the new database application. Each ABC.com user accesses ABC-DB01 via their unique login credentials. The required stored procedures for performing stored procedures in the MSDB database will be hosted by the application. SQL Agent jobs will be scheduled by the stored procedures in the MSDB database. You have to make sure that the security context of the application user is used to perform the stored procedures. Which of the following actions should you take? A. You should make use of the TRUSTWORTHY option on the new database. Thereafter, the ABC.com users should be added to the MSDB database. B. You should configure the resource database and add the users to the MSDB database. C. You should configure the appropriate trace flags as a startup parameter in the MSDB database. D. You should make use of the varbinary(MAX) data type in the MSDB database. Answer: A "Pass Any Exam. Any Time." - www.actualtests.com 8

Microsoft 70-450: Practice Exam Explanation:

QUESTION NO: 13 You work as a database administrator at ABC.com. ABC.com has a SQL Server 2008 file server named ABC-DB02, which has a database application named ABC_App installed. You are in the process of implementing a security solution for ABC_App information. You have configured ABC_App information to be replicated to a different SQL server 2008 instance via Snapshot replication. ABC.com has instructed you to make sure that the stored information is encrypted. ABC.com also informs you that your solution should require as little administrative effort as possible. Which of the following actions should you take? A. You should consider enabling transparent data encryption for the Publisher, Distribution, as well as the Subscriber databases. B. You should consider enabling RAID 5 for the Publisher, Distribution, as well as the Subscriber databases. C. You should consider enabling a VPN solution on the two instances. D. You should consider enabling an ADM file between the instances. Answer: A Explanation:

QUESTION NO: 14 You work as a database administrator at ABC.com. ABC.com currently makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB01 that hosts a database named ABC_SALES. During the course of the day you receive instruction from ABC.com to add a column to the SaleData table which has a varbinary(max) column containing the FILESTREAM data files on the ABC_SALES database. ABC.com wants you to configure a high availability solution for the database. What should you do? (Choose all that apply) A. You should consider making use of replication. B. You should consider making use of database snapshots. "Pass Any Exam. Any Time." - www.actualtests.com 9

Microsoft 70-450: Practice Exam C. You should consider making use of failover clustering. D. You should consider making use of log shipping. E. You should consider making use of database mirroring. Answer: A,C,D Explanation:

QUESTION NO: 15 You work as a database administrator at ABC.com. ABC.com has its headquarters in London and branch offices in Paris, Stockholm and Athens. You are responsible for administering the SQL Server 2008 instances at the four sites. The four sites all share a database named ABC-DB09. ABC.com has introduced a new policy that states all users must be able to retrieve and alter information of all the sites with as little latency as possible. The policy also states that when server failure occurs, the amount of information lost must be kept to a minimum. You have been tasked with enforcing the new policy. Which of the following actions should you take? A. You should consider configuring a two-node failover cluster. B. You should consider configuring the Activity Monitor tool. C. You should consider configuring Asynchronous database mirroring. D. You should consider configuring peer-to-peer replication. Answer: D Explanation:

QUESTION NO: 16 You work as a database administrator at ABC.com. ABC.com currently makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB01 that hosts an instance that is accessed by ABC.com users on a daily basis. You receive an instruction from the CIO to execute a software uABCrade on the instance without affecting the availability of the SQL server.

"Pass Any Exam. Any Time." - www.actualtests.com

10

Microsoft 70-450: Practice Exam Which of the following actions should you take? A. You should consider configuring automatic failover with synchronous database mirroring. B. You should consider configuring automatic failover with asynchronous database mirroring. C. You should consider configuring manual failover with synchronous database mirroring. D. You should consider configuring manual failover with asynchronous database mirroring. Answer: C Explanation: Manual failover can be used to uABCrade hardware or software without sacrificing availability. Manual failover is only supported by synchronous or high-safety mode.

QUESTION NO: 17 You work as a database administrator at ABC.com. You have recently configured A database that is hosted by an instance, by means of a high-safety mirroring operation mode along with a witness server. During routine monitoring you discover that the witness server is experiencing memory failure. As a result, the witness server will be offline for most of the business day. You have been instructed to make sure that the risk of the database becoming unavailable is kept to a minimum. You have, therefore, decided to reconfigure the mirroring solution. Which of the following actions should you take? A. Your best option would be to make sure that the mirroring session is not used on the witness server. B. Your best option would be to make sure that the resource database is not used. C. Your best option would be to make sure that the SQL Profiler trace is removed. D. Your best option would be to make sure that Transaction Logs is removed. Answer: A Explanation:

QUESTION NO: 18 ABC.com has employed you as a database administrator.

"Pass Any Exam. Any Time." - www.actualtests.com

11

Microsoft 70-450: Practice Exam ABC.com has a SQL Server 2008 database server named ABC-DB01, which is configured in a peer-to-peer transactional replication topology with three other servers. A table, named ABC_SALES, forms part of the publication and stores 300 GB of information across numerous partitions. Occasionally 15 GB of information is bulk loaded to ABC_SALES via a batch process. You receive an instruction from the CIO to configure replication to facilitate a reduction in latency. Which of the following actions should you take? A. This can be accomplished by using the BULK INSERT command in multiple staging tables. Thereafter the partitions should be changed into ABC_SALES. B. This can be accomplished by create an ADMX file that should be used in ABC_SALES and the publication reinitialized. C. This can be accomplished by configuring the File Server Resource Manager (FSRM). D. This can be accomplished by configuring the resource-allocation policy for process-based management. Answer: A Explanation:

QUESTION NO: 19 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB01, which contains an instance that hosts a database named TESTDATA. You have discovered that the amount of queries and transactions experienced by TESTDATA is quite high, and that it is affecting the processors performance. As a result, you decide to design an incremental backup solution for TESTDATA that has backup compression configured. When you present your solution to ABC.com management, they emphasize that your solution should affect the performance of ABC-DB01 as little as possible. Which of the following actions should you take? A. You should make sure that a resource-allocation policy is used. B. You should make sure that Background Intelligent Transfer Service (BITS) server extensions are configured. C. You should make sure that the Distributed File System (DFS) is configured.

"Pass Any Exam. Any Time." - www.actualtests.com

12

Microsoft 70-450: Practice Exam D. You should make sure that the Resource Governor is used. Answer: D Explanation:

QUESTION NO: 20 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance that hosts a database named ABC_DATA. ABC_DATA is used to store confidential information for ABC.com. ABC.com management has approached you to develop a database backup solution for ABC_DATA. ABC.com management informs you that your solution must provide encryption for all backups of ABC_DATA, as well as prevent unauthorized users from accessing the backups. Which of the following actions should you take? A. You should consider making use of NTFS quotas and Event Viewer tasks. B. You should consider making use of NTFS quotas and Performance Monitor alerts. C. You should consider making use of Transparent database encryption. D. You should consider making use of the Background Intelligent Transfer Service (BITS). Answer: C Explanation:

QUESTION NO: 21 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. Stored procedures that employ the INSERT, UPDATE or DELETE statements, are responsible for executing changes to information. You have been tasked with developing a backup solution that allows for point-in-time recovery in the event of failure regardless of the time of day. You solution must also make sure that the transaction log consumes as little disk space as possible. Which of the following actions should you take?

"Pass Any Exam. Any Time." - www.actualtests.com

13

Microsoft 70-450: Practice Exam A. Your best option would be to make use of Microsoft Multipath in conjunction with differential backups. B. Your best option would be to make use of Storage Reports Management snapshots. C. Your best option would be to make use of the full-recovery model in conjunction with transaction log backups. D. Your best option would be to configure caching on the shared folder. Answer: C Explanation:

QUESTION NO: 22 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. The database strategy has log-shipping configured to provide for maximum up-time. The database has two separate drives that host the data files and transaction log files respectively. You receive an instruction from the CIO to develop a recovery strategy that promotes nominal data loss, provides reliable Data, and activates the secondary database immediately. Which of the following best describes the strategys first reaction if the drive hosting the data files fails? A. The first step should be to run the folder redirection against the database. B. The first step should be to set up offline files. C. Your first step should be to set up the Job Activity Monitor tool on the database. D. The first step should be to execute the tail-log backup of the primary database. Answer: D Explanation:

QUESTION NO: 23 You are the newly appointed a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABCDB05, which contains an instance that hosts a database named ABC_SALES. ABC_SALES is currently backed up fully on a weekly basis, and differentially on a daily basis. Transactional log backups occur every sixty minutes.

"Pass Any Exam. Any Time." - www.actualtests.com

14

Microsoft 70-450: Practice Exam You receive an instruction from the CIO to execute a full database backup. The CIO has also informed you that this task should not disrupt the current backup schedule. Which of the following actions should you take? A. Your best choice would be to make use of the COPY_ONLY backup option. B. Your best choice would be to make use of the database snapshot. C. Your best choice would be to make use of the Transaction log backup. D. Your best choice would be to make use of the Hyper-V feature. Answer: A Explanation:

QUESTION NO: 24 ABC.com has hired you as a database administrator for their network. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. You are in the process of implementing a corporate backup and recovery solution that requires validation. You have been asked to make sure that a single database can successfully be recovered from a disastrous failure, without having to retrieve backup data from an alternative site. You now have to decide on the tasks that should be included in the solution. Which of the following actions should you take? (Choose all that apply.) A. You should consider using the cluster group. B. You should consider scripting the SQL login accounts as well as the credentials. C. You should consider using the SQL Server registry hive. D. You should consider documenting the administrative processes as well as the application access requirements. E. You should consider storing the backup media offsite. Answer: B,D,E Explanation:

QUESTION NO: 25 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. "Pass Any Exam. Any Time." - www.actualtests.com 15

Microsoft 70-450: Practice Exam After receiving a request from management for data regarding capacity planning, you decide to implement a long-term strategy that monitors the infrastructure. You now need to assign the necessary tasks to the design. Which of the following options should you take? A. You should have the production databases deployed subsequent to baselining the system. You should also have the system monitor counters frequently reviewed. B. You should consider making use of database snapshot. You should also have the system monitor counters frequently reviewed. C. You should have the max worker threads configured. You should also have the system monitor counters frequently reviewed. D. You should have a new Database profile generated. You should also have the system monitor counters frequently reviewed. Answer: A Explanation:

QUESTION NO: 26 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which hosts an instance. After receiving numerous complaints from ABC.com users regarding ABC-DB05s slow performance as a result of a process being implemented on the instance, you access the Dynamic Management Views to confirm that no long queries are running. You then elect to compare the performance data of the OS with the query execution trace. The CIO has informed you that your actions must require as little administrative effort as possible. Which of the following actions should you take? (Choose all that apply.) A. You should consider making use of the Transaction Logs. B. You should consider making use of SQL Server Profiler. C. You should consider making use the VIEWDELETE log. D. You should consider making use of the ServerManagerCMD utility. E. You should consider making use of System Monitor. Answer: B,E Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

16

Microsoft 70-450: Practice Exam QUESTION NO: 27 You work as a database administrator at ABC.com. At present the instance makes use of a 32-bit version of SQL Server 2008 on a Windows Server 2008 64-bit server that has the awe option enabled. ABC.com expects the instance to receive an increase in the query actions, and have therefore issued instructions to make use of the best time to migrate the databases to a 64-bit SQL Server 2008 server without changing the hardware. To comply with the instructions, you first need to gather the necessary data. Which of the following actions should you take? A. You should consider making use of the Performance Counters data collector type. B. You should consider making use of the default.trc file. C. You should consider making use of the Merge Replication topology. D. You should consider making use of the Hyper-V feature. Answer: A Explanation:

QUESTION NO: 28 ABC.com has employed you as a database administrator. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance. During routine maintenance, you notice that extreme CPU consumption, deadlocks, and server processes paging are causing the instance to perform poorly. You receive an instruction from the CIO to plan a monitoring strategy that: Supplies information, which also contains detailed deadlock information. Monitors performance issues, as well as troubleshoot them. You have also been informed that this solution should make use of as little administrative effort as possible. Which of the following actions should you take?

"Pass Any Exam. Any Time." - www.actualtests.com

17

Microsoft 70-450: Practice Exam A. You should consider making use of the SQLAGENT.OUT log. B. You should consider making use of the Netsh utility. C. You should consider making use of the Extended Events utility. D. You should consider making use of the ServerManagerCMD utility. Answer: C Explanation:

QUESTION NO: 29 ABC.com has employed you as a database administrator. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance that hosts a database named ABC_SALES. ABC.com makes use of ABC_SALES for routine business operations. You have recently received numerous complaints from ABC.coms Sales employees stating that the response time for executing reports are poor. As a result, you decide to plan a strategy that monitors performance. The plan will accumulate the information regarding executed Transact-SQL statements, as well as query activity. It will also include Blocking and deadlock data, as well as the counters for CPU, memory and disk. The CIO has informed you that the implementation of this solution should make use of as little administrative effort as possible. Which of the following actions should you take? A. You should consider using the Background Intelligent Transfer Service (BITS). B. You should consider using the data collector. C. You should consider using the Windows System Resource Manager (WSRM) feature. D. You should consider using the Event Subscriptions. Answer: B Explanation:

QUESTION NO: 30 ABC.com has employed you as a database administrator. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance that hosts a critical database named ABC_FINANCE. ABC_FINANCE contains a table named ABC_SALES for which the standard fragmentation for the clustered index "Pass Any Exam. Any Time." - www.actualtests.com 18

Microsoft 70-450: Practice Exam of ABC_SALES is currently less than 3 percent. ABC_SALES is accessed regularly, and has a column of the xml data type. New rows are also added to ABC_SALES on a regular basis. You are in the process of planning a solution, which has the index maintenance operations incorporated, for maintaining ABC_FINANCE. You need to apply the new strategy for the purpose of allowing optimum performance of the queries directed at ABC_SALES. Which of the following actions should you take? A. You should consider having ABC_SALES reorganized by configuring the NTFS quotas. B. You should consider prohibiting the clustered index of ABC_SALES from being included in any reorganizing or rebuilding operations that have been scheduled. C. You should consider using the File Server Resource Manager (FSRM) on ABC_SALES. D. You should consider having the Storage Manager rebuilding monthly. Answer: B Explanation:

QUESTION NO: 31 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB06, which contains an instance. The instance hosts a database named ABC_SALES, which contains a table named Stock. At present, DML statements are executed on the last two months data by the application queries. Audits are conducted on data older than two months every month end. During routine monitoring you find that the application queries against the Stock table perform poorly. You also find that the database maintenance tasks and the defragmentation of the index take very long. You have received an instruction from the CIO to provide a solution to this problem. The CIO also informs you that the solution should allow performance of ABC-DB06 to remain unaffected. Which of the following actions should you take?

"Pass Any Exam. Any Time." - www.actualtests.com

19

Microsoft 70-450: Practice Exam A. Your best option would be to use the sys.dm_exec_sessions dynamic management view. Thereafter another table named StockHistory should be created for data older than two months. B. Your best option would be to use the sys.dm_exec_requests dynamic management view another table older than two months and shift the information. C. Your best option would be to use the sys.dm_exec_query_stats dynamic management view to shift the information older than two months to the StockHistory. D. Your best option would be to create another table named StockHistory for information that is older than two months. You should also use the OrderDate column and partitioned Stock and StockHistory in two parts. Thereafter a SQL Server Agent job should be created that runs monthly and uses the ALTER TABLE...SWITCH Transact-SQL statement to shift the information older than two months to the StockHistory. Answer: D Explanation:

QUESTION NO: 32 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has headquarters in London and branch offices in Paris, Berlin, Milan, Madrid, Stockholm, Warsaw, and Athens. The branch offices of ABC.com store information regarding their clients in SQL Server 2008 databases. A new ABC.com security policy states that client information stored across numerous database instances should be security compliant. You make use of the Policy Based Management feature to design a strategy for the custom policies that are in XML format. You have to make sure that the strategy allows custom policies to be distributed to all instances and that the policies are implemented on all the instances. Which of the following actions should you take? A. Your best option would be to make use of IPsec domain isolation. B. Your best option would be to make use of a configuration server. C. Your best option would be to make use of multiple downstream servers. D. Your best option would be to make use of cluster quorum drive. Answer: B Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

20

Microsoft 70-450: Practice Exam QUESTION NO: 33 ABC.com has hired you as a database administrator for their network. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. You have recently completed partitioning the biggest table in a database into four equal parts. During routine monitoring a short while later, you notice the following: The first partition is hardly ever queried. The second partition is hardly ever queried. The third partition is often queried by several reports. The fourth partition is heavily queried and repeatedly modified After sharing this information with the CIO, he advises you to reduce the disk space consumed by the table. The CIO also advises you to make sure that this action does not have a great impact on the query performance. Which of the following actions should you take? (Choose all that apply.) A. You should consider making use of the Database Engine Tuning Advisor tool. B. You should consider making use of the Windows System Monitoring tool. C. You should consider having the individual node enabled. D. You should consider configuring the first two partitions to have PAGE compression enabled. E. You should consider configuring the third partition to have ROW compression enabled. Answer: D,E Explanation:

QUESTION NO: 34 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. You receive an instruction from management to implement a strategy that retrieves the hardware configuration data of numerous servers from a single workstation. Furthermore, the CIO wants it to done with as little effort as possible.

"Pass Any Exam. Any Time." - www.actualtests.com

21

Microsoft 70-450: Practice Exam Which of the following actions should you take? A. You should consider making use of the ExecuteWQL function in order to define policies based on conditions. B. You should consider making use of the Delegation of Control Wizard. C. You should consider making use of the Group Policy Management Console. D. You should consider making use of the Windows System Resource Manager (WSRM) feature. Answer: A Explanation:

QUESTION NO: 35 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. You receive an instruction from the CIO to implement naming standards for all database objects. Due to the lack of staff, you have to accomplish this with as little programming and administrative input as possible. Which of the following actions should you take? A. You should consider having the DBCC CHECKDB command executed on the SSMS. B. You should consider making use of the varbinary(MAX) data type with FILESTREAM storage of the DDL triggers. C. You should consider making use of Event Viewer tasks. D. You should consider having Policy-Based Management policies generated. Thereafter you should consider making use of the configuration server to distribute the policies. Answer: D Explanation:

QUESTION NO: 36 ABC.com has employed you as a database administrator. You are in the process of installing a new SQL Server 2008 Integration Services (SSIS) packages. The SQL Server Import and Export Wizard was used to create the package. For the purpose of linking to the external data sources, the packages will employ stored user names, as well as passwords.

"Pass Any Exam. Any Time." - www.actualtests.com

22

Microsoft 70-450: Practice Exam You receive an instruction from the CIO to prevent unauthorized users from accessing the user names and passwords by ensuring that they are protected. Which of the following actions should you take? A. You should consider making use of the Windows System Monitoring tool in the SQL Server 2008 server. B. You should consider having the packages stored, and managing the security in the SQL Server 2008 server. C. You should consider making use of the Network Service account when the packages are saved. D. You should consider having Internet Protocol security (IPsec) implemented. Answer: B Explanation:

QUESTION NO: 37 You are the newly appointed database administrator at ABC.com. ABC.com currently makes use of Microsoft SQL Server 2008 for hosting databases. A ABC.com employee, named Rory Allen, works as an application developer. Rory Allen creates the SQL Server 2008 Integration Services (SSIS) packages on the test server residing in ABC.coms Test Lab. The SQL Server 2008 Integration Services (SSIS) packages have been created in a shared project. One of the packages has been configured to make use of a fixed cache file. You have been instructed to make sure that Rory Allen has the ability to deploy the packages to the production server as soon as the development is completed. Which of the following actions should you take? A. You should consider making use of the Hyper-V feature on the server and install the project. B. You should consider making use of the Windows Deployment Services (WDS) for all packages. C. You should consider making use of the Microsoft Multipath I/O to save the packages. D. You should consider configuring an installation utility for the SSIS project. Answer: D Explanation:

QUESTION NO: 38 "Pass Any Exam. Any Time." - www.actualtests.com 23

Microsoft 70-450: Practice Exam ABC.com has hired you as a database administrator for their network. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains two instances named ABC_PRODUCT and ABC_FINANCE. ABC_PRODUCT hosts the Exams database, while ABC_FINANCE hosts the Finance database. In the Exams database, a transaction is initiated by a procedure that uses a linked server to update the Exams.dbo.Order and Finance.dbo.OrderHistory tables. You receive an instruction from the CIO to make sure that a two-phase commit in used in the transaction. Which of the following actions should you take? A. You should consider making use of the Windows System Resource Manager (WSRM) for delegation. B. You should consider having a linked server configured in order to make use of distributed transactions. C. You should consider making use of the VPN solution. D. You should consider making use of the Delegation of Control Wizard to enable the correct transaction control. Answer: B Explanation:

QUESTION NO: 39 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has its headquarters in London and branch offices in Paris and Athens. You are currently assigned to the London office. The London office has a database server named ABCDB05 that hosts an instance named ABC_MARKETING. Users in the Marketing division make use of their mobile workstations to update customer orders in a local database. The CIO has informed you that the local database must be able to synchronize with ABC_MARKETING when the mobile workstations connect to the London office. To achieve this, You decide to copy the local database to ABC_MARKETING by developing a custom replication

"Pass Any Exam. Any Time." - www.actualtests.com

24

Microsoft 70-450: Practice Exam solution. The custom replication solution must allow Marketing users to synchronize information at scheduled times, as well as on demand. Furthermore, the custom replication solution must be able to handle data conflicts when quite a few users update the same data, but it must also prevent the Marketing users from updating confidential information. You would like to achieve your goal with as little input as possible. Which of the following actions should you take? A. You should consider making use of the LUN Management settings with the SSIS packages. B. You should consider configuring the mobile workstations as subscribers and make use of merge replication. C. You should consider configuring caching on the shared folder. D. You should consider making use of folder redirection with the mobile workstations. Answer: B Explanation:

QUESTION NO: 40 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance that hosts several databases containing mission critical data. You have received instruction from ABC.com to make sure that in the event of a database error, the database has the ability to revert the source database back to a specific point. You also have to make sure that you are able to retrieve historical data, which will be used in conjunction with the backup for reporting purposes. Which of the following actions should you take? A. You should consider having the database mirrored using a full quorum. B. You should consider configuring log shipping. C. You should consider creating a full backup. D. You should consider creating a database snapshot. Answer: D Explanation: To meet the required goal in the scenario, you should create a database snapshot. Snapshots provide a read-only image of the database that has a full working image of the database from the time when the snapshot was created. Only committed transactions are part of "Pass Any Exam. Any Time." - www.actualtests.com 25

Microsoft 70-450: Practice Exam the snapshot. If there is any open and uncommitted transaction on the database, it will not be a part of the snapshot. If you have a snapshot readily available and there is any issue with the database, you can bring the snapshot online but ensure that it is on the same SQL Server instance from where the snapshot was created. Snapshots are typically used for reporting purposes.

QUESTION NO: 41 You work as a database administrator at ABC.com. ABC.com makes use of Microsoft SQL Server 2008 Enterprise Edition for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance that hosts multiple databases. ABC.com has introduced a new policy that requires the databases to be configured for high availability, and that the downtime of these databases with the system databases is kept to a minimum. It also requires the databases to be available on one server for client access. You have been tasked with enforcing this policy. Which of the following actions should you take? A. You should consider making use of Log shipping. B. You should consider making use of Database mirroring. C. You should consider making use of Replication. D. You should consider making use of Failover clustering. Answer: D Explanation: Failover clustering requires one or more servers that contain two or more shared disks. When you create a SQL Server failover cluster, the entire cluster instance appears as a single computer on the network. However, there are multiple functional servers on the back end. When a failure happens, the failover cluster allows a new node, which was not the current node, to become the current node. When this new current node fails, another node in the cluster is given the responsibility of owning the resource group. In this solution, both the user databases and system databases are provided the highest availability when a failure occurs.

QUESTION NO: 42

"Pass Any Exam. Any Time." - www.actualtests.com

26

Microsoft 70-450: Practice Exam ABC.com has employed you as a database administrator. ABC.com makes use of Microsoft SQL Server 2008 for hosting databases. ABC.com has a database server named ABC-DB05, which contains an instance. You have been asked to develop a monitoring strategy to monitor the object usage statistics for the instance. Your strategy has to list at least 15 objects for stored procedures, prolonged Transact-SQL statements, as well as functions that are performed regularly. ABC.com management has informed you that implementation of the strategy should not affect performance or require unnecessary administrative input. Which of the following actions should you take? A. You should consider making use of the Hyper-V feature. B. You should consider making use of RAID 3. C. You should consider making use of the Background Intelligent Transfer Service (BITS). D. You should consider making use of dynamic management views. Answer: D Explanation:

QUESTION NO: 43 You are administrator for your company's SQL Server 2008 servers. You want to enforce a naming convention policy so that all tables will begin with the name tb_ and all views will begin with the name vw_. You use Policy-Based Management to create and test a policy on SQL1. After an initial test of the policy, you want to apply it to SQL Server 2008 servers SQL2, SQL3, SQL4 and SQL5. You want to ensure that queries can be run against all servers. You perform the following actions: Set SQL1 as the Central Management Server Add SQL2, SQL3, SQL4 and SQL5 as part of the Central Management Server group You want to ensure that the naming convention policy from SQL1 applies to the rest of the SQL Servers. What should you do? A. Back up the msdb database from SQL1 and restore the database on all the other SQL servers.

"Pass Any Exam. Any Time." - www.actualtests.com

27

Microsoft 70-450: Practice Exam B. Export the policy from SQL1. On the server group, select the exported policy and then evaluate the policy against all servers in the group. C. Export the policy from SQL1, and use DFS to replicate the policy file to every server in the group. D. Export the policy from SQL1. Create a GPO that will apply all the naming convention policy to all the servers in the group. Answer: B Explanation:

QUESTION NO: 44 You work for the ABC.com, a manufacturer of home flooring products. You plan to implement Transparent Data Encryption (TDE) for the TileFlooring database on the SRV1 server, which runs SQL Server 2008. You use the following script to accomplish this: USE master; GO CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'CuL8rAlig8r'; GO CREATE CERTIFICATE SRV1Cert WITH SUBJECT = 'SRV1 Certificate' GO USE TileFlooring GO CREATE DATABASE ENCRYPTION KEY WITH ALGORITHM = AES_128 ENCRYPTION BY SERVER CERTIFICATE SRV1Cert GO ALTER DATABASE TileFlooring SET ENCRYPTION ON GO The TileFlooring database uses the full recovery model. You must ensure that you can restore the TileFlooring database after a media error. What must you have to perform a restoration of the "Pass Any Exam. Any Time." - www.actualtests.com 28

Microsoft 70-450: Practice Exam TileFlooring database? (Choose two. Each correct option is part of the solution.) A. B. C. D. E. Backups of the master database and the TileFlooring database Backups of the tempdb database and the TileFlooring database Backups of the msdb database and the TileFlooring database Backup of SRV1Cert certificate Backup of the EFS recovery certificate for SRV1

Answer: A,D Explanation:

QUESTION NO: 45 You are administering a SQL Server 2008 server. You want to generate performance recommendations for indexes available in the Sales database on VMSQL01 server, and then generate a script to apply the recommendations. Which tool should you use for this? A. B. C. D. SQL Server Profiler SQL Query Analyzer Dynamic management views Database Engine Tuning Advisor

Answer: D Explanation:

QUESTION NO: 46 You configure a SQL Server Report Services (SSRS) server on a computer running SQL Server 2008. All of your client applications and Web browsers can connect with the report server's Web site. All client applications use Kerberos authentication only. All client computers use third-party Web browsers. You want to increase the security on the network so both client applications and Web browsers only use Kerberos authentication to connect to the SSRS server. How should you configure that? A. B. C. D. Set the AuthenticationTypes to SWindowsNTLM in the RSReportServer.config file. Set the AuthenticationTypes to RSWindowsKerberos in the RSReportServer.config file. Set the AuthenticationTypes to RSWindowsNegotiate in the RSWebApplication.config file. Set the AuthenticationTypes to RSWindowsKerberos in the RSWebApplication.config file.

"Pass Any Exam. Any Time." - www.actualtests.com

29

Microsoft 70-450: Practice Exam Answer: B Explanation:

QUESTION NO: 47 You are the database administrator for your company. You are responsible for managing multiple SQL Server 2008 servers that are located at the company's headquarters and in branch offices at remote locations. Employees in the Sales department often come to the branch offices and use data from the branch offices' SQL server. You want to configure data replication between SQL Servers at headquarters and in the branch offices, and ensure that the type of replication that you use has the ability to resolve conflicts that may occur during replication. Which type of replication should you use? A. B. C. D. Transactional Merge Snapshot Peer-to-peer

Answer: B Explanation:

QUESTION NO: 48 You need to set up a SQL Server 2008 server with a database that will store data for an online portal. The portal is expected to receive a large number of queries, and you need to ensure high availability for the data. You must meet the following requirements: You must optimize the SQL Server 2008 configuration and ensure that the database will remain intact even if one of the hard disk on the server fails. In case of disk failure, the data recovery method must be reliable and provide faster recovery. Database performance should be optimized. The databases must be available even if the operating system (OS) disk fails. To meet the required goal, which configuration will be more suitable for your SQL Server 2008 implementation? A. OS: RAID 0, Transaction Logs: RAID 1, SQL Server files and filegroups: RAID 5 (configuration 1) B. OS and Transaction Logs: RAID 1 (Same RAID 1), SQL Server files and filegroups: RAID 5 (configuration 2) "Pass Any Exam. Any Time." - www.actualtests.com 30

Microsoft 70-450: Practice Exam C. OS: RAID 1, Transaction Logs: RAID 1. SQL Server files and filegroups: RAID 5 (configuration 3) D. OS: RAID 0, Transaction Logs: RAID 0, SQL Server files and filegroups: RAID 5 (configuration 4) Answer: C Explanation:

QUESTION NO: 49 You are the administrator for your company's SQL Server 2008 servers. You need to add a column to the MaintenanceRecords table in the Equipment database. The table will have to keep a PDF diagram of the equipment. A few of the PDF files are over 2 GB in size. You need to ensure the following conditions are met: The PDF files are stored in the file system outside the SQL server. The drive that the PDF files are stored on should be protected from theft. FILESTREAM storage will be used with the new column. What should you configure? (Choose two. Each correct option is part of a single solution.) A. B. C. D. E. Alter the MaintenanceRecords table to include a new column as an ntext data type Alter the MaintenanceRecords table to include a new column as a varbinary(max) data type Alter the MaintenanceRecords table to include a new column as an image data type Use Transparent Data Encryption Use BitLocker encryption

Answer: B Explanation:

QUESTION NO: 50 You are planning a SQL Server 2008 database. The database will include three data file named data1.mdf, data2.ndf, and data3.ndf. All three files will be stored in the Primary filegroup. The transaction log will be stored in a single file named data_log.ldf. The serve on which the database will be deployed includes two physical drives for data storage. What is the best way to implement this database on the target system? Select the best answer.

"Pass Any Exam. Any Time." - www.actualtests.com

31

Microsoft 70-450: Practice Exam A. Place the data files on one drive and the transaction log on the other drive. B. Place the data files and the transaction log on one of the storage drives. C. Place the data1.mdf and data2.ndf files on one drive and the data3.ndf and data_log.ldf file on the other drive. D. Place the data1.mdf file on one drive and the data2.ndf, data3.ndf, and data_log.ldf onthe other drive. Answer: A Explanation:

QUESTION NO: 51 You are planning for the configuration of Windows service accounts related to SQL Server 2008. You must configure the SQL Server Agent account to enable access to a remote server for file storage and retrieval. The Database Engine account need only access resources on the local machine. How should you configure the service accounts? Select the best answer. A. Use the Administrator account for both services. B. Create a separate account for each service and limit the ability of each account to only what the intended service requires. C. Create a group named SQL 2008 Accounts, create an account for each service, add each account to the SQL 2008 Accounts group, and assign the permissions needed for both services to the SQL 2008 Accounts group. D. Create a single account that can access the needed resources on the local machine as well as the resources on the remote machine, and configure both services to use this account. Answer: B Explanation:

QUESTION NO: 52 You are designing a database solution that runs on SQL Server 2008. The solution includes a view named vSalesQuarterly, a table named Sales and another table named Marketing. The Marketing table is owned by the dbo as is the vSalesQuarterly view. The Sales table is owned by DBA1. The vSalesQuarterly view includes columns from the Marketing and the Sales table. You have given Susan SELECT permissions on the vSalesQuarterly view and have not granted any permissions to the Sales or Marketing tables. What will occur when she queries the vSalesQuarterly view and includes columns from both table in her query? Select the best answer. "Pass Any Exam. Any Time." - www.actualtests.com 32

Microsoft 70-450: Practice Exam A. She will be denied access and the entire query will fail. B. She will be granted access to the Marketing columns, but the Sales columns will not be retrieved. C. She will be granted access to the Sales columns, but the Marketing columns will not be returned. D. She will be granted access and all data will be retrieved. Answer: A Explanation:

QUESTION NO: 53 You have an existing database and client application that works with SQL Server 2008. The database is more than 150 GB and storage space is limited. You've enabled row compression on several tables in the database. The database now uses less than 130 GB of storage space and should work for many months without further adjustments. What change should be made in the client application in order to allow it to support the row compression? Select the best answer. A. B. C. D. The client must add WITH COMPRESSION to all INSERT and UPDATE statements. No change is required in the client application. The SQL Native Client must be updates to version 11.12. The client must start all transactions with the SET COMPRESSION ON statement.

Answer: B Explanation:

QUESTION NO: 54 You are planning the monitoring strategy for a SQL Server 2008 environment. Four SQL Server 2008 servers exist. You want to monitor System monitor counters from all four servers using a fifth central monitoring server. What tool will allow remote performance counter logging in Windows Server 2008? Select the best answer. A. System Information B. Database Engine Tuning Advisor "Pass Any Exam. Any Time." - www.actualtests.com 33

Microsoft 70-450: Practice Exam C. Task Manager D. Performance and Reliability Monitor Answer: D Explanation:

QUESTION NO: 55 As the DBA for your organization, you must select a high availability solution for your SQ Server 2008 servers. The solution must offer the following features: -Provides a database scope level -Uses standard servers -Provides reporting on the secondary server with database snapshots -Uses a full duplicate copy of the database Which high availability technology should you choose? Select the best answer. A. B. C. D. Database Mirroring Failover Clustering Log shipping Replication

Answer: A Explanation:

QUESTION NO: 56 You are implementing merge replication. SQL Server 2008 Enterprise Edition is used on all servers involved in the replication topology. Two tables are involved in the determination of changes needing to be synchronized between publishers and subscribers. What are these two tables? Select the best TWO answers. A. MSmerge_contents B. MSmerge_rules C. MSmerge_genhistory "Pass Any Exam. Any Time." - www.actualtests.com 34

Microsoft 70-450: Practice Exam D. MSmerge_tune Answer: A,C Explanation:

QUESTION NO: 57 The server named SQL2 contains three user databases names Sales, Marketing, and Production. The server runs SQL Server 2008 Enterprise edition on Windows Server 2008 Enterprise edition. The physical server has 12 GB RAM and more than 1 terabyte of hard disk storage space. A second identical server has been added and SQL2 will be reloaded and configured as a node in a cluster. The second server will also be a node in the cluster. In addition to Sales, Marketing, and Production, what other databases should be backed up regularly on the SQL2 server using the SQL Server BACKUP DATABASE command? Choose all that apply. A. B. C. D. Master Resource Tempdb Msdb

Answer: A,D Explanation:

QUESTION NO: 58 You must plan the backup strategy for a large database names Sales. The database is stored in two different filegroups. The first filegroup, named Primary, contains three database files: Sales1.mdf (logical name Sales1), Sales2.ndf (logical name Sales2), and Sales3.ndf (logical name Sales3). The second filegroup, named Secondary, contains two database files: SalesArchive1.ndf (logical name SalesArchive1) and SalesArchive2.ndf (logical name SalesArchive2). The Secondary filegroup contains all read/write files and the database is in the simple recovery model. You are attempting to execute the following statement: BACKUP DATABASE Sales FILE = 'SalesArchive1' TO DISK = 'G:\SQL Server Backups\Sales\SalesArchive1.bck' You receive an error. The G: drive has plenty of free space and the backup process has proper permissions for access to the G: drive. What is the likely problem? "Pass Any Exam. Any Time." - www.actualtests.com 35

Microsoft 70-450: Practice Exam Select the best answer. A. The BACKUP statement must specify NO_FILEGROUP_OVERRIDE. B. The BACKUP statement must include the WITH COMPRESSION clause when creating a fileonly backup. C. The backup must be stored on an NTFS volume. D. You must specify both SalesArchive1 and SalesArchive2 in the backup since the files are read/write. Answer: D Explanation:

QUESTION NO: 59 You implemented Resource Governor in SQL Server 2008 Enterprise Edition five days ago. Users complain that performance has suffered since the change. You suspect request count throttling may be the problem, as you did set a maximum request limit for the resource workload group in which the users are placed. What DMV can show you information that verifies request count throttling is the problem? Select the best answer. A. B. C. D. sys.dm_os_waiting_tasks sys.dm_exec_query_memory_grants sys.dm_os_memory_clerks sys.dm_os_memory_brokers

Answer: A Explanation:

QUESTION NO: 60 You manage the Sales database on a SQL Server 2008 server. Currently, the database is backed up daily at midnight and the transaction logs are backed up at 8 AM and at noon. You notice the transaction logs are getting exceptionally large and you want to reduce their size while still being able to use them for restores. What should you do? A. B. C. D. Increase the number of times the transaction log is backed up. Reduce the number of times the transaction log is backed up. Change the recovery model of the database to simple. Change the recovery model of the database to full.

"Pass Any Exam. Any Time." - www.actualtests.com

36

Microsoft 70-450: Practice Exam Answer: A Explanation:

QUESTION NO: 61 John works as a Database Administrator for ABC.com. The company has a SQL Server 2008 server. John is facing a problem while connecting to the server, which has become unresponsive to user connections. Which of the following should he use to get rid of such a problem? A. B. C. D. Database mirroring Synchronous mode Asynchronous mode Dedicated Administrator Connection

Answer: D Explanation:

QUESTION NO: 62 Mark works as a Database Administrator for ABC.com. The company has a SQL Server 2008 database with full recovery model. Mark wants to send the active transaction log record from the source instance to the target instance. Which of the following should he use to accomplish the task? A. B. C. D. Failover clustering SQL Server Integration Services Transparent Data Encryption Database mirroring

Answer: D Explanation:

QUESTION NO: 63 You manage the Sales database on a SQL Server 2008 server. The database is over 50 GB in size and has a high volume of daily activity. The recovery model of the Sales database is set to simple. The company security policy states that no more than two hours of data loss is acceptable "Pass Any Exam. Any Time." - www.actualtests.com 37

Microsoft 70-450: Practice Exam to this database. What backup strategy should you use? A. Full backup daily and differential backups every two hours B. Differential backups every two hours C. Full backup daily, differential backups every 8 hours, and transaction log backups every two hours D. Full backup daily and transaction log backups every two hours Answer: A Explanation:

QUESTION NO: 64 You manage the Sales database on a SQL Server 2008 server. The database is using the simple recovery model. Currently, the database is backed up daily at midnight to a backup device named Tape1. You want to reduce the size of the backups. What should you do? A. Back up the database with the following command: USE Sales; GO BACKUP DATABASE Sales to Tape1 WITH COMPRESSION B. Back up the database with the following command: USE Sales; GO BACKUP DATABASE Sales to Tape1 WITH SHRINKFILE C. Change the recovery model to bulk-logged. D. Change the recovery model to full. Answer: A Explanation:

QUESTION NO: 65 Mark works as a Database Administrator for ABC.com. The company has a SQL Server 2008 database. Mark wants to perform a broad range of data migration tasks. Which of the following should he use to accomplish this?

"Pass Any Exam. Any Time." - www.actualtests.com

38

A. B. C. D.

Microsoft 70-450: Practice Exam Dedicated Administrator Connection Transparent Data Encryption Resource Governor SQL Server Integration Services

Answer: D Explanation:

QUESTION NO: 66 Which of the following is responsible for creating and managing a global transaction that encompasses all operations against transactional resources? A. B. C. D. Non-uniform memory access RAID Processor affinity Distributed transaction

Answer: D Explanation:

QUESTION NO: 67 John works as a Database Administrator for ABC.com. The company has a SQL Server 2008 database. John wants to ensure that whatever changes are made in the principal server are instantly reflected on the mirrored server. Which of the following should he use to accomplish the task? A. B. C. D. Linked server SQL Server Agent Asynchronous mode Synchronous mode

Answer: D Explanation:

QUESTION NO: 68 John works as a Database Administrator for ABC.com. The company has a SQL Server 2008 "Pass Any Exam. Any Time." - www.actualtests.com 39

Microsoft 70-450: Practice Exam database. John wants to store the large binary unstructured data, such as documents and images, directly into an NTFS file system. Which of the following should he use to accomplish the task? A. B. C. D. End point security Transparent Data Encryption Common language runtime FILESTREAM

Answer: D Explanation:

QUESTION NO: 69 You work as a Database Administrator for ABC.com. You are working on SQL Server 2008, which runs on a computer having more than one microprocessor. You want to limit the number of processors that are used in parallel plan execution. Which of the following will you use to accomplish the task? A. B. C. D. RAID NUMA FILESTREAM MAXDOP

Answer: D Explanation:

QUESTION NO: 70 You want to migrate databases from a 32-bit version of SQL Server 2005 to a 64-bit version of SQL Server 2008. You have successfully detached and reattached the databases from SQL Server 2005 to SQL Server 2008. You want to ensure that the databases are successfully migrated to SQL Server 2008. Which task must you perform to ensure the migration is successful? A. B. C. D. Ensure that the databases were published in replication on SQL Server 2005 Set the Show Advanced Options to 1 on the SQL Server 2008 server. Set the AWE Enabled option to 1 on the SQL Server 2008 server. Re-create logins and user objects in system databases

Answer: D "Pass Any Exam. Any Time." - www.actualtests.com 40

Microsoft 70-450: Practice Exam Explanation:

QUESTION NO: 71 You have two SQL Server 2008 servers configured with synchronous database mirroring in highsafety mode. Recently, the principal server went down and you forced the mirror server to become the principal server. After promoting the secondary server to be the principal server, which two tasks you must perform? (Choose two.) A. B. C. D. E. Copy the master database to the newly promoted principal server. Copy the log files from the original principal server to the newly promoted principal server. Create user logins on the newly promoted principal server. Create jobs on the newly promoted principal server. Bring the original principal server back online.

Answer: C,D Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

41

Das könnte Ihnen auch gefallen