精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● 认证工程师>>Microsoft 认证>>试题回忆>>70-210>>最新的70-210试题回忆(2)

主题:最新的70-210试题回忆(2)
发信人: johnsonyang(杨重)
整理人: reynolds(2001-08-20 08:52:56), 站内信件
26. You install a SCSI adapter and a SCSI tape drive on your Windows 2000 Professional computer. Windows 2000 Professional detects and installs drivers for the new SCSI devices. After you restart the computer later that day, the computer stops. What should you do to enable your Windows 2000 Professional computer to start successfully?

A: Start the computer using the Recovery Console.
Disable the SCSI adapter device driver by using the disable command.

27. A user reports that their Windows 2000 Professional computer is running very slowly. What methods can you use to improve performance? (Choose all that apply)

A: Perform a disk analysis, and use disk defragmenter.
Use Disk Clean to delete temporary files and unnecessary program files.

28. You are the administrator of your company’s network. You attempt to install a printer driver on a Windows 2000 computer for a user named Linda. You receive the following error message: ”Error 11 – Cannot install printer driver.”
The driver was originally downloaded from the printer manufacture’s Web site. You have successfully used the driver in the past on other Windows 2000 Professional computers.
You want to configure Linda’s computer to check for driver integrity and to allow you to install this printer driver.
What should you do?

A: Use the Print troubleshooter.
Configure the computer to prevent the installation of unsigned drivers.

29. Users in your company use English, French and Spanish create document and to communicate with vendors internationally. Users run the Russian localized edition of Windows 2000 Professional on their desktop and portable computers. Natasha wants to create a word processing document in both English and Spanish by using Notepad in Windows 2000 Professional. What should you do?

A: Have Natasha use the Regional Options in Control Panel to add input locales and keyboard layouts/ IME for both English and Spanish.

30. You are using Windows Installer to deploy an application. A Group Policy Object (GPO) is created for the Accounting OU. During the deployment, some users in the Accounting OU report that the installation aborts, while others report that the software shows general protection fault errors. What should you do?

A: Repackage and redeploy the application’s .MSI file to the Accounting OU.

31. User reports some shortcuts on Start menu are hidden. They want to display all start menu.

A: In Taskbar and Start Menu Properties, clear User Personalized Menus.

32. You have installed and configured fax service on your Windows 2000 Professional computers. A user states that she is not able to receive faxes, but can send them. What should you do?

A: Use the Fax Service Management tool to enable the device to receive faxes.

33. You have a Windows 2000 Professional portable computer that is shared by users in one of your departments. You want to configure a roaming user profile so that users can logon from any location including by using a dial-up connection. You log on to the computer by using the local Administrator account. You create user accounts for the users. When you attempt to configure each individual user account profile to be a roaming profile, you fail. What should you do?

A: Connect the portable computer to the network, and configure the user accounts for a roaming user profile.

34. How do you stop the printer from notifying you when a print job has printed?

A: In the server properties of the Printers system folder, clear the Notify when remote document has been printed option.

35. You have configured accessibility options for a user. Everything seems to be working correctly. The user leaves his computer and when he returns, none of the accessibility options work anymore. What should you do?

A: On the General tab of Accessibility Options, disable “Turn off Accessibility features after idle for X minutes”.

36. You configure your PC using static IP. You configure DNS server 10.1.1.5. You are unable to connect network resources by name. You run Ipconfig/all. You see DNS server address is 0.0.0.0 .
How can you resolve this problem?

A. Stop and Restart DNS client service.
B. Add 10.1.1.5 to DNS server list on TCP/IP advanced properties tab.
C. Add A(host) record for the computer to the DNS server zone file.
D. Configure DHCP server to have a DNS server address of 10.1.1.5

My choice is B.

37. You want to create a shared Internet connection on your network. Users should not have any permission other than HTTP and FTP access. How should you configure the port settings?

A: Configure HTTP port settings to 80.
Configure FTP port settings to 21.

38. You use your Windows 2000 Professional computer to transfer 20 large files. Each file is 100 MB in size. You want to copy the files from a UNIX server in your branch office to a computer running SQL Server at the main office. When you copy the files by using Windows Explorer, the connection times out and the file copy is aborted. You want to monitor the performance of TCP/IP of your computer. What should you do?

A: Install SNMP. Use the Performance Console to view all the counters of the TCP objects.
(The other answer: Install network monitor agent, use performance console and review Fragmented Datagrams/Sec.)

39. You install Windows 2000 Professional at home. You create a new dial-up connection to connect to your company’s RAS. The connection uses both of your external modems and Multilink to bind the modems together. You start the dial-up connection and connect to the RAS. You notice that only one of the modems is connected to the RAS. What should you do?

A: Configure the company’s remote access server to accept Multilink connections.

40. You want to connect company network from Windows 2000 Professional in home. You have ISDN for internet connectivity. You create a VPN connection, be able to connect successfully to company network. While connected to the company network, you are unable to access Internet. How can you resolve this problem?
Your choices are:
A. Configure ISDN use SLIP Instead of PPP
B. Wrong answer
C. Clear Use default gateway on remote network
D. Install and configure SAP Agent Service

My choice is C. How about D?

41. You have a network include three segments. Client2 is in Accounting segment, IP address is 10.10.167.4. The router port to Accounting segment is 10.10.164.3. ServerE is in Management segment, IP address is 10.10.30.20. The router port to Management is 10.10.30.1. The computers in the Management segment can connect SeverE. But Client2 can’t connect to ServerE. You ping ServerE from Client2. You’ve got the error message: ”Reply from 10.10.164.3; Destination host unreliable”. What cause this problem?

A: Router Configuration

42. You want to map drive G to default admin share on drive C of server AppSrv. How can you do that?

A: Run net use G: \\AppSrv\c$ command

43. You configure for ICS TCP/IP filtering.
TCP Ports   PermitOnly  23  80  139
UDP Ports   PermitOnly  21  53  137
User can access Website, but can’t use FTP. What should you do able access to FTP?

A: Add Port 21 to TCP Ports Section

44. You need to print from a 16-bit application to a network printer Printer02. Printer server name is PrtSrv. This application allow you to print only to a local LPT port. There are two printers attached to Local LPT1, LPT2. Need to be able print to network printer and both local printers. You install the driver for network printer. What must you next to do?
Your choices are:
A. Create New Local printer port PrtSrv\Printer02, configure printer to use port
B. Create New Local printer port PrtSrv\Printer02, set option to print directly to printer, configure printer to use port
C. net use Lpt3 \\PrtSrv\Printer02
D. net print \\PrtSrv\Printer02

My choice is A. I’m not sure.

45. You have an employee named Drew leaving your company. A new employee named Adam will replace him. Drew has a local user account on a Windows 2000 Professional computer, with rights and permissions to multiple files and folders on the computer. You want Adam to have the same rights and permissions. What should you do?

A: Rename Drew’s user account to Adam, and change the account password.
 
46. You want a certain group of your Windows 2000 Professional computers to be able to communicate with other Windows 2000 computers on your network. However, you do not want the computers to communicate with computers that are not running Windows 2000. How should you configure a security policy on each computer to ensure that the computers can only communicate with other Windows 2000 computers?

A: Use Security Configuration and Analysis to import the HISECWS.INF security template file to modify the security settings.
Notes:
High Secure The High Secure template increases the security defined by several of the parameters in the secure template. For example, while the Secure template might enable SMB Packet Signing, the High Secure template would require SMB packet signing. While the Secure template might warn on the installation of unsigned drivers, the High Secure template blocks the installation of unsigned drivers. In short, the High Secure template configures many operational parameters to their extreme values without regard for performance, operational ease of use, or connectivity with clients using third-party or earlier versions of NTLM. The High Secure template also changes the default access permissions for Power Users to match those assigned to Users. This allows administrators to grant Users privileges reserved for Power Users, such as the ability to create shares, without having to give those users unnecessary access to the registry or file system. The High Secure template is primarily designed for use in an all-Windows 2000 network because the settings require Windows 2000 technology. Using High Secure templates in an environment with Windows 98 or Windows NT can cause problems.


47. You have update your Windows NT Workstation to Windows 2000 Professional. You used to run some applications before update. But you can’t run now though you reinstall these applications. How can you resolve this problem? (not word by word)
A: Use Security Configuration and Analysis to import the SECUREWS.INF security template file to modify the security settings.
I’m not sure. I’ve saw this question before somewhere, but I can’t find it now.
Notes:
Secure The Secure template focuses on making operating system and network behavior more secure by changes such as removing all members of the Power Users group and requiring more secure passwords. The secure template does not focus on securing application behavior. This template does not modify permissions, so users with the proper permissions can still use legacy applications, even though all members are removed from the Power Users group by defining the Power Users group as a restricted group.
48. You need to encrypt a compressed file. You successfully encrypt the file, but discover that the file is no longer compressed. Why?

A: Encrypted files can’t be compressed

49. You have update your Windows NT Workstation to Windows 2000 Professional. You use the default security settings. You used to run some applications before update. But you can’t run now. How can you resolve this problem? (not word by word)
Answer1: Use Security Configuration and Analysis to import the SECUREWS.INF security template file to modify the security settings.
Answer2: Use Security Configuration and Analysis to import the COMPACT.INF security template file to modify the security settings.
Notes:
Compatible Some customers might not want their users to be Power Users in order to run applications that are not compliant with the Windows 2000 application specification. They might not want this because Power Users have additional capabilities (such as the ability to create shares) that go beyond the more liberal access control settings necessary to run legacy applications. For customers who do not want their end users to be Power Users, the Compatible template opens up the default access control policy for the Users group in a manner that is consistent with the requirements of most legacy applications. A computer that is configured with the Compatible template must not be considered a secure installation.

50. You have configured a dial-up server on your network that will support Certificate Authentication. A user wants to use Smart Card authentication to log on to the network with her laptop. The laptop has a Smart Card reader and the applicable drivers installed. You give her a Smart Card to use, what else do you need to do?

A: Configure the inbound dial-up connection to use EAP and select Smart Card authentication.


[关闭][返回]