[计算机类试卷]微软认证70-228模拟试卷4及答案与解析.doc
《[计算机类试卷]微软认证70-228模拟试卷4及答案与解析.doc》由会员分享,可在线阅读,更多相关《[计算机类试卷]微软认证70-228模拟试卷4及答案与解析.doc(16页珍藏版)》请在麦多课文档分享上搜索。
1、微软认证 70-228模拟试卷 4及答案与解析 1 You are the administrator of a database that contains 64 lookup tables. These tables store static data that should not change. However, users report that some of this data is being changed. You need to prevent users from modifying the data. You want to minimize changes to y
2、our security model and to your database applications. How should you modify the database? ( A) Create a filegroup named LOOKUP. Move the lookup tables to this filegroup. Select the read only check box for the filegroup. ( B) Create a database role named datamodifier. Grant SELECT permissions to the
3、datamodifier role. Add all users to the role. ( C) Deny INSERT, UPDATE, and DELETE permissions for all users. Create stored procedures that modify data in all tables except lookup tables. Require users to modify data through these stored procedures. ( D) Create a view of the lookup tables. Use the v
4、iew to allow users access to the lookup tables. 2 You are the administrator of a SQL Server 2000 computer. The server contains a database named inventory. The database has a Parts table that has a field named InStock. When parts are shipped, a table named PartsShipped is updated. When Parts are rece
5、ived, a table names PartsReceived is updated. The relationship of these tables is shown in the exhibit. You want the database to update the InStock field automatically. What should you do? ( A) Add triggers to the PartsShipped and the PartsReceived tables that update the InStock field in the Parts t
6、able. ( B) Create a user-defined function those calculations that calculates current inventory by running aggregate queries on the PartsShipped and PartsReceived tables. ( C) Use a view that creates an InStock as a part of an aggregate query. ( D) Create stored procedures for modifying the PartsRece
7、ived and the PartsShipped tables that also modify the InStock fielding the parts table. Use these procedures exclusively when modifying data in the PartsReceived and the PartsShipped tables. 3 You are the administrator of a SQL Server 2000 computer. The server contains a database named MedicalRecord
8、s. You have recently added a hard disk to the server and configured the database.The data files are configured as shown in the Database Properties exhibit. The database is configured as shown in the Database Schema exhibit.Each primary key is clustered. All foreign keys contain nonclustered indexes.
9、 You want to use the space on the new hard disk to make the database respond more quickly to queries.What should you do? ( A) Re-create the Notes table on the SECONDARY filegroup. ( B) Re-create the nonclustered indexes on the SECONDARY filegroup. ( C) Re-create the Patients and Doctors tables and t
10、heir indexes on the SECONDARY filegroup. ( D) Re-create the Cases and Notes tables and their indexes on the SECONDARY filegroup. 4 You are the administrator of a SQL Server 2000 computer. You are creating a data transformation services package. As the first step in this process, you need to load dat
11、a from text files into a database table. These text files contain data on new stores that join your franchise. The text files list the data columns in the following format StoreID, StoreName, Address, City, State, PostalCode, ManagerID, StoreTypeID, FacilityID.The destination table is configured as
12、shown in the exhibit. You want to load the data into the table as quickly as possible. What should you do? ( A) Use a Bulk Insert Task to read the data into a temporary table. Use an Execute SQL task to import the appropriate data into the destination table. ( B) Create and edit a format file to sel
13、ect the columns you want to import. Use a Bulk Insert Task, and then specify the format file to import the appropriate data into the destination table. ( C) Use a transform data task to import the data. Use Microsoft ActiveX transformation scripts to write the appropriate data to the appropriate col
14、umns in the destination table. ( D) Create and edit a format file to select the columns you want to import. Use a transform data task, and then specify the format file to import the appropriate data into the destination table. 5 You are the administrator of a SQL Server 2000 computer. The server con
15、tains confidential information about contracts on which your company has placed bids. Company policy requires that bid information be removed permanently from the database one year after the bid closes. You need to comply with this policy and minimize server overhead. What should you do? ( A) Create
16、 a Data Transformation Services (DTS) package to remove bids that have a closing data older than one year. ( B) Create a trigger to delete any bids that have a closing data older than one year. Bind the trigger to the bids table for all INSERT, UPDATE, and DELETE events. ( C) Create a stored procedu
17、re to delete any bids that have a closing data order than one year. Use SQL server agent to schedule the stored procedure to run every night. ( D) Create a view that contains a WHERE clause to exclude bids that have a closing date older than one year. 6 You are the administrator of a SQL Server 2000
18、 computer. The server contains a database named Sales. The database will store sales transactions. Retail locations must be able to add transactions to the database 24 hours a day every day. The server is configured as shown in the exhibit. You need to configure the data files and transaction log fo
19、r the Sales database. What should you do? ( A) Place the transaction log on physical disk 0 and the data file on the RAID-5 disk array. ( B) Place the transaction log on the RAID-5 disk array and the data file on physical disk 0. ( C) Place the transaction log and the data file on physical disk 0. (
20、 D) Place the transaction log and the data file on the RAID-5 disk array. 7 You are the administrator of two Microsoft Windows 2000 computers. One computer is running Internet Information Services (IIS), and the other is running SQL Server 2000. Company partners need to connect by means of the Inter
21、net and query data stored on the SQL Server computer. Some of these partners have computers that do not use Microsoft operating systems or Web browsers. You need to configure the IIS and SQL Server 2000 computers to allow access to data by means of the IIS virtual directory. IIS uses Basic Authentic
22、ation to allow access to the virtual directory. Only company partners should have access to the SQL Server computer by means of the Internet. The partners should not be allowed to make ad hoc queries. You want to be able to audit successful and failed logins to the SQL Server computer. You want to a
23、llow the partners access to the SQL Server computer while keeping your security scheme as simple as possible. Which two actions should you take? (Each correct answer represents part of the solution. Choose two.) ( A) Configure the IIS virtual directory to allow URL queries. ( B) Configure the IIS vi
24、rtual directory to allow template queries. ( C) Create a new Windows user account. Create a corresponding Windows Authenticated login on the SQL Server computer. Configure the IIS virtual directory to always use this login when connecting to the SQL Server computer. ( D) Create a Windows Authenticat
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 试卷 微软 认证 70228 模拟 答案 解析 DOC
