首页 > Microsoft > MCITP > 70-443

Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005:70-443

科目编号:70-443

科目名称:Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005

描述:
70-443 考试是 Microsoft 公司的 Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005 认证考试官方代号,kaoccna 的 70-443 权威考试题库软件是 Microsoft 认证厂商的授权产品,kaoccna 绝对保证顺利通过,否则承诺全额退款!
Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005 认证作为全球IT领域专家 Microsoft 热门认证之一,是许多大中 IT 企业选择人才标准的必备条件。 如果你正在准备 70-443 考试,为 Microsoft Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005认证做最后冲刺,又苦于没有绝对权威的考试真题模拟

    mcsepass 实行"一次不过全额退款"承诺。如果您购买我们 70-443 的考题,只要不是首次通过,凭盖有 PROMETRIC 或 VUE 考试中心钢印的考试成绩单,我们将退还您购买 70-443 考题大师的全部费用,绝对保证您的利益不受到任何的损失。

70-443
  • 科目: 70-443
  • 原价: ¥ 806.00
  • 现价: ¥ 644.00

kaoccna 的优势

70-443 试题的质量和价值
mcsepass 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
100% 保证您通过 70-443 的考试
如果你使用 mcsepass 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
试用后再购买
mcsepass 提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性。
kaoccna认证考试题库网专业提供 Microsoft 70-443 最新题库下载,完全覆盖 mcsepass 考试原题。

部分考题展示

 
 
Exam : Microsoft 70-443
Title : Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005


1. You need to implement an auditing strategy that will fulfill the company's business requirements.
What should you do?
A. Use C2 auditing.
B. Use DML triggers.
C. Use DDL triggers.
D. Use event notifications.
Answer: B

2. You need to identify the combinations of the Windows operating system and SQL Server 2005 version that will be the most appropriate for the new R&D configuration, which will include the Research, Parts, and Engineering databases.
Which two combinations will be the most appropriate? (Each correct answer presents a complete solution. Choose two.)
A. Windows Server 2003 Enterprise Edition with SQL Server 2005 Enterprise Edition
B. Windows Server 2003 Datacenter Edition with SQL Server 2005 Enterprise Edition
C. Windows Server 2003 Standard Edition with SQL Server 2005 Enterprise Edition
D. Windows Server 2003 Enterprise Edition with SQL Server 2005 Standard Edition
Answer: B AND A

3. You need to design a strategy for identifying the number of instances that any one SQL Server 2005 computer will support.
What should you do?
A. Specify that each server must have one instance for each customer.
B. Specify that each server must each have only one instance.
C. Specify that each server must have one instance for each database that is hosted on that server.
D. Specify that each server must have one instance for each customer who has one or more databases that are hosted on that server.
Answer: D

4. You are configuring SQL1 so that the distributed query in the Sales database can access data in the CRM database on SQL2. You create a linked server for SQL2, and you create a linked server login that uses impersonation.
Now, you need to ask the network administrator to configure SQL1.
Which two tasks should you ask the administrator to perform? (Each correct answer presents part of the solution. Choose two.)
A. Add the user account that is used by the SQL Server service to the local Administrators group.
B. Enable the Do not trust this user for delegation Active Domain property for the user account that is used by the SQL Server service.
C. Create a Service Principal Name (SPN) for the user account that is used by the SQL Server service.
D. Enable the Trusted for delegation Active Domain property for the user account that is used by the SQL Server service.
Answer: C AND D

5. You need to design the consolidation plan for SQL1, SQL2, and SQL3. You need to identify the appropriate combination of SQL Server instances and SQL Server 2005 computers that are needed to fulfill the company's consolidation plans and security requirements.
Which combination should you use?
A. one SQL Server 2005 computer with one instance
B. two SQL Server 2005 computers, each with two instances
C. two SQL Server computers, one with one instance and one with three instances
D. one SQL Server 2005 computer with two instances
Answer: D

6. You need to design a hosting service option for customers who want to access their databases by using their own Active Directory domain accounts.
What should you do?
A. Design a hosting service option that duplicates each customer's domain user account as SQL Server login account.
B. Design a hosting service option that provides VPN-based connectivity from each customer's network to the SQL Server computer that hosts that customer's database or databases.
C. Design a hosting service option that provides a dedicated server to each customer. Join that server to that customer's Active Directory domain.
D. Design a hosting service option that configures a unique instance of SQL Server 2005 for each customer. Configure that instance to use Integrated Windows authentication.
Answer: C

7. You plan to create a unique nonclustered index on the CustomerID, LastName, and FirstName columns of the CustomerData.Customers table in the CRM database. To aid in estimating the space requirements for the index, you identify the following variables:
You need to identify the most significant additional variable that will increase the estimated index size.
Which additional variable should you identify?
A. current number of rows
B. null bitmap
C. fill factor
D. automatically generated uniqueifier value
Answer: C

8. You need to improve the speed of backups on SQL1. Management has approved the purchase of additional hard disks for this server.
What should you do?
A. Configure the hard disks as a RAID-0 array, and store the backups on this new array.
B. Configure the hard disks as a RAID-5 array, and store the backups on this new array.
C. Configure the hard disks as a RAID-10 array, and store the backups on this new array.
D. Configure the hard disks as a spanned volume, and store the backups on this new volume.
E. Use the hard disks to extend the volume that currently holds SQL Server backups.
Answer: A

9. You need to review the current storage system and decide on the best configuration for the tempdb database on SQL1 to improve tempdb performance. Your solution must ensure that company requirements and policies are fulfilled.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Create a RAID-1 set, and move tempdb to this drive set.
B. Create a RAID-0 set, and move tempdb to this drive set.
C. Set the starting size of tempdb to 3 GB.
D. Create a RAID-0 set, and move tempdb and the user database with the largest index to this drive set.
E. Disable automatic file growth on tempdb.
Answer: C AND A

10. You need to migrate the DeliveryVans, AirlinePreferences, and SeasonalContractors databases into the data center.
What should you do?
A. Install a separate instance of SQL Server 2005 for each of the databases on a single server.
B. Create a SQL Server database for each of the databases in a single instance of SQL Server 2005.
C. Import the data from each of the databases into a single database in an instance of SQL Server 2005.
D. Install a default instance of SQL Server 2005 on three separate servers. Use one server for each of the databases.
Answer: B

11. There are currently no permissions set on the following four objects in the proseware_biz database:
You need to permit the sales_employee database role to retrieve data by using the Sales.GetContact stored procedure.
Which action or actions should you perform? (Choose all that apply.)
A. Grant the SELECT permission on the Sales.Customers object to the sales_employee role.
B. Grant the SELECT permission on the Sales.CustomerContacts object to the sales_employee role.
C. Grant the SELECT permission on the Sales.ContactList object to the sales_employee role.
D. Grant the EXECUTE permission on the Sales.GetContact object to the sales_employee role.
Answer: D

12. You want to consolidate some of the databases onto existing SQL Server computers until additional hardware can be purchased.
You need to identify which of the servers, in its current configuration, can support additional databases. You need to ensure that your solution fulfills the company's security requirements while allowing for future database growth requirements.
Which server and database combination can be used?
A. SQL3 with the OnlineReadOnly and HR databases
B. SQL4 with the TravelOnline and Storefront databases
C. SQL2 with the Storefront and TravelOnline databases
D. SQL2 with the Storefront and HR databases
Answer: D

13. You need to design the consolidation strategy for the Promotions and Partners databases. You want to choose a strategy that results in the best database performance while maintaining the permissions of end users in each database.
What consolidation strategy should you choose?
A. Place each database in a separate instance running on SQL2.
B. Place each database in a separate instance running on SQL3.
C. Place both databases in a single instance running on SQL2.
D. Place both databases in a single instance running on SQL3.
Answer: C

14. You need to improve the performance of the tempdb database on SQL1.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Move tempdb onto a faster disk volume.
B. Increase the initial size of tempdb to 1.5 GB.
C. Increase the size of the data files in the Tracking database.
D. Decrease the file growth increment for tempdb to 25 MB.
E. Use more local temporary tables and fewer global temporary tables in the Tracking database.
Answer: B AND A

联系我们
联系手机:13861768475
MSN:saleintest@hotmail.com
QQ留言 QQ留言

首页 |代考流程 | 常见问题 | 证书查询 | 认证资讯 | 联系我们 | 站点导航 1 2 3 4 | 站点地图

Any charges made through this site will appear as CertBible Tech LTD. All trademarks are the property of their respective owners.

Copyright©2006-2011 mcsepass Limited. All Rights Reserved