MCSE

单选题You are the desktop administrator for your company's sales department. Susan is a user in the sales department. Susan's computer currently runs Microsoft Windows NT Workstation 4. 0.  Susan uses a legacy application that is compatible with only Windows

题目
单选题
You are the desktop administrator for your company's sales department. Susan is a user in the sales department. Susan's computer currently runs Microsoft Windows NT Workstation 4. 0.  Susan uses a legacy application that is compatible with only Windows NT Workstation. You want to install Windows XP Professional on Susan's computer. You plan to set up a dual-boot configuration so that Susan can run either Windows XP Professional or Windows NT Workstation. Susan's computer has two hard disks, named drive C and drive G. You install Windows XP Professional on drive G. After Windows XP Professional is installed, Susan reports that Windows NT Workstation is no longer available. You need to ensure that both operating systems are available on Susan's computer. What should you do?()
A

Insert the Windows XP Professional CD-ROM into the computer. Run the Sfc.exe /scannow command.

B

Insert the Windows XP Professional CD-ROM into the computer. Run the Winnt32. exe /cmdcons command.

C

Start the computer by using an MS-DOS bootable floppy disk. Run the Attrib.exe -r -h -s c:/bootsect.dos command.

D

Start the computer by using the Windows XP Professional CD-ROM. From the Recovery console, run the Bootcfg /rebuild command.

参考答案和解析
正确答案: B
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

All servers on your company’s network run Windows Server 2008 R2. All client computers run Windows Vista.  The company is planning to virtualize an application that is CPU intensive and that runs only on Windows Vista and Windows 7. You need to recommend a virtualization solution that minimizes the use of CPU resources on the server.    Which technology should you recommend?()

  • A、Remote Desktop Services (RDS)
  • B、Microsoft Application Virtualization (App-V)
  • C、Microsoft Virtual Desktop Infrastructure (VDI)
  • D、Microsoft Enterprise Desktop Virtualization (MED-V)

正确答案:B

第2题:

You are the desktop administrator for your company's sales department. The IT manager for the sales department needs to distribute three custom applications to the department's Windows XP Professional computers. She deploys these applications by using Group Policy. Some users report that they must log on several times before the newly deployed applications are present on their computers. You need to ensure that all software is deployed the next time the users log on. What should you do?()

  • A、Enable the Always wait for the network at computer startup and logon policy.
  • B、Enable the Always use classic logon policy. 
  • C、Enable the Turn off background refresh of Group Policy policy.
  • D、Enable the Group Policy slow link detection policy. 

正确答案:A

第3题:

You are the database administrator for a retail company. The company owns 270 stores. Every month, each store submits approximately 2,000 sales records, which are loaded into a SQL Server 2000 database at the corporate headquarters.

A Data Transformation Services (DTS) package transforms the sales records, as they are loaded. The package writes the transformed sales records to the Sales table, which has a column for integer primary key values. The IDENTITY property automatically assigns a key value to each transformed sales record.

After loading this month's sales data, you discover that a portion of the data contains errors. You stop loading data, identify the problem records, and delete those records from the database.

You want to reuse the key values that were assigned to the records that you deleted. You want to assign the deleted key values to the next sales records you load. You also want to disrupt users' work as little as possible.

What should you do?

A.Export all records from the Sales table to a temporary table. Truncate the Sales table, and then reload the records from the temporary table.

B.Export all records from the Sales table to a text file. Drop the Sales table, and then reload the records from the text file.

C.Use the DBCC CHECKIDENT statement to reseed the Sales table's IDENTITY property.

D.Set the Sales table's IDENTITY_INSERT property to ON. Add new sales records that have the desired key values.


正确答案:C
解析:Explanation: DBCC CHECKIDENT is used to check the current identity value for the specified table. It can be set to correct the identity value by specifying the RESEED option with DBCC CHECKIDENT.

Note: Example:
Assume that we have a table called test with an identity column with seed (1,1) and 1000 rows and that we delete row 901 to 950. We could then issue the command
DBCC CHECKIDENT (test, reseed, 900)

And load the 50 missing rows. These rows would get the values 901, 902, …,950 in the identity column.
We should then set the identity value to 1000 again:
DBCC CHECKIDENT (test, reseed, 1000)

So that the next new row will have identity 1001.

Incorrect Answers:
A: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.
B: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.

D: The SET IDENTITY_INSERT command allows explicit values to be inserted into the identity column of a table. To reuse the old key values from the rows that was deleted would require manual commands and would be awkward. This is not the best solution.

第4题:

You are the desktop administrator for your company. Your company’s software developers use Windows XP Professional and IIS on their client computers to develop Web-based applications. All client computers use Microsoft Internet Explorer 6. 0 or later as their Web browser. One of the developers reports that he can no longer access the Web-based application on his desktop by using his Web browser. When you attempt to access the application by using your Web browser, you receive the following error message: “Cannot find server or DNS Error.” You verify that the World Wide Web Publishing Service is started on the developer’s computer. You also verify that you are using the correct URL to access the developer’s computer by using your Web browser. You need to ensure that the developer can access the Web application by using his Web browser. How should you configure the developer’s computer?() 

  • A、Start the default Web site.
  • B、Start the IIS Admin Service.
  • C、Run the IPconfig /registerdns command.
  • D、In the default Web site properties,disable the host header setting.

正确答案:A

第5题:

You are the administrator of your company's network. You want to configure a Security Policy for the Windows 2000 Professional Computers that are in the sales department.   On one of the computers, you use Security Templates to configure the Security Policy based on the desired security settings. You then export those settings to an .inf file that will be used on all of the Computers in the sales department. You want to configure each Computer to have a customized Security Policy. What steps should you follow in order to achieve your goal?()

  • A、Use Secedit.exe to import the security settings from the .inf file to the computers in the sales department.
  • B、Use a text editor to change the default security settings to the desired security settings. Then export those settings to the Computers in the sales department.
  • C、Create an organizational unit (OU) named Sales. Add the users in the sales department to the Sales OU. Then apply the security template to the users in the Sales OU.
  • D、Create an organizational unit (OU) named Sales. Add the computers in the sales department to the Sales OU. Then apply the security template to computers in the Sales OU.

正确答案:D

第6题:

You are the network administrator for Company.  Your Windows 2000 Professional computer contains a single hard disk configured with two NTFS partitions C and D. You want to move a folder named Sales from the C partition to a folder named Corp on the D partition.  You want the files in the Sales folder to still be compressed after moving the folder. You want the files in the Corp folder to remain uncompressed. You want to ensure that the files are recoverable in case of any disk problems. You also want to move the files with the least amount of administrative effort.   What should you do?()

  • A、 Back up the Sales Folder.      Move the Sales folder to the Corp folder.     Compress the Sales folder. 
  • B、 Back up the Sales folder.      Copy the Sales folder to the Corp folder. 
  • C、 Copy the Sales folder to a second computer.     Then move the Sales folder to the Corp folder. 
  • D、 Run the command xcopy.exe c:/Sales d:/Corp /S /C

正确答案:A

第7题:

Your company has an Active Directory domain that has an organizational unit named Sales. The   Sales organizational unit contains two global security groups named sales managers and sales  executives.    You need to apply desktop restrictions to the sales executives group. You must not apply these desktop  restrictions to the sales managers group. You create a GPO named DesktopLockdown and link it to the  Sales organizational unit.   What should you do next()

  • A、Configure the Deny Apply Group Policy permission for the sales managers on the DesktopLockdown  GPO.
  • B、Configure the Deny Apply Group Policy permission for the sales executives on the DesktopLockdown  GPO.
  • C、Configure the Deny Apply Group Policy permission for Authenticated Users on the DesktopLockdown  GPO.
  • D、Configure the Allow Apply Group Policy permission for Authenticated Users on the DesktopLockdown  GPO.

正确答案:A

第8题:

You are the domain administrator for your company. Roaming profiles are enabled for all users in the sales department. Roaming profiles are stored on a server named Server1, in a shared folder named Profiles. Roger is a user in the sales department. Susan is Roger's manager. Susan reports that Roger modifies his desktop settings, which results in the need for help desk assistance and in lost productivity for Roger. You want to ensure that Roger cannot modify his roaming profile. What should you do?() 

  • A、In Active Directory Users and Computers, on Roger's profile tab, change the profile path to //Server1/Profiles/%username%.dat. 
  • B、In Active Directory Users and Computers, on Roger's profile tab, change the profile path to //Server1/Profiles/%username%.man. 
  • C、In Roger's profile on Server1, change the file name of Ntuser.dat to Ntuser.man.
  • D、In Roger's profile on his computer, change the file name of Ntuser.dat to Ntuser.man.

正确答案:C

第9题:

You are the desktop administrator for your company's sales department. Katrin is a user in the sales department. You need to upgrade Katrin's Windows 2000 Professional computer to Windows XP Professional. Philippe is the network administrator. He previously downloaded updated Setup files and placed them on a server named Server1, in a shared folder named Updates. Philippe has successfully installed computers by using these updated Setup files. You want to ensure that these updated Setup files are automatically installed on Katrin's computer during the upgrade.  Which command should you run to start Setup?() 

  • A、Winnt32. exe /dushare://server1/updates
  • B、Winnt32. exe /copydir://server1/updates
  • C、Winnt32. exe /duprepare://server1/updates
  • D、Winnt32. exe /copysource://server1/updates

正确答案:A

第10题:

Your company has an Active Directory domain that runs Windows Server 2008 R2. The Sales OU   contains an OU for Computers, an OU for Groups, and an OU for Users. You perform nightly backups. An administrator deletes the Groups OU.    You need to restore the Groups OU without affecting users and computers in the Sales OU.    What should you do()

  • A、Perform an authoritative restore of the Sales OU.
  • B、Perform an authoritative restore of the Groups OU.
  • C、Perform a non-authoritative restore of the Groups OU.
  • D、Perform a non-authoritative restore of the Sales OU.

正确答案:B

更多相关问题