You are on page 1of 4

70-450

PRO:MS SQL Serv 08,Design,Optimize, & Maintain DB Admin Solu

DEMO

http://www.freevce.in/70-450.html
The DEMO only includes the first three pages of products.

Note: The answer is for reference only, you need to understand all question.

QUESTION 1 you are deploying four sql server 2008 instances on one computer. The computer is configured with hardware non-uniform memory access (NUMA) as two hardware NUMA nodes, each with 8 processors, You configure software NUMA to divide each of the hardware NUMA nodes into two software NUMA nodes. You need to assign each sql server instance to a different NUMA node. what should you do? A. use the cpu affinity mask option B. use the max degree of parallelism option C. use the affinity I/O mask option D. use regedit to modify the Node0 values the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\NodeConfiguration registry key to associate processors with soft-NUMA nodes. Answer: A

QUESTION 2 you maintain a default instance of sql server 2005 on a computer named data.busicorp.com. You need to migrate all user databases to a default instance of SQL Server 2008. The current databases must remain available until all of the user databases have been migrated and test to ensure compatibility with current applications. You plan to complete the operation over a holiday weekend when users will not need to access the databases. you need to complete the migration to SQL server 2008. You need to minimize the time, effort, and hardware required by the process. what should you do first? A. Install a named instance of SQL Server 2008 on a second computer B. Install a default instance of SQL Server 2008 on data.busicorp.com C. Install a default instance of SQL Server 2008 on a second computer D. Install a named instance of SQL Server 2008 on data.busicorp.com Answer: C
1

QUESTION 3 You manage a single instance of SQL Server 2008. Disk storage on the computer on which the instance is running is configured as follows: * Drive C:- RAID 1, 100 gigabytes(GB), used for operating system and applications * Drive D:- RAID 5, 333 GB, user database and system databases except tempdb * Drive E:- RAID 0, 80 GB, transaction logs and tempdb Client applications suffer from intermittent timeout errors, as well as errors with error code 1101 and 1105. you determine that at various times, especially after restarting the SQL Server service, the tempdb database increases rapidly in size. You identify that most of the space allocated to tempdb is related to queries. you need to minimise the possibility of these errors occuring in the future. The solution should have minimal impact on application performance. What should you do? A. Disable automatic growth on tempdb B. Use Resource Governor to limit query resources C. Move the tempdb to Drive D: D. Increase the initial size of the tempdb database Answer: D

QUESTION 4 you support an instance of SQL Server 2008. The MyData database has two filegroups, Primary and File2. Each filegroup is located on a different physical hard disk. You are creating clustered and nonclustered indexes for several large tables. All of the database tables were created on the primary filegroup. you need to determine the index placement scheme to optimize database performance. what should you do? A. Place the clustered indexes on Primary and the nonclustered indexes on File2 B. Place the clustered and nonclustered indexes on Primary C. Place the clustered and nonclustered indexes on File2 D. Place the clustered indexes on File2 and the nonclusterd indexes of Primary

Answer: A

QUESTION 5 You are deploying three instances of SQL Server 2008 on a Server running Microsoft Windows Server 2003 Enterprise Edition. The computer has four 32-bit processors and 32 gigabytes (GB) of memory installed. You need to be able to allocate all of the memory equally among the SQL Server instances. What should you do? A. Configure the max server memory option B. Enable the awe enable option C. Configure the min server memory option D. Enable the Lock Pages in Memory option Answer: D

QUESTION 6 you are setting up an instance of sql server 2008. The instance will support a database that will eventually grow to 350 gb. you want to allow for a 70gb transaction log. you need to optimize performance while writing to the database. you will run a full database backup each week and differential backups daily. Transaction log backups will run every hour. you need to ensure that you can recover any posted data after a one disk failure. you have five 200 gb hard disks available for data storage. you need to determine the most appropriate disk configuration to meet the solution requirements. what should you do? A. configure two disks as RAID 1 and three disks as RAID 0 B. configure two disks as RAID 1 and three disks as RAID 5 C. configure two disk as RAID 0 and three disks as RAID 5 D. configure two disks as RAID 0 and three disks as RAID 0 Answer: A

QUESTION 7
3

You might also like