Here are some Questions.....The answers are all right!!....
Planning:
1. You are preparing to install Index Server onto your server that will index 321,000 documents. What is the recommended amount of Ram you should have installed?
A.32
B.64-128
C.128-256
D.256+
Less than 100,000 is 32 MB of RAM
100,000-250,000 documents , 64-128 MB of RAM
250,001-500,000 is 128-256 MB
over 500,000 documents is 256 MB or more is recommended.
2. When the amount of information in a Word List goes above the limit of the index server's set value, what type od index does the cached information go into?
a.master index
b.shadow index
c.word list index
d.information stays in the word list
3.You install IIS4 on a windows 95 machine and want to use index server, what do you need to do?
a.upgrade to NT server
b.upgrade to NT workstation
c.upgrade to OSR2
d.do nothing. you can use IIS as is on the windows 95 machine
4.When do you need multiple digital certificates? (Choose two)
a.When your IIS hosts virtual servers for multiple companies
b.When your virtual server is spread amoung many virtual directories accross various locations
c.When your IIS hosts virtual directories for the same company in one location
d.When your certificate server is installed on more than one server
5.You need to change the port of 200 web sites, what is the quickest way to do this?
a.create a script and run it at the IIS computer
b.create a script and run it at each remote computer
c.create a script and run it at the PDC
d.create a script and run it at each the DNS server
6. You need to change the TCP/IP "Port" of 200 web sites, what is the quickest way to do this?
a.create a script and run it on the remote machines.
b.create a script and run it on the PDC
c.create a script and run it on the BDC
d.create a script and run it on the IIS server
7. You want to host three web sites on a single IIS computer. Ten users will need to be able to access each of the web sites.
Which Microsoft operating system must you use on your computer?
a.windows 3.11
b.windows 95
c.windows nt worstation
d.windows nt server
8. You want to connect to a virtual directory using NETBIOS computer names. What TCP/IP service would you install?
a.use WINS server for name resolution
b.configure DNS for name resolution
c.use multiple DHCP servers
d.unable DHCP on the clients
9.You currently store NNTP files in a single virtual directory on a single RAID 5 disk array. How can you improve performance?
a.configure multiple virtual directories on multiple drive arrays.
b.configure multiple virtual directories on a single drive array.
10. You want to get the most performance out of your IIS4 server. What is the best way to secure sensitive directories?
a.enable SSL only when required
b.enable SSL all the time
11. You are the administrator for your company's web site and have been asked to set up a secure e-mail system using IIS4.
Which of the following would you use? (Choose three)
a.snmp
b.smtp
c.ssl
d.client certificate
12. You configure an Index server on a computer named Sales1. Sales1 is a member server in the Sales domain. You want to index documents on a computer named Marketing1. Marketing1 is a member server in the Marketing Domain.
What must you do?
a. Make Marketing1 a member of the Sales1 domain. (watch out for the way they phrase the answer....sales1 is the same as sales.....because in the answer they refer to the sales domain)
13.You have two virtual servers. How do you configure them? (Choose two)
a.Custom HTTP headers
b.Two IP addresses
c.install IIS on each server
d.install DNS and assign the same FQDN to two IP addresses
14. You need to configured three intranet Web sites. What can you do to segregate them? (choose three)
a.create one DHCP record, point all three sites to the same IP address
b.Host headers
c.modify Wins
d.three separate IP's
e.modify DNS
15. You want to install IIS to support an intranet web site for the SALES,ACCOUNTING, nd MARKETING department of your company. All of the client computers in each of these departments use web browsers to support host headers.
The requirements for each department are:
Sales Accounting Marketing
unique name unique name unique name
secure directory secure directory secure directory
a.install microsoft iis on three microsoft windows nt server computers implementing NTFS security. use a seperate computer for each department.
b.install iis on one windows nt server computer, implementing NTFS security and host headers to provide a unique URL for each department.
16.you want to connect to a virtual directory using friendly computer names. what would you use?
a.configure WINS
b.configure DNS for name resolution
c.configure DHCP on every computer
d.configure DNS
(if they ask for two then choose D aswell)
17.In NNTP you want to show an address as a different domain name. How would you do this?
a.use masquerade name
b.use alias name
c.use name alias name
d.use domain alias name
18. You have a PERL script setup on one server, you move it to another server but it does not work, what else is required?
a.Perl interpreter needs to be installed on the other server.
19.What information settings are stored in the Metabase?(choose two)
a.IIS Help Files
b.Vitual Directory Settings
c.Website Home Directory Location
d.Microsoft Management Console Snap-In definitions.
e.Microsoft Site Server Express Content Analyzer Toolbar Positions
20.You have a document called .stm which is being read as an html document do you change the mime mapping of:
.text/stml mime
.text/html mime
21.You set up a web site on your intranet. Clients use different browsers. When some clients try to access pages they receive an error message like "Error 401.2, Browser does not support required encryption method..."
Browser does not support SSL
Site using NT Challenge/Response authentication method
22.You are the administrator for an ISP. The ISP supports a variety of web sites on a single IIS computer. You went to one of the web sites and recieved the following error: http:// Access forbidden-This virtual directory requires a browser that supports the configured encryption option.
What does it look like the problem is?
a.the web site is using SSL
b.the web site is using Basic Authentication
c.the web site is using Anonymous connections
d.the web site is configured with an incorrect IP address.
23.You have a high number of not found errors on your web site. Why? (choose two)
a.Wrong virtual directory configuration
b.Wrong permission for anonymous account
c.excessive traffic on network segment
d.error on HTML codes on pages
24.You suspect that there is a CGI script running on this server that is not releasing threads. What should you do?
A Use Perf. Monitor to monitor the threads\threads state counter
B.Stop and start the WWW service of your IIS computer
C.Use Perf. Monitor to monitor the IIS globe cache fault headers counter.
D.Use Event Viewer to monitor the application faults.
25.You want to include only the files that are on the directory structure and that are currently referred by a NT HTML file on your web site. What do you do?
A. Copy the files using the MS site Server Express mapping the URL
B. Copy the files using the FTP Service
C. Copy the files using the MS Site Express mapping the file system
26.You publish 100 web pages that show several common elements. These web pages are updated 3 times a day. You want to minimize the effort required to modify the elements that are common to all the web pages. What should you do?
A. Use Server side includes. Include directives in the HTML files
B. Rename the HTML files with ASC extensions
C. Create a common IDC file for all HTPL files
D. Create a HTX file that corresponds to each HTML page
27.You have a ISAPI application that is slowly taking too many resources, how can you decrease the number of threads.
a.add more Ram
b.run each app. in a seprate memory
c.install an ISAPI filter to validate users.
28. Setup script on the server. Some can see and others not.Directory is set up for read access.
a.execute aswell
b.NTFS read for user
c.NTFS execute for user
29.Requirements for SMTP.(choose 3)
a.NTFS
b.FAT
c.TCP/IP
d.NetBIOS
e.DNS
Encryptions:
allow anonymous access- nothing is encypted
basic athentication- nothing is encrypted but a clear tex password is asked
NT Challenge/Response- password is encrypted
30.You configure your NNTP server to provide access to newsgroups for 400 users.Half of the users access the newsgroup from the intranet, the other half access the newsgroup from the internet. Your internet users access the newsgroup newsgroup through browsers that don't support challenge/response authentication.
how should you configure your security? (choose two)
a.allow anonymous user account
b.disable anoymous user account
c.enable SSL for the browsers that don't support challenge/response authentication
d.configure NT permissions for the anonymous and user accounts
31.You want to configure a web site that intergrates data and text files that are on a web site with data distribution on a Microsoft SQL server database. You want to index all of the data in the text files by using microsoft index server. You want to create a query the results of the text pages and publish the result on a single web page.
What should you do?
a Write a perl script that queries the index server to the SQL server database.
b.Write an ISAPI application that indexes the text files, queries the resulting Index, and then uses theSQL server to create a SQL Server database.
c.Write an ASP script that queries the Index Server
d.Write a DirectX script that queries the Index Server
32. You are the administrator of a web site for Donor Textiles. The home directory for Donor Textiles is c:\inetpub\Donortextiles.
You place half of the images in the c:\inetpub\donortextiles\images\directory. Users report that only the images located in the hoe directory are displayed when they access the web site. You discover that one of the images that does not display is reference by a link to:
http://donortextiles/images/image1.gif
What should you do to correct the problem?
a.Remove the images virtual directory from the web site
The Virtual Directory is c:\inetpub\wwwroot\images but the directory you put the files in is actuallu c:\inetpub\company\images. So the answer is to remove the virtual directory.