NT Workstation 4.0 Pepe
Hi Everyone here is my Braindump it is a collection of braindumps I have found and used and updated (as I do not have any claims to perfection please check the answers). I hope this will help others as this wonderful site has helped me I passed Workstation with a score of 933/1000.
1: A user wants the option to print large
jobs after hours. How can this be done?
2: You are tasked to setup up 80 identical workstations and 20 identical notebooks. You must install Windows NT Workstation 4.0 and WordPerfect on all 100 computers. All the computers will be clients in a single domain, Sales.
Required result: You must automate the process of installing Windows NT Workstation 4.0 on all 100 computers.
Optional results: You want to automate the process of installing WordPerfect on all 100 computers. All 100 computers should join the Sales domain during the installation of Windows NT Workstation 4.0.
SOLUTION: Create two answer files and two UDF files. In the [Unattended] section of the answer files add the line: "OemPreinstall=Yes" In the [Network] section of the answer files add the line: join Domain=Sales" Use Windiff exe Isnap to take a snapshot of the reference computer. Install the applications (Windows NT Workstation 4.0 & WordPerfect) on the reference computer Use the Windiff exe Idiff to create the difference file, then use Windiff exe apply to run the difference file. Start the installation process by using the "winnt.exe" command with the appropriate answer files and UDF files.
Which results does the proposed solution produce?
3: You must print to a NetWare printer. How
do you disable the blank page at the end of each print job?
4: RAS server with 3 modems and Multilink enabled. Administrator implements Callback Security on the server. How does it work?
A: RAS server recalls with three different telephone numbers.
B: RAS server recalls with one telephone number.
C: RAS server recalls with two telephone numbers only
D: It doesn't work
5: How can you implement security on your
Workstation after 15 minutes of inactivity?
6: You must optimise your Workstation. The requirement is to speed up access to your hard disks and files?
Proposed Solution:
7: What protocol do you need to use a MAC
printer?
8: A system policy is set for a group with
50 members. 3 users do not notice any changes. Why?
9: What is the smallest activity that can
be scheduled by the processor?
10: You are running three integrated Windows16-bit applications on your Windows NT Workstation computer. These applications use shared memory blocks to communicate with each other. When one of the three integrated applications halts, it stops the execution of all 16-bit Microsoft Windows-based applications that are running. You want to continue using the three integrated applications, but you want to keep them from interfering with other 16-bit applications. How can you do this?
A: Run the one application that halted in a separate memory space. Run all of the others in the default memory space.
B: Run the three integrated application in the default NTVDM, Run all others in a their own NTVDM.
C Run each application in a separate memory space.
D Run each of the three integrated application
in its own separate memory space. Run all others in the default memory
space.
11: You have a Workstation dual booting between
NTWS and DOS with one FAT partition. How do you remove NT?
12: You want to install your networking protocols,
however you do not yet have a network adaptor card. What can you use?
13: Where would you install a sound card with
MIDI support?
14: What two utilities can you use to see
memory utilization?
15: Which of the following is used to search for the value of a key in the registry?
A: regedit.exe
B: regedt32.exe
C: Poledit.exe
D: System policy editor
* The main difference between regedit and
regedit32 is that 32 can only search for keys in the registry, and regedit
can search for strings, values, etc
16: How can a user share a directory on his
Workstation?
17: How can a Workstation join a domain during
installation?
18: After restarting Windows NT Workstation, monitors show a blank blue screen without text and the computer stops responding. You discover that an incorrect driver was just installed. What should you do to correct the problem?
A Call the manufacturer to request an NT compatible driver
B Use the Last Known Good Configuration to restart your system and correct the problem.
C: Use the emergency repair disk
19: How do you give a user who is taking over
from a retiree all the retiree's previous permissions?
20: How do you change a password on a Netware
server?
21: What is required to have TCP/IP addresses
configured dynamically and automatically?
22: You have an NT Workstation connected to 2 routers, you want the NT Workstation to be able to route, which of the following do you have to install:
A: IP
B: Subnetmask
C: Default Gateway
D: DHCP
*Note, if not routed, all you need is IP and
subnet mask.
23: What Control Panel applet is used to configure
modems?
24: What two things do you need to print to a TCP/IP printer on a network?
A: Hostname + IP-address
B: Hostname + subnetmask
C: IP-address + printername
D: Printername + hostname
25: What protocol/service do you need to send TCP/IP trap messages to another computer?
A: SNMP
B: Simple TCP/IP services
C: NWlink
D: Network monitor agent
E: DHCP
26: One computer used by three users. They want their files securely and own their individual desktop setting. What THREE steps must you do for them?
A: Create one account for each user
B: Create one account for three user to share
C: Create one profile for each user
D: Create home directory for each user on NTFS partition.
E: Create home directory for each user on FAT partition.
F: Create home directory for each user on HPFS partition.
G: Set permission to each user to let them
exclusive access their own home directory.
27: There are 20 laptop computers and 50 desktop computers. You want to install NT workstation 4.0 and five applications on them.
Required: Auto install NT
Optional: Auto install applications Join them to domain CORP
Solution: Create one SETUP.INF. Create UDF file for them. Install one computer with NT. Run Sysdiff.exe /snap. Install five applications. Run Sysdiff.exe /diff to create diff file. Install all the other computers with the Unattended.txt file. Use Sysdiff.exe /apply to auto install applications.
A: Solution meets the required and all the optional.
B: Solution meets the required and only one the optional.
C:. Solution meets the required and no optional.
D: Solution does not meet the required.
28: One Lan that has both Novell and NT servers. 1 workstation running NT 4 - what two protocols do you need to install so that the workstation can use the resources on both servers.
1: TCP/IP
2: Nwlink
3: CSNW
4: GSNW
Note: Watch out for the word protocol. CSNW
and GSNW aren't protocols! Also, remember that with only NWlink, your NT
client can still access client/server apps on the NW server, without CSNW
being installed. Installing CSNW enables your NT client to access file
and print shares on the NW server.
29: Situation (Long): You are planing to reconfigure an NT Workstation with 32 MB RAM for optimum speed of access to its local (mainly graphic data) files for other computers in the same LAN. You have there a SCSI controller with 4 disks of 2 GB each.
Required result: To optimise performance for optimum speed of access to local data files.
Optional results: Reconfigure for optimum speed of access to paging file. Optimise network access performance.
Proposed solution: Configure the first hard disk as boot partition. Configure the other 3 disks as a strip Set. Use NTFS on all partitions. Place data on the strip Set. Place paging file strip Set. Configure order of protocols at bottom The solution produces:
A: The required result and 2 of the optional results. [
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results.
30: The printing job of Invoices is sent to a printer and it jams in between. The program will not allow to re-submit the job to the printer, what you will do to rectify this problem?
A: Select resume from document menu
B: Select restart from document menu
C: Select cancel from document menu and then restart
D: Select refresh from view menu and then
resume
31:Installing NT Workstation with NT Server stores the files. Which 3 files do you need?
A: Setup.inf
B: UDF
C: sysdiff
D: unattend
E: windiff
F: Poledit
32: Which three files to use when performing
unattended installation with identical applications installed?
33: You want to automate the installation of 20 laptops and 50 PCs.
Required: Automate the installation of applications on 70 computers
Optional: Automate installation standard suit of win32 based application You want to configure all computers to join CORP domain during installation
Solution. - 2 answer files, 1 UDF, use Windiff
A: The required result and 2 of the optional results. [
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results
34: You want to automate the installation of 20 laptops and 50 PCs.
Required: - Automate the installation
Optional: - Automate installation of apps. Make it join a domain during installation
Solution: Create an unattend file with the appropriate lines included to join the workgroup for both platforms. Create a udf file. Use sysdiff to make a difference file. Apply the difference file.
A: The required result and 2 of the optional results. [
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results
35: -You need to install Windows NT Workstation on 35 identical new laptop computers and on 55 identical new desktop computers. They will all be members of a domain named SALES.
Required Result: You must automate the installation of Windows NT Workstation on the computers.
Optional Desired Results: You want all of the computers to join the SALES domain during the installation process. You want to automate the installation of a standard suite of applications on all the computers.
Proposed Solution: Create one Setup.inf file to be used for all computers. Create one Uniqueness Database file(UDF) that contains the unique hardware configuration options for each computer. Install Windows NT Workstation on one computer. Use Sysdiff.exe to take a snapshot of the system, install the suite of applications on this computer, and then use sysdiff.exe again to create a difference file. Automate the installation of NT Workstation on all of the other computers by using the Unattend.txt file and the appropriate portions of the UDF. Automate the installation of the suite of applications on all of the other computers by using Sysdiff.exe and the difference file that was created earlier.
A: The proposed solution does not produce the required result.
B: The proposed solution produces the required result and both of the optional desired result.
C: The proposed solution produces the required result and only one of the optional desired result
D: The proposed solution produces the required
result but does not produce either of the optional desired result.
36: -You are installing Windows NT from a CD-ROM. You get the following message "copysinglefile, non-critical error, could not copy file" What could be the problem?
A: Your disk is full
B: The CD-ROM is not on the HCL list
C: The file already exists
37: -Your NT Workstation 3.51 computer has a 33 MHZ, 386 processor and 16 Megabytes of RAM. You want to upgrade the computer to NT Workstation 4.0, and you want all of the application settings to be the same in Windows NT Workstation 4.0 as they were in Windows NT Workstation 3.51. How should you install Windows NT Workstation 4.0?
A: Install NT Workstation 4.0 in the same directory and choose the Upgrade option, then backup all data files. Repartition and format the hard disk, and then install NT Workstation and all applications. Customise the user's profile settings and restore all data files.
B: You cannot successfully upgrade this computer to Windows NT Workstation 4.0.
C: Install NT Workstation 4.0 in a different directory than Windows NT Workstation 3.51. Manually reinstall all applications and recreate all of the user's profile settings.
D: Install NT Workstation 4.0 in a different
directory than Windows NT Workstation 3.51. Use convert.exe to migrate
all of the application settings and users profile settings to NT WS 4.0
38: When selecting msdos on a dualboot-machine
you get an error " non-system disk or disk error"
39: You want to set the boot delay time to 10 seconds. How should you proceed? Choose all that apply
A: Edit Boot.ini to set timeout to 10 seconds
B: Use Control Panel | System Properties | Startup - Shutdown tab
C: Use system properties
D: Edit HKEY_CONFIG in the registry
40: Choose two utilities to monitor processor activity
A: Windows NT Diagnostics
B: Event Viewer
C: Task Manager
D: Performance Monitor
41-How to create a dumpfile if an application
crashed. (They show you 2 screenshots of Dr. Watson and the System-applet.
You have to put a crosshair on the correct position)
42: -What would you enable to record a memory
dump following an application failure? You are supposed to place a target
with crosshairs on the correct area
43: - Your computer has NT 3.51 and uses HPFS.
How do you install NT 4.0 and preserve security?
44: How do you start the command "ntbackup /r /e" with low priority?
A: net start /low ntbackup /r /e
B: start /low ntbackup /r /e
C: cmd /low ntbackup /r /e
D: run /low ntbackup /r /e
*You may see this question ask for low and
minimized... in which case it would be start /min /low ntbackup /r /e
45: On your workstation you have installed
TCP/IP protocol, you want ftp on your workstation, what you have to install
on your workstation to enable FTP?
46: Configuring Dial Up Networking (DUN) to connect to an ISP. How to establish an IP address for your machine?
A: The account will use your default IP address already established
B: Connect to ISP's PPP server and request an IP address
C: Configure the IP address in the phonebook
entry of the DUN configuration
47: You have an NT Workstation connected via Internet to an NT Server that has a DNS name of "sales.datum.com" and a printer with the name "reports". How do you refer to the resource in order to map it?
48: You want to allow your windows NT workstation computer to resolve Unix host names to IP addresses on your corporate intranetwork. Which TCP/IP option should you configure?
A: Scope ID
B: default gateway
C: The IP address of DNS server address
D: BOOTP server address
49: Most of the client workstations use NetBEUI protocol to communicate with Server. You want to increase the network performance. Where the binding order would you change?
A: In Server in >>>>Network->Binding->Server->NetBEUI on the top
B: In Server in>>>>Network->Binding->Workstation->NetBEUI on the top
C: In Workstation in>>>>>Network->Binding->Server->NetBEUI on the top.
D: In Workstation in>>>>Network->Binding->Workstation->NetBEUI
on the bottom
50: You installed Client Service for NetWare on a Windows NT workstation. Which networking tasks can be performed from the computer? (Choose all that apply)
A: Allow NetWare client computers to use shared directories and printers on your NT WS computer.
B: Connect to volumes or directories on a NetWare Server.
C: Connect to print queues on a NetWare Server.
D: Connect to NetWare 4.1 volumes on servers that do not run bindery emulation
E: Run the NetWare 3.12 syscon utility from your Windows NT WS computer
F: Run NetWare login scripts during the logon process.
G: Function as a Gateway to the NetWare server
for other Windows NT WS computers that do not have CSNW installed.
51: You want to access an oracle database
running on a netware server. What must be loaded on your workstation?
52: -DAVID L is a member of users group and wants to share a FAT folder from his machine running NTW. How he can share it, so that Everyone special group will get read permission to that folder?
A: Login as Administrator, go to Windows NT Explorer, right click the folder, share it & assign the permission
B: Login as DAVID L, go to Windows NT Explorer, right click the folder, share it & assign the permission.
C: Login as DAVID L and use User Manager .to
change the share permission's
53: -Your computer is member of a workgroup. You want to map a network drive to a share on a server PDC in the XYZ domain. The server has had the guest account disabled. Choose two options.
A: Log on to your workstation using your domain user account
B: Log on to your workstation using the account of a domain member
C: In the log on box choose the domain name
D: In the map network drive box in explorer choose "log on using account" option
E: In the map network drive box in explorer
choose "connect as" option
54: -NT Workstation - member of workgroup RESEARCH. You want to map a network drive on your computer to a NT Server in the CORP domain. The Guest account is disabled in the CORP domain. How would you do it? (2 choices)
A: Log onto NT Workstation computer with username from the CORP domain
B: Log onto NT Workstation computer with the same username you would use to access the NT Server computer
C: Select CORP from the Domain drop-down list box in the logon info dialog box
D: Select Connect As in map network drive
and enter the username of an account in the CORP domain
55: - Setting up a replication account and you attempt to log on afterwards and an error appears and you are not allowed to log on. why ? Pick 2
A: You don't have permission to log on as a service.
B: You are not the Administrator.
C: You are not in the server operators group.
D: You failed to change the password.
56: -System Policy and Roaming Profile. What takes precedence?
A: System Policy
B: Roaming Profile
C: Least restrictive combination of the two
D: Most restrictive combination of the two
57: What to do in order to add a path to an
environment variable for a user application?
58: -How do you stop the printer from printing
a blank page between printouts?
59: How do you run 16-bit application to be
more responsive than others do.
60: What happens when you run 16-bit windows based application in its own memory space? Select 2.?
A: Application runs at higher priority
B: Application can be preemptively multitasked
C: Application uses less system memory
D: Application cannot interfere with execution
of other 16-bit windows based apps running at the same time.
61: -You install a 32-bit application that is designed for Windows NT Workstation4.0. This application will use your computer modem. What can you use to configure the modem so that it can be used by the new application?
A: the Add/Remove programs properties dialog box from Control Panel.
B: From the modems properties dialog box from control panel
C: the Dialing properties dialog box from control panel
D: the Adaptors page of the network dialog
box from Control Panel
62: You have several DOS program you want to run under NT. You need to run a TSR that controls the COM port for these DOS program. How do you run MS-DOS the Terminate and Stay Resident (TSR) application?
A: Start it before NT loading
B: . Start it in the default NTVDM
C: . Start it in separate NTVDM
D: . Start it using Autoexec.nt
63: Situation (Long): You are planning to reconfigure an NT Workstation with 32 MB RAM for optimum speed of access to its local (mainly graphic data) files for other computers in the same LAN. You have there a SCSI controller with 4 disks of 2 GB each.
Required result: To optimise performance for optimum speed of access to local data files.
Optional results: Reconfigure for optimum speed of access to paging file. Optimise network access performance
Proposed solution: Configure the first hard disk as boot partition. Configure the other 3 disks as a Volume Set. Use FAT on all partitions. Place data on the Volume Set. Place paging file on the boot partition. Configure binding order of protocols so that most used protocols are at the bottom of the binding order.
The solution produces:
A: The required result and 2 of the optional results.
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results.
64: Your network has 15 workstations and one Windows NT Server computer that is configured as a Primary Domain Controller (PDC). Five of the workstations run Windows NT Workstation and 10 of them run Windows 95. You plan to install a new Intel-based computer on your network. DonaldT, the company president will use it, and other employees will use it when he is not using it. You need to plan for security and choose an operating system for the new computer.
Required Result: Allow DonaldT to secure files and directories on the new computer so that other users can access only the files and directories to which DonaldT has assigned rights to those users.
Optional Desired Results: Allow users other than DonaldT to manage security on only files and directories they have created. Allow DonaldT to control access to the new computer's files, directories and shares by using user accounts and group accounts from the domain.
Proposed Solution: Install Windows NT Workstation on the new computer and configure it to be in a workgroup named EXEC. Configure the new computer to use NTFS. Rename the administrator account to DonaldT. Remove all users and groups other than DonaldT from the Administrators local group on the new computer.
Which results does the proposed solution produce?
A: The required result and 2 of the optional results.
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results
65: You are installing NT and testing the monitor type and the screen goes black. When you reboot you are put back into the monitor type selection screen. What is the problem?
A: Refresh rate
B: Resolution
C: Monitor type
D: Color depth
66: What is needed to print to a HP printer
on the network?
67: You are creating and sharing a new printer on your NT workstation 4.0 Users of Windows 95, workstation 3.5.1 and workstation 4.0 will also use this printer. You need to install printer drivers. What should you do to accomplish this with a minimum of administrative effort?
A: Install appropriate drivers on every computer?
B: Install 4.0 drivers on your computer Install 3.5.1 drivers on workstation 3.5.1 computers Install Windows 95 drivers on Windows 95 computers
C: Install workstation 4.0 and 3.5.1 drivers on your computer Install Windows 95 drivers on Windows 95 computer
D: Install 4.0, 3.5.1 and Windows 95 drivers
on your computer
68: Windows NT will boot on your computer
with a boot disk, but not on Bill's computer. What is the problem?'
69: What do you need to monitor Ethernet packet
statistics?
70: What is required to use performance monitor
to monitor your network segment?
71: You want to install NT Workstation from
CD-ROM. MS-DOS can access the CD-ROM but not by NT Workstation. How would
you install NT Workstation?
72: You have a computer with a NIC at the
office and a modem when you take it home. How would you configure it?
73: How should you use an unattended.txt file (answer file) during the automated installation of a Windows NT Workstation on 100 identical new computers? (Choose one)
A: To provide hardware-specific configuration information and other configuration data for the computers.
B: To provide user account information, a unique computer name, and a unique identifier specific to each computer.
C: To automate installation of applications on the computers during the installation of WinNT WS.
D: To place application specific registry
data into the registry on each computer including serialization and registration
data.
74: You install a tape backup device that uses the Enhanced IDE interface. In which dialog box from the control panel must you install the tape backup device driver? (Choose one)
A: SCSI adaptors
B: Devices
C: System Properties
D: Tape Devices
75: Peter Smith wants to install Windows NT Workstation without user invention. He plans to do this by running winnt.exe with the /u switch. Which additional file must he use? (Choose one)
A: Uniqueness database file (UDF).
B: An unattended.txt file (answer file).
C: A customized setup.sif file.
D: A customized Setup.inf file.
76: You suspect that someone is gaining unauthorized access to the computers on your network. You enable auditing of user login events. When you look at the Eventviewer security log three days later, you see that every account has more than 100 failed logon attempts before each successful logon. You also note that all the logon attempts on each account occurred within one minute. You want to prevent further unauthorized logons. What must you do in the Account Policy dialog box? (Choose one)
A: Select the Account lockout radio button.
B: Set a value in the spin control in the Maximum Password Age group.
C: Set a value in the spin control in the Minimum Password Age group.
D: Set the spin box control in the Password
Uniqueness group to remember the 10 last passwords.
77: You want to send a document from your Windows NT workstation computer to a printer that is located on another Windows NT WS computer. You want to do this without permanently installing drivers for that printer on your hard disk. What should you do? (Choose one)
A: Use "net print" to send the document to the printer.
B: Drag and drop the document files onto the printer in Windows NTexplorer.
C: Use Windows NT Explorer to temporarily capture the printer, and then send the document to the printer.
D: Use the Add Printer Wizard to temporarily
connect to the printer, and then send the document to the printer.
78: You wish a user to be able to view Event
Viewer Security Log how can you achieve this?
79: What is the smallest unit handled by the
scheduler service?
80: The NT Workstation Administrator password
was lost. What will happen after restoring with an Emergency Repair Disk
(ERD)?
81: Which application creates user accounts?
82: The default memory for 16 bit windows
applications is what?
83: You notice excessive paging, how do you correct this?
A: Add more RAM
B: Add a second processor
C: Increase the size of the paging file
D: Decrease the size of the paging file
E: Create a second paging file
84: Startup fails; you suspect a problem in
the boot sector what should you do?
86: You want to replace Windows 95 by Windows NT Workstation 4.0 on some user's computers. They all want to keep their Windows 95 desktop settings and all their applications. How should you proceed?
A: Run Winnt.exe and Install Windows NT in the same directory as Windows 95
B: Run Winnt32.exe and install Windows NT in the same directory as Windows 95
C: Run Winnt.exe and install Windows NT in a separate directory, reinstall all the applications and reconfigure user environment under Windows NT, then remove Windows 95
D: Can't be done because Windows 95 and Windows
NT have different registry configurations.
87: Your computer runs only Windows NT Workstation on an NTFS partition. You would like to remove Windows NT and run MS-DOS. How would you do it?
A: Run Sys.com
B: Use convert.exe to convert the partitions to FAT, then run Sys.com
C: Use Rollback.exe to restore MS-DOS
D: use fdisk.exe to remove all the partitions,
then use the MS-DOS setup disks to reinstall MS-DOS
88: You have 2 ISDN adaptors with 2 B-channels
each on your NT Workstation. Each channel has its own phone number. You
are connected via RAS to an NT Server with the same configuration. How
do you configure RAS connecting with 2 ISDN lines each having 2 B channels?
89: You want an NT Workstation to dial-up
to a PPP Server, and after login into the PPP Server you need to activate
a Menu automatically for that user account.
90: You want to run some accounting applications
at a higher priority without interfering with the operating system or any
of its services. Which process priority class should you use for the accounting
applications?
91: A week ago success and failure print auditing
was configured for the Everyone special group on a NT Workstation printer.
Since then, about 300 documents have been printed, but no events were logged.
What success/failure audit should you enable?
92: You have to administer 90 NT Workstations. Accounts are maintained by a PDC that is the only server on the network. Users log on using accounts from the domain. You want to implement restrictions on the NT Workstations so that the "Shut Down" option is disabled in the login dialog box. Least administrative effort.
A: Use a system policy
B: Change the registry value of Shut Down
Without Logon from 1 to 0.
93: You need to install UPS that is listed in the HCL for your Windows NT Workstation. What are the 2 steps to install it?
A:. Connect UPS to any serial port with a pin that meets the UPS connection requirements.
B: Use the UPS dialog box from the Control
Panel
94: You require a Windows NT Workstation to
become a member of the CORP domain. What should you do?
95: You want to move an NT Workstation from
DOMAIN1 to DOMAIN2 not changing any other settings. What to do?
96: Why would you use SYSDIFF.EXE on an NT
Workstation to setup other 300 identical computers with the same applications?
97: It is necessary to install NT Workstation
with a set of applications on over 100 identical new computers and you
want to automatically install all applications. What to do?
98: Every time that you use Dial-Up Networking to connect to a Remote Server, the computer disconnects after 3 seconds. What to do in order to trace the problem?
A: User Dial-Up Networking Monitor dialog before you dial.
B: Record a log file check box in Advanced
connection settings dialog box
99: BruceO has an account on a NetWare Server 3.12-named Accounting and an account BruceO on his NT workstation 4.0. How do you configure CSNW on his workstation?
A: Preferred server Accounting
B: Preferred server BruceO.Accounting
C: Tree Accounting
D: Tree NetWare
100: Boot error - NTOSKRNL is missing or corrupt.
Fix?
101: Boot error - NTLDR is missing. Fix?
102: Boot error - NTDETECT keeps repeating.
Fix?
103: Account policy specifies max password
age is 60 days. You later create a new user account and check the 'password
never expires' box. What happens?
104: The process of managing which pages are stored in RAM, and which are stored in the paging file is called:
A: Virtual Memory
B: Paging
C: Demand Paging
D: Page Swapping
105: You have started a Win16 application (APP1) in a separate memory space. Later you start another Win16 application (APP2) and an MS-DOS application (DOS1). APP2 hangs and stops responding. How does this affect the APP1 and DOS1 applications?
A: APP1 and DOS1 are not affected and will continue running normally.
B: APP1 will stop responding but DOS1 will continue running normally.
C: DOS1 will stop responding but APP1 will continue running normally.
D: APP1 and DOS1 will stop responding.
106: You are running several small applications simultaneously on your Windows NT Workstation. One of the Win16 based applications stops responding. How can you shut down this application without affecting all of the other Win16 or Win32 based applications?
A: Do nothing. NT automatically purges unresponsive apps from the system.
B: You can't. Faulty Win-16 based apps hang the system. The computer must be restarted.
C: From Task Manager, select the application that is not responding and click End Task.
D: From Task Manager, select all of the pertinent
processes and end them.
107: Under Windows NT, network adaptor card drivers must be _____ compliant in order to be bound independently to several protocols.
A: NDIS
B: ODI
C: NE 2000
D: TDI
108: Which of the following services is responsible for providing resources requested by a local application?
A: Redirector
B: Server
C: UNC
D: Multiple Provider Router
109: The ______ is a boundary layer that provides a common programming interface for file system drivers to communicate with the transport protocols.
A: NDIS
B: ODI
C: TDI
D: DLC
110. NWlink is a protocol that is compatible with the _________ protocol.
A: NetBEUI
B: IPX/SPX
C: LAT
D: NCP
111: Which of the following subsystems provides support for a UNIX application on a computer running NT Workstation?
A: POSIX subsystem
B: UNIX subsystem
C: OS/2 subsystem
D: Win32 subsystem
112: When you send a print job to a network-printing device, it comes out illegibly. What is the most likely cause of the problem?
A: Incorrect print driver.
B: Incorrect network protocol.
C: The spooler service is malfunctioning.
D: Incorrect paper size.
113:. A user complains that whenever he sends a print job his hard disk starts crashing and never reaches the server. What is the likely cause of the problem?
A: The spooler service on the server is stuck.
B: There is not enough disk space in the print server.
C: There is not enough disk space for spooling.
D: The workstation is out of RAM.
114: In Windows NT terminology, what is the physical device that prints a document?
A: Print device.
B: Printer.
C: Print processor.
D: Print pool.
115: You plan to install Windows NT Workstation on all the client machines of your network. However, the information technology department is concerned about the licensing strategy for the workstations when connecting to all three of the company's NT Server computers. What is the most appropriate licensing mode?
A: Per server licensing.
B: Windows NT Workstation does not require licensing.
C: Per seat licensing.
D: A combination of per server and per seat
licensing.
116:. Your boss is concerned because he wants to send a print job to an NT Server 4.0 computer but he doesn't have the drivers for his NT Workstation computer available. What should you tell him?
A: The drivers are located in the Windows NT Workstation CD-ROM.
B: Windows NT will automatically download and install the correct drivers.
C: All the device drivers are automatically copied to the DRIVERS$ share in print server.
D: The device drivers are required to install
a network printer.
117:. You want to send a print job to a UNIX workstation running TCP/IP. What service must you install in your Workstation computer?
A: Install CSNW on your workstation.
B: TCP/IP printing.
C: DLC.
D: File and print services for UNIX.
Answer: B The LPR command will send a print
job to a UNIX workstation running a printing demon.
118: What is the function of the LPQ utility?
A: It is used to send print jobs to a host running TCP/IP.
B: It will delete all documents in the print queue of a TCP/IP host.
C: It will obtain the status of a print queue on a NetWare server.
D: It is used to obtain information about
the print queue on a TCP/IP host.
119: You notice that there is too much paging occurring, and also the % processor usage is constantly 92%. What do you do for the best improvement in performance?
A: Add a second processor
B: Add more RAM
C: Create a second paging file
D: Increase the size of the paging file
120: What is the unattend.txt file used for?
A: Automatic installation of application
B: Storage of system specific unique information such as computer name etc.
C: Information about hardware configurations
etc.
121: want to capture Packets transmitted to
and from your network card. What do you install?
122:your company laboratory, a Windows NT Workstation computer named LAB1 is used by Kristin, Marvin and Drew. Each of them stores data on LAB1 in the Lab Experiments folder and its subfolders, which are named Results1, Results2, and Results3. The Users local group has Full Control permission's for the entire Lab Experiments folder. The current folder structure on the computer named LAB1 is shown in Exhibit A. Cindy wants to move data in a folder named Research Guidelines from her own computer to the Lab Experiments folder on the computer named LAB1. She wants no other user to be able to alter that data once it's placed on LAB1. The desired folder structure on the computer named LAB1 is shown in Exhibit B. You want the Users local group to have Read permission's only for the Research Guidelines folder. How should you set this up?
#1 Exhibit A #2 - Exhibit B
Lab Experiments Lab Experiments
Results1 Research guidelines
Results2 Results1
Results3 Results2
Results3
30. Permissions on C:\ACCOUNT are configured as follows: LOCAL GROUPS SHARE PERMISSIONS Sales No Access Secretaries Change Everyone Read
James is a member of the Sales, Secretaries,
and Everyone groups. What are his effective permission's for the C:\ACCOUNT
folder?
Pepe answers.......
1.: Answer: Create two printers Give one the option to print after hours.
Note: This question will either request the option to print after hours, or require users to print after hours. Two different answers! Make sure if question requires the option, you give users the option, and vice versa.
2 : A: The proposed solution does not produce the required result or any of the optional results.
3 : Answer From within CSNW, deselect Add Form Feed.
*Note that if the blank page contains only your user name, etc, that is a banner page, not a form feed!
4 : Answer: D (Multilink cannot be used with callback security unless there are two (or more) modems configured on the same phone number.)
5 : Answer: Enable a screen saver with a password
6 : Answer: If the solution offered is to create a Volume Set, then it will not produce required result Volume sets do not speed up access.
7 : Answer: Apple-talk
8 : Answer: The 3 users have an individual system policy, which overrides group policies.
9 : Answer: A thread.
10 : Answer: B
11 : Answer: Boot to DOS. Run SYS. COM and remove all NT files.
12 : Answer: Use the MS-loopback support driver.
13 : Answer: Select the Multimedia icon from within Control Panel
14 : Answer: Task Manager and Performance Monitor
15 : Answer A
16 : Answer: Log in as administrator and share the directory-using Explorer
17 : Answer: You must use an administrator name and password
18 : Answer: B Remember: If it's recent changes to the machine that caused the problem, you can usually fix it with LKGC.
19 : Answer: Rename the account to the new user and reset the password
20 : Answer: Use "setpass" for 3.x and CTRL-ALT-DEL for NDS. NetWare (Directory Services)
21 : Answer: DHCP (Dynamic Host Configuration Protocol)
22 : Answer: A, B, C
23 : Answer: By selecting the Modem Applet in control panel
24 : Answer: C
25 : Answer: A
26 : Answer A D &G
27 : I keep my eyes huge to search TWO unattended.txt files or ONE. After my several times skimming. I found the words "all computers the unattended.txt file" (CAUTION not "files"). So I think there is only one unattended.txt. I choose d.
28 : Answer: 1 & 2
29 : Answer: B
30 : Answer: B
31 : Remember one thing, there is not any kind of Setup.inf bullshit thing in any kind of unattend installation in NT, that thing is only to trap you, in above question the installation files are on NT SERVER, so it doesn't make any difference, where ever the installation files are. Only you need B, C&D (unattend udf & sysdiff).
32 : Answer: UDF, sysdiff.exe and answer file
33 : Answer: D (because u need 2 answer files to automate installation on 2 different kind of computers means laptop and desktop, so u need 2 answer files, one udf file for computer specific or user specific information and sysdif.exe for to automate the installation of applications. Remember not windiff.exe)
34 : ANSWER: D (DOES NOT MEET REQ RESULT) You need 2 UNATTEND.TXT, one UDF and one SYSDIFF.EXE
35 : Answer: Proposed solution does not produce the required result. You need two unnattend.exe files
36 : ANSWER: -B.
37 : Answer: B. You need a 486 for workstation
38 : ANSWER: - Bootsect.dos is missing or corrupt.
39 : Answer: A, B
40 : Answer: C & D
41 : Answer: Place it on 'create crash dump file 'in Dr Watson
42 : Answer: Create crash dump file On Dr. Watson window (Remember application crash dumps are done in Dr. Watson, system stop errors and memory dumps are done in FAULTLOG on the Startup/shutdown menu.)
43 : Answer: Convert to NTFS and install NT 4.0.
44 : ANSWER: - B.
45 : ANSWER: - PEER Web services.
46 : Answer is B. Because when you use Dial-up-networking to connect your internet service provider's (ISP) server then you have to use that IP address which is provided by your ISP's server.
47 : ANSWER: - \\sales.datum.com\reports
48 : Answer: C DNS resolves host names to IP addresses
49 : ANSWER: - C.
50 : ANSWER: - B, C, D, E, and F.
Note: A can't be done unless FPNW has been installed. F just mark the checkbox in CSNW applet, and you can run NetWare login scripts D is correct, because NT4 is able to work in either the NDS environment (NetWare 4.x, no bindery emulation) OR with NetWare 3.x (which does use bindery emulation).
51.: ANSWER: - NWlink IPX/SPX
52 : Answer: A Remember.... Only the Admin or a poweruser can create shares
53 : Answer: A, E
54 : Answer: - A, D.
55 : Answer A and B PLEASE CHECK AS I AM UNCERTAIN WITH THIS ANSWER!
56 : Answer: A, a system policy takes precedence
*Policies over Profiles. User Policy over Group Policy. Machine/System Policy over all.
57 : Answer: Go to the System applet in the Control Panel, pick Environment tab, User Environment and add the variable and path value as the user logged in.
58 : ANSWER: -Remove the separator page option. Just remember the word 'SEPARATOR'?
59 : Answer: Run application with HIGH priority.
60 : Answer: B & D
61 : ANSWER: - B
62 : Answer: D (Please verify this answer)
63 : Answer: D Volume sets DO NOT increase performance
64 : Answer: The proposed solution produces the required result and only one of the optional desired results.
65 : Answer: C
66 : Answer: DLC protocol
67 :Answer: D
68 : Answer: Change the ARC naming in the boot.ini file to the proper partition
69 : Answer: Network Monitor Agent
70 : Answer: Enable the Network Monitor Agent
71 : Answer: Start from MS-DOS and run WINNT.EXE from the CD-ROM.
72 : Answer: 2 different hardware profiles
73 : Answer: A Remember, answer file is for config and hardware, Sysdiff is for apps
74 : Answer: D Tip - Learn the names of the icons in Control Panel! Many questions are dead give aways if you know this, even if you don't know why. Incorrect choices on this sort of question are usually items/icons that don't exist!
75 : Answer: B
76 : Answer: A
77 : Answer: B
78 : Answer: A Only Administrators can view Event Viewer, so add user to Administrators group.
79 : Answer: Process
80 : Answer: Accounts and security will be restored to, as they were the last time the ERD was updated.
81 : Answer User manager
82 : Answer: Shared
83 : Answer: A
84 : Answer: Use 3 Startup disks and select repair *Key here is that the problem is in the boot sector. Boot sector corruption can be repaired by the 'repair' option in install.
85: What does WINS do?
85 : Answer: Translates NetBIOS names to IP addresses.
*Remember that WINS is specific to Microsoft, and DNS can be used with UNIX boxes.
86 : Answer: C
*Remember that there really is no way to 'upgrade' from Win95 and save all user settings. Win 3.x and earlier versions of NT can be upgraded.
87 : Answer: D
88 : Answer: Create one phone book entry with 4 numbers
89 : Answer: Create a script to run after dialing
90 : Answer: High.
91 : Answer: In user manager enable auditing of File and Object Access
92 : Answer: A Both will work, but A if least administrative effort.
93 : Answer: A, B.
94 : Answer: Control Panel, Network, Identification
95 : Answer: Control Panel, Network, Identification
* Same as above - this is how you change domains!!!
96 : Answer: to automate installation of applications during the installation of the 300 NT workstations. (Instead of configuration of hardware)
97 : Answer: Install first NT Workstation, run sysdiff/snap, install apps, run sysdiff /diff to create the difference file. Install to rest and apply diff file.
98 : Answer: A
99 : Answer: A
* NetWare 3.x (bindery emulation) = Preferred Server NetWare 4.x (NDS) = Default tree and context
100 : Answer: Edit ARC path in boot.ini, or use ERD to repair
101 : Answer :If there's a non-system floppy in the drive, eject it and reboot. If boot.ini is not present, replace it from a backup or use ERD to repair. If NTLDR is actually missing or damaged, repair from ERD.
102 : Answer: Must use ERD to repair.
103 : Answer: Password will never expire.
104 : Answer: C If there is not enough unused physical memory available when an application attempts to store data in memory, the VMM uses demand paging to find pages of RAM not recently used. It copies these pages to the pagefile.sys.
105 : Answer: A Because APP1 is running in its own memory space, it is not affected by the crash of APP2. MS-DOS applications always run in their own NTVDM and are therefore not affected by faulty Win16 applications
106 : Answer: C To close an application that is no longer responding, you must use task manager and end the task.
107 : Answer: A With NDIS, one or more protocols can be bound to one or more network card drivers. ODI is the Novell equivalent to NDIS and also allows more than one protocol to be bound to a network card.
108 : Answer: A The redirector is also known as the workstation service.
109 : Answer: C TDI is the acronym for the Transport Driver Interface.
110 : Answer: B NWlink is Microsoft's implementation of the IPX/SPX protocol suite.
111 : Answer: A Posix is a standard set of API's for versions of UNIX and UNIX-like operating systems. Applications written using these API's can be installed and run on an NTFS partition on a Windows NT computer.
112 : Answer: A When an incorrect print driver is installed, print jobs usually come out illegibly. To solve this problem, the print driver must be replaced.
113 : Answer: C Disk space is always required for spooling. The location of the spool folder can be edited in the registry under the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers.
114 : Answer: A, A printer is a logical device created in Windows NT. A printing device is the actual hardware device, which prints a document.
115 : Answer: C Per seat allows a single workstation to only require a single license to connect to multiple NT servers.
116 : Answer: B There is no need to manually install the device drivers, because Windows NT will automatically handle the installation process.
118 : Answer: D The LPQ command is installed with TCP/IP services. It will retrieve status information from a TCP/IP host running a printing daemon. Note: Communication between the client and the server computer is handled over TCP.
119 : Answer: B
120 : Answer: C
121 : Answer: A Network Monitor Agent
122 : ANSWER: Move the Research Guidelines folder from Cindy's computer to the Lab Experiments folder on the computer named LAB1. Assign the Users local group Read permission for the Research Guidelines folder on the computer named LAB1.
30 : Answer: - No Access
THINGS TO REMEMBER
1:-A RAS sever on which call back security is enable and u want establish multilink connection with one dial-up ISDN number, will not work, because callback security doesn't work with single dial-up ISDN number.
2:-which files emergency disk contains autoexec.nt, config.nt, ntuser.da, sam., security., setup.log and system files.
3:-To prevent a faulty 16-bit application run faulty 16-bit application in it's own NTVDM, and other applications in Win 16 NTVDM.
4:-The name of the server must precede the name of the organizational zone, when mapping the network drive to an Internet path.
5:-You can prevent windows NT workstation from over writing existing crash dump file by starting DR Watson for windows NT and enabling the Append To Existing Log File Option.
6:-NDS( netware directory services ) replaces the bindery of Netware 2.x, Netware 3.x. It manages accounts and network resources.
7:-The NET START command starts windows NT Workstation networking resources.
8:-The logon scripts and system policy for the domain must be replicated from PDC to BDC.
9:-To change the password of Netware 4.x that uses NDS from your windows NT workstation ,you must change password option in windows NT security dialog box and select Netware in the domain field.
10:-"net use LPTx\\server\print_share" command is used to map physical printer port to remote network printer from the command prompt of Windows NT workstation, where the" x " is the number of printer port, "sever" is the name of print server and "print_share" is the name of shared printer.
11:- To capture the packets from Network Card, use Network Monitor Agent. 12:- 16- bit applications run by default.? they run as separate threads in a single NTVDM with shared address.
13:-Install Network Monitor Agent to monitor %network utilization in performance monitor.
14:- Smallest unit can be scheduled with the Microkernel is THREAD.
15:-You want to run 16-bit applications as preemptively multi task and keep them away from other applications the run them in its own NTVDM.
16:-If one 16-bit application crashed and corrupting others in same suit then Run the application which are in suit as in Default NTVDM and run crashed application in their Own NTVDM.
17:- Install SNMP to trap messages on TCP/IP network.
Know your rights and effective permissions! Remember: Remote (share) = most restrictive. No Access Rules Over All. Local (at workstation) = least restrictive
If a file is moved within the same partition - what happens to compression attributes? Same as permission's - move in same partition = retains it's attributes, move across partitions = inherits attributes of parent, copy anywhere = inherit.
Files needed to make a boot disk - Ntldr, Ntdetect, boot.ini, Ntbootdd.sys (for SCSI with bios disabled)
1. For NT Workstation, you can have a maximum of 10 users for a shared resource (unlimited for NT Server)
2. Remember that System policies, logon scripts and commonly used files need to be replicated to ALL Domain Controllers
3. NT WorkStation has Power Users, to create and modify accounts, as well as to share resources.
4. Remember that only an Administrator or a Power user can share resources.
5. An audit policy is set on a computer-by-computer basis, but can be viewed from remote systems on the network by any user with administrative privileges.
6. To monitor TCP/IP from performance monitor on a remote system or on the local system, SNMP service needs to be installed on THE MACHINE THAT NEEDS TO BE MONITORED.
7. Only if the Server Service is running, other systems can access shared resources on your machine.
8. NT Workstation cannot be a DHCP or a WINS server.
9. As far as replication is concerned, NT Workstation cannot be an export computer. It can only be an import computer.
10. Remember that Intel systems are CISC systems, and that anything that is not Intel is RISC ( i.e. DEC Alpha, MIPS and PowerPC's)
11. Volume sets can be extended. Stripe sets cannot be extended.
12. Keep chanting to yourself: Volume sets do not improve performance. Stripe sets improve performance.
13. Volume sets and Stripe Sets can be formatted either on FAT or NTFS, but cannot be accessed from Windows 95 or MS DOS.
14. Remember this especially for the NT Server Exam: In Control Panel, Services applet: Server Services: Optimization:
a. Minimize memory used - if there are less than 10 clients for your server
b. Balance - if there are 10 to 64 clients
c. Maximize throughput for file sharing: If there are 65 or more clients and if your server is a file and Print Server
d. Maximize throughput for Network Applications - if your server is an application server (e.g. SQL Server installed) or a Network Server
15. Give a lot of importance to prioritizing applications
16. There is an excellent web site on the Net to explain about unattended installation of Windows NT Workstation, which I have downloaded. The web site is : www.microsoft.com/ntworkstation/ It is a Deployment guide to automating Windows NT Setup
17. Know the use of each Control Panel Applet thoroughly ( especially troubleshooting of Display type/refresh rate etc which is found in the Display Applet. - you can get up to 3 questions on this)
18. Know your RAS thoroughly
19. Connectivity to NetWare, when NWlink is the only protocol required, when CSNW is required, with CSNW installed, what resources can be accessed on NetWare etc.
20. Know all about conversion possibilities from FAT to NTFS, HPFS to NTFS and when such conversions are needed.
21. Know about Virtual memory.
22. Know that for the most optimal performance of your system, place your paging file on all disks other than the one containing the system/boot partition ( especially as long as it is not on system partition)
23. Know what is required to be configured in TCP/IP for a routed as well as non-routed network
24. The Windows NT Boot Process is another very important topic. Know files needed for boot sequence (especially on an Intel machine), files stored on Windows NT Boot disk, that the boot disk must be formatted from Windows NT(very important), and troubleshooting the boot process.
25. Know under what situations to use ERD, Setup Disks, Boot Disks as well as Last Known Good Configuration(LKGC).( if the change to a driver etc was recent, it is probably wise to use LKGC)
26. Options available in CSNW (like Print Form Feed, print banner page and notify)
Hope this helps others Pepe.
NT Workstation 4.0
IS
I took the exam at 3rd Sep,1999 with 900/1000,following is the dumps I collected and corrected and add note. Just study it thoroughly or say recite it, you will only get kinda easy exam as well.
1: A user wants the option to print large
jobs after hours. How can this be done?
2: You are tasked to setup up 80 identical workstations and 20 identical notebooks. You must install Windows NT Workstation 4.0 and WordPerfect on all 100 computers. All the computers will be clients in a single domain, Sales.
Required result: You must automate the process of installing Windows NT Workstation 4.0 on all 100 computers.
Optional results: You want to automate the process of installing WordPerfect on all 100 computers. All 100 computers should join the Sales domain during the installation of Windows NT Workstation 4.0.
SOLUTION: Create two answer files and two UDF files. In the [Unattended] section of the answer files add the line: "OemPreinstall=Yes" In the [Network] section of the answer files add the line: 'join Domain=Sales" Use Windiff exe Isnap to take a snapshot of the reference computer. Install the applications (Windows NT Workstation 4.0 & WordPerfect) on the reference computer Use the Windiff exe Idiff to create the difference file, then use Windiff exe apply to run the difference file. Start the installation process by using the "winnt.exe" command with the appropriate answer files and UDF files.
Which results does the proposed solution produce?
3: You must print to a NetWare printer. How do you disable the blank page at the end of each print job?
*Note that if the blank page contains only
your user name, etc, that is a banner page, not a form feed!
4: RAS server with 3 modems and Multilink enabled. Administrator implements Callback Security on the server. How does it work?
A: RAS server recalls with three different telephone numbers.
B: RAS server recalls with one telephone number.
C: RAS server recalls with two telephone numbers only
D: It doesn't work
5: How can you implement security on your
Workstation after 15 minutes of inactivity?
6: A system policy is set for a group with
50 members. 3 users do not notice any changes. Why?
7: What is the smallest activity that can
be scheduled by the processor?
8: You are running three integrated Windows16-bit applications on your Windows NT Workstation computer. These applications use shared memory blocks to communicate with each other. When one of the three integrated applications halts, it stops the execution of all 16-bit Microsoft Windows-based applications that are running. You want to continue using the three integrated applications, but you want to keep them from interfering with other 16-bit applications. How can you do this?
A: Run the one application that halted in a separate memory space. Run all of the others in the default memory space.
B: Run the three integrated application in the default NTVDM, Run all others in a their own NTVDM.
C: Run each application in a separate memory space.
D: Run each of the three integrated application
in its own separate memory space. Run all others in the default memory
space.
9: You have a Workstation dual booting between
NTWS and DOS with one FAT partition. How do you remove NT?
10: You want to install your networking protocols,
however you do not yet have a network adapter card. What can you use?
11: Where would you install a sound card with
MIDI support?
12: What two utilities can you use to see
memory utilization(or processor activity)?
13: Which of the following is used to search for the value of a key in the registry?
A: regedit.exe
B: regedt32.exe
C: Poledit.exe
D: System policy editor
14: How can a user share a directory on his
Workstation?
15: How can a Workstation join a domain during
installation?
16: How do you give a user who is taking over
from a retiree all the retiree's previous permissions?
17: How do you change a password on a Netware
server?
18: You have an NT Workstation connected to 2 routers, you want the NT Workstation to be able to route, which of the following do you have to install:
A: IP
B: Subnetmask
C: Default Gateway
D: DHCP
19: What two things do you need to print to a TCP/IP printer on a network?
A: Hostname + IP-address
B: Hostname + subnetmask
C: IP-address + printername
D: Printername + hostname
20: What protocol/service do you need to send TCP/IP trap messages to another computer?
A: SNMP
B: Simple TCP/IP services
C: NWlink
D: Network monitor agent
E: DHCP
21: One computer used by three users. They want their files securely and own their individual desktop setting. What THREE steps must you do for them?
A: Create one account for each user
B: Create one account for three user to share
C: Create one profile for each user
D: Create home directory for each user on NTFS partition.
E: Create home directory for each user on FAT partition.
F: Create home directory for each user on HPFS partition.
G: Set permission to each user to let them
exclusive access their own home directory.
22: One LAN that has both Novell and NT servers. 1 workstation running NT 4 - what two protocols do you need to install so that the workstation can use the resources on both servers.
1. TCP/IP
2. NWlink
3. CSNW
4. GSNW
23:Situation (Long): You are planing to reconfigure an NT Workstation with 32 MB RAM for optimum speed of access to its local (mainly graphic data) files for other computers in the same LAN. You have there a SCSI controller with 4 disks of 2 GB each.
Required result: To optimise performance for optimum speed of access to local data files.
Optional results: Reconfigure for optimum speed of access to paging file. Optimize network access performance.
Proposed solution: Configure the first hard disk as boot partition. Configure the other 3 disks as a strip Set. Use NTFS on all partitions. Place data on the strip Set. Place paging file strip Set. Configure order of protocols at bottom The solution produces:
A: The required result and 2 of the optional results. [
B: The required result and 1 of the optional results.
C: The required result and none of the optional results.
D: None of the required results.
24: The printing job of Invoices is sent to a printer and it jams in between. The program will not allow to re-submit the job to the printer, what you will do to rectify this problem?
A: Select resume from document menu
B: Select restart from document menu
C: Select cancel from document menu and then restart
D: Select refresh from view menu and then
resume
25:Installing NT Workstation with NT Server stores the files. Which 3 files do you need?
A: Setup.inf
B: UDF
C: sysdiff
D: unattend
E: windiff
F: .Poledit
26:Your NT Workstation 3.51 computer has a 33 MHZ, 386 processor and 16 Megabytes of RAM. You want to upgrade the computer to NT Workstation 4.0, and you want all of the application settings to be the same in Windows NT Workstation 4.0 as they were in Windows NT Workstation 3.51. How should you install Windows NT Workstation 4.0?
A: Install NT Workstation 4.0 in the same directory and choose the Upgrade option, then backup all data files. Repartition and format the hard disk, and then install NT Workstation and all applications. Customise the user's profile settings and restore all data files.
B: You cannot successfully upgrade this computer to Windows NT Workstation 4.0.
C: Install NT Workstation 4.0 in a different directory than Windows NT Workstation 3.51. Manually reinstall all applications and recreate all of the user's profile settings.
D: Install NT Workstation 4.0 in a different
directory than Windows NT Workstation 3.51. Use convert.exe to migrate
all of the application settings and users profile settings to NT WS 4.0
27: When selecting msdos on a dualboot-machine
you get an error " non-system disk or disk error"
28: You want to set the boot delay time to 10 seconds. How should you proceed? Choose all that apply
A: Edit Boot.ini to set timeout to 10 seconds
B: Use Control Panel | System Properties | Startup - Shutdown tab
C: Use system properties
D: Edit HKEY_CONFIG in the registry
29:What would you enable to record a memory
dump following an application failure? You are supposed to place a target
with crosshairs on the correct area
30: Your computer has NT 3.51 and uses HPFS.
How do you install NT 4.0 and preserve security?
31: How do you start the command "ntbackup /r /e" with low priority?
A: net start /low ntbackup /r /e
B: start /low ntbackup /r /e
C: cmd /low ntbackup /r /e
D: run /low ntbackup /r /e
32: On your workstation you have installed
TCP/IP protocol, you want ftp on your workstation, what you have to install
on your workstation to enable FTP?
33:Configuring Dial Up Networking (DUN) to connect to an ISP. How to establish an IP address for your machine?
A: The account will use your default IP address already established
B: Connect to ISP's PPP server and request an IP address
C: Configure the IP address in the phonebook
entry of the DUN configuration
34: You have an NT Workstation connected via
Internet to an NT Server that has a DNS name of "sales.datum.com" and a
printer with the name "reports". How do you refer to the resource in order
to map it?
35: You want to allow your windows NT workstation computer to resolve Unix host names to IP addresses on your corporate intranetwork. Which TCP/IP option should you configure?
A: Scope ID
B: default gateway
C: The IP address of DNS server address
D: BOOTP server address
Answer: C
36: Most of the client workstations use NetBEUI protocol to communicate with Server. You want to increase the network performance. Where the binding order would you change?
A: In Server in >>>>Network->Binding->Server->NetBEUI on the top
B: In Server in>>>>Network->Binding->Workstation->NetBEUI on the top
C: In Workstation in>>>>>Network->Binding->Server->NetBEUI on the top.
D: In Workstation in>>>>Network->Binding->Workstation->NetBEUI
on the bottom
37 : You installed Client Service for NetWare on a Windows NT workstation. Which networking tasks can be performed from the computer? (Choose all that apply)
A: Allow NetWare client computers to use shared directories and printers on your NT WS computer.
B: Connect to volumes or directories on a NetWare Server.
C: Connect to print queues on a NetWare Server.
D: Connect to NetWare 4.1 volumes on servers that do not run bindery emulation
E: Run the NetWare 3.12 syscon utility from your Windows NT WS computer
F: Run NetWare login scripts during the logon process.
G: Function as a Gateway to the NetWare server
for other Windows NT WS computers that do not have CSNW installed.
38:You want to access an oracle database running
on a netware server. What must be loaded on your workstation?
39:Your computer is member of a workgroup. You want to map a network drive to a share on a server PDC in the XYZ domain. The server has had the guest account disabled. Choose two options.
A: Log on to your workstation using your domain user account
B: Log on to your workstation using the account of a domain member
C: In the log on box choose the domain name
D: In the map network drive box in explorer choose "log on using account" option
E: In the map network drive box in explorer
choose "connect as" option
40: What to do in order to add a path to an
environment variable for a user application?
41:How do you stop the printer from printing
a blank page between printouts?
42: What happens when you run 16-bit windows based application in its own memory space? Select 2.?
A: Application runs at higher priority
B: Application can be preemptively multitasked
C: Application uses less system memory
D: Application cannot interfere with execution
of other 16-bit windows based apps running at the same time.
43:You have several DOS program you want to run under NT. You need to run a TSR that controls the COM port for these DOS program. How do you run MS-DOS the Terminate and Stay Resident (TSR) application?
A: Start it before NT loading
B: . Start it in the default NTVDM
C: . Start it in separate NTVDM
D: . Start it using Autoexec.nt
44: You are installing NT and testing the monitor type and the screen goes black. When you reboot you are put back into the monitor type selection screen. What is the problem?
A: Refresh rate
B: Resolution
C: Monitor type
D: Color depth
45: What is needed to print to a HP printer
on the network?
46: You are creating and sharing a new printer on your NT workstation 4.0 Users of Windows 95, workstation 3.5.1 and workstation 4.0 will also use this printer. You need to install printer drivers. What should you do to accomplish this with a minimum of administrative effort?
A: Install appropriate drivers on every computer?
B: Install 4.0 drivers on your computer Install 3.5.1 drivers on workstation 3.5.1 computers Install Windows 95 drivers on Windows 95 computers
C: Install workstation 4.0 and 3.5.1 drivers on your computer Install Windows 95 drivers on Windows 95 computer
D: Install 4.0, 3.5.1 and Windows 95 drivers
on your computer
47: Windows NT will boot on your computer
with a boot disk, but not on Bill's computer. What is the problem?'
48: You have a computer with a NIC at the
office and a modem when you take it home. How would you configure it?
49: You suspect that someone is gaining unauthorized access to the computers on your network. You enable auditing of user login events. When you look at the Eventviewer security log three days later, you see that every account has more than 100 failed logon attempts before each successful logon. You also note that all the logon attempts on each account occurred within one minute. You want to prevent further unauthorized logons. What must you do in the Account Policy dialog box? (Choose one)
A: Select the Account lockout radio button.
B: Set a value in the spin control in the Maximum Password Age group.
C: Set a value in the spin control in the Minimum Password Age group.
D: Set the spin box control in the Password
Uniqueness group to remember the 10 last passwords.
50: You want to send a document from your Windows NT workstation computer to a printer that is located on another Windows NT WS computer. You want to do this without permanently installing drivers for that printer on your hard disk. What should you do? (Choose one)
A: Use "net print" to send the document to the printer.
B: Drag and drop the document files onto the printer in Windows NTexplorer.
C: Use Windows NT Explorer to temporarily capture the printer, and then send the document to the printer.
D: Use the Add Printer Wizard to temporarily connect to the printer, and then send the document to the printer.
Note: Do not confused with answer D
51: You wish a user to be able to view Event
Viewer Security Log how can you achieve this?
52: You notice excessive paging, how do you correct this?
A: Add more RAM
B: Add a second processor
C: Increase the size of the paging file
D: Decrease the size of the paging file
E: Create a second paging file
53: What does WINS do?
54:You want to replace Windows 95 by Windows NT Workstation 4.0 on some user's computers. They all want to keep their Windows 95 desktop settings and all their applications. How should you proceed?
A: Run Winnt.exe and Install Windows NT in the same directory as Windows 95
B: Run Winnt32.exe and install Windows NT in the same directory as Windows 95
C: Run Winnt.exe and install Windows NT in a separate directory, reinstall all the applications and reconfigure user environment under Windows NT, then remove Windows 95
D: Can't be done because Windows 95 and Windows
NT have different registry configurations.
55:You want an NT Workstation to dial-up to
a PPP Server, and after login into the PPP Server you need to activate
a Menu automatically for that user account.
56: A week ago success and failure print auditing
was configured for the Everyone special group on a NT Workstation printer.
Since then, about 300 documents have been printed, but no events were logged.
What success/failure audit should you enable?
57: Every time that you use Dial-Up Networking to connect to a Remote Server, the computer disconnects after 3 seconds. What to do in order to trace the problem?
A: User Dial-Up Networking Monitor dialog before you dial.
B: Record a log file check box in Advanced
connection settings dialog box
58: BruceO has an account on a NetWare Server 3.12-named Accounting and an account BruceO on his NT workstation 4.0. How do you configure CSNW on his workstation?
A: Preferred server Accounting
B: Preferred server BruceO. Accounting
C: Tree Accounting
D: Tree NetWare
59: Boot error - NTOSKRNL is missing or corrupt.
Fix?
60: Boot error - NTLDR is missing. Fix?
61: Boot error - NTDETECT keeps repeating.
Fix?
62: Account policy specifies max password
age is 60 days. You later create a new user account and check the 'password
never expires' box. What happens?
63: You are running several small applications simultaneously on your Windows NT Workstation. One of the Win16 based applications stops responding. How can you shut down this application without affecting all of the other Win16 or Win32 based applications?
A: Do nothing. NT automatically purges unresponsive apps from the system.
B: You can't. Faulty Win-16 based apps hang the system. The computer must be restarted.
C: From Task Manager, select the application that is not responding and click End Task.
D: From Task Manager, select all of the pertinent
processes and end them.
64: NWlink is a protocol that is compatible with the _________ protocol.
A: NetBEUI
B: IPX/SPX
C: LAT
D: NCP
65: When you send a print job to a network-printing device, it comes out illegibly. What is the most likely cause of the problem?
A: Incorrect print driver.
B: Incorrect network protocol.
C: The spooler service is malfunctioning.
D: Incorrect paper size.
66:. A user complains that whenever he sends a print job his hard disk starts crashing and never reaches the server. What is the likely cause of the problem?
A: The spooler service on the server is stuck.
B: There is not enough disk space in the print server.
C: There is not enough disk space for spooling.
D: The workstation is out of RAM.
67: In Windows NT terminology, what is the physical device that prints a document?
A: Print device.
B: Printer.
C: Print processor.
D: Print pool.
68: You plan to install Windows NT Workstation on all the client machines of your network. However, the information technology department is concerned about the licensing strategy for the workstations when connecting to all three of the company's NT Server computers. What is the most appropriate licensing mode?
A: Per server licensing.
B: Windows NT Workstation does not require licensing.
C: Per seat licensing.
D: A combination of per server and per seat
licensing.
69:. Your boss is concerned because he wants to send a print job to an NT Server 4.0 computer but he doesn't have the drivers for his NT Workstation computer available. What should you tell him?
A: The drivers are located in the Windows NT Workstation CD-ROM.
B: Windows NT will automatically download and install the correct drivers.
C: All the device drivers are automatically copied to the DRIVERS$ share in print server.
D: The device drivers are required to install
a network printer.
70:your company laboratory, a Windows NT Workstation computer named LAB1 is used by Kristin, Marvin and Drew. Each of them stores data on LAB1 in the Lab Experiments folder and its subfolders, which are named Results1, Results2, and Results3. The Users local group has Full Control permission's for the entire Lab Experiments folder. The current folder structure on the computer named LAB1 is shown in Exhibit A. Cindy wants to move data in a folder named Research Guidelines from her own computer to the Lab Experiments folder on the computer named LAB1. She wants no other user to be able to alter that data once it's placed on LAB1. The desired folder structure on the computer named LAB1 is shown in Exhibit B. You want the Users local group to have Read permission's only for the Research Guidelines folder. How should you set this up?
#1 Exhibit A #2 - Exhibit B
Lab Experiments Lab Experiments
Results1 Research guidelines
Results2 Results1
Results3 Results2
Results3
71. Permissions on C:\ACCOUNT are configured as follows: LOCAL GROUPS SHARE PERMISSIONS Sales No Access Secretaries Change Everyone Read
James is a member of the Sales, Secretaries, and Everyone groups. What are his effective permission's for the C:\ACCOUNT folder?
Gook luck! is,4th Sep,1999 Shanghai china
Answers to IS
1 : Answer: Create two printers, Give one the option to print after hours.
2 : Answer: The proposed solution does not produce the required result or any of the optional results.
Note: just search for the Unattended file(answer file),it should meet the number of required hardware info(ie,1 ws & 1 notebook--2 answer files),remember: Unattended means hardware info, sysdiff.exe means application, UDF means username or computer name.
3 : Answer: From within CSNW, deselect Add Form Feed.
4 : Answer: D (Multilink cannot be used with callback security unless there are two (or more) modems configured on the same phone number.)
5 : Answer: Enable a screen saver with a password
6 : Answer: The 3 users have an individual system policy, which overrides group policies.
Note: M>I>G>S>P--Machine policy>individual policy>Group policy>System policy(Default user policy)>Profiles
7 : Answer: A thread.
8 : Answer: B
Note: win 16 bit applications runs in default VDM, share memory(means if one crashes, then all the others run in default VDM crash 2),one thread.
9 : Answer: Boot to DOS. Run SYS. COM and remove all NT files.
Note: dual booting with FAT---sys.com dual booting with NTFS--fdisk
10 : Answer: MS-loopback
11 : Answer: Select the Multimedia icon from within Control Panel
Note: Know all items in Control Panel, such as modem, tape device...it'll be easy if u know it, otherwise..
12 : Answer: Task Manager and Performance Monitor
13 : Answer: A
Note: The main difference between regedit and regedit32 is that 32 can only search for keys in the registry, and regedit can search for strings, values, etc
14 : Answer: Log in as administrator and share the directory-using Explorer
Note: only Admin and power users can share
15 : Answer: You must use an administrator name and password
Note: similar question like: how can a ws join a domain after installation?(Control Panel>network>identification>change)
16 : Answer: Rename the account to the new user and reset the password
17 : Answer: Use "setpass" for 3.x and CTRL-ALT-DEL for NDS. NetWare (Directory Services)
Note: only need remember these 2 ways, no any other bullshit like how to change pwd on ntws
18 : Answer: A, B, C
Note: if not routed, all you need is IP and subnetmask.
19 : Answer: C
20 : Answer: A
Note: if Ethernet, Network monitor agent
21 : Answer: A D &G
22 : Answer:1,2
Note: TCP/IP for NT server, NWlink for Novell, and GSNW CSNW are not protocols, but services.
23 : Answer: B
Note: if stripe set ,then means optimize performance, then meat the required ,if volume, then none and remember ntws does NOT support fault tolerance.
24 : Answer: B
Note: Do not confused with answer c
25 : Answer: B, C&D, remember if the question mentions about Unattended installation, there's only need these three files
26 : Answer: B. You need a 486 for workstation
27 : ANSWER: - Bootsect.dos is missing or corrupt
28 : Answer: A, B
29 : Answer: Create crash dump file On Dr. Watson window
Note: Remember application crash dumps are done in Dr. Watson, system stop errors and memory dumps are done in FAULTLOG on the Startup/shutdown menu
30 : Answer: Convert to NTFS and install NT 4.0.
31 : ANSWER: - B.
Note: if run minimum, command will be start /min /low ntbackup /r /e
32 : ANSWER: - PEER Web services.
33 : Answer: B
Note: remember PPP can auto assign IP address, while SLIP can't
34 : ANSWER: - \\sales.datum.com\reports
Note: remember \\server\share
36 : ANSWER: - C.
Note: binding order to increase network performance should in ws not server, and the most use protocol should at the top
37 : ANSWER: - B, C, D, E, and F.
Note: just remember the answers
38 : ANSWER: - NWlink IPX/SPX
Note: access resource on netware server---NWlink share resource on netware server---CSNW NetWare client share resource on ntws---FPNW
39 : Answer: A, E ,just remeber the answer
40 : Answer: Go to the System applet in the Control Panel, pick Environment tab, User Environment and add the variable and path value as the user logged in.
41 : ANSWER: -Remove the separator page option. Just remember the word 'SEPARATOR'
42 : Answer: B & D
43 : Answer: D
44 : Answer: C
45 : Answer: DLC protocol
Note: HP--DLC, Mac---AppleTalk
46 : Answer: D
47 : Answer: Change the ARC naming in the boot.ini file to the proper partition
48 : Answer: 2 different hardware profiles
49 : Answer: A
50 : Answer: B
51 : Answer: Only Administrators can view Event Viewer, so add user to Administrators group
52 : Answer: A
Note: if there's also %Processor time over 80%,the answer is still Add RAM
53 : Answer: Translates NetBIOS names to IP addresses.
Note: WINS resolve NetBIOS name and IP, DNS resolve URL and IP
54 : Answer: C
Note: Remember that there really is no way to 'upgrade' from Win95 and save all user settings. Win 3.x and earlier versions of NT can be upgraded
55 : Answer: Create a script to run after dialing
56 : Answer: In user manager enable auditing of File and Object Access
57 : Answer: A
Note: modify registry to invoke Device.log is also ok
58 : Answer: A
Note: NetWare 3.x (bindery emulation) = Preferred Server NetWare 4.x (NDS) = Default tree and context
59 : Answer: Edit ARC path in boot.ini, or use ERD to repair
60 : Answer: If there's a non-system floppy in the drive, eject it and reboot. If boot.ini is not present, replace it from a backup or use ERD to repair. If NTLDR is actually missing or damaged, repair from ERD.
61 : Answer: Must use ERD to repair.
62 : Answer: Password will never expire.
Note: like share or NTFS permission, no access always win, here's also
63 : Answer: C
Note: To close an application that is no longer responding, you must use task manager and end the task.
64 : Answer: B
Note: NWlink is Microsoft's implementation of the IPX/SPX protocol suite.
65 : Answer: A
66 : Answer: C
67 : Answer: A
Note: A printer is a logical device created in Windows NT. A printing device is the actual hardware device, which prints a document.
68 : Answer: C
Note: single NT server---Per server multi NT server ---Per seat
69 : Answer: B
70 : ANSWER: Move the Research Guidelines folder from Cindy's computer to the Lab Experiments folder on the computer named LAB1. Assign the Users local group Read permission for the Research Guidelines folder on the computer named LAB1.
Note: I just got this question and was really unlucky I forgot the answer:(
71 : Answer: No Access
Note: combine NTFS permission, take the least restrictive, while NO ACCESS always win combine NTFS and share permission, take the most restrictive, while NO ACCESS always win.