Visit http://www.LearnQuick.Com
70-087 IIS 4.0 Questions
Just passed this exam with a 854on the 7th Jan, 99, wouldnt have been possible
without this site.
Got about 12 MMC simulations, were all on Website , FTP properties, very easy
really but just remember the following points :
Always read the question properly, see which site does it specify.
Always START the newly created site or an existing one even if you just had to create a
virtual directory.
Always exit the MMC by EXIT on FILE, never do X on the right top corner.
Always check the default directory path in the web/ftp site properties (Home directory).
There were 3/4 questions on the ODBC error:(I got these 3)
ERROR "
. ODBC Error 80004005" LOGIN FAILURE.
The user has insufficient right to access the database.
"
. ODBC Error 80004005" General Network Error.
Due to heavy use the database has been recently moved to another server.
"
. ODBC Error 80004005" SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER
FOUND.
Incorrectly configured Data Source Name (DSN).
Rest all the normal questions were from this itself about 80% of them leaving the MMC
questions.
You can easily get them from Erics dump still I shall repeat a few:
When you add an extension .DOC in the MIME setting, where does this information store?
Metabase
You install MS SMTP service. Users report that it takes up to 48 hours to receive
unrelated messages notification. You want users to receive undeliverable messages
notification in shorter amount of time. What should you do?
Decrease the retry interval to 30 minutes
What are two methods to monitor the performance of Index Server?
1) Performance Monitor and 2) .IDA script.
Allow a range of IP addresses 192.168.0.96 - 192.168.0.127 Subnetmask: 255.255.255.224
deny all others.
a.) 192.168.0.0, 255.255.255.224
b.) 192.168.0.96, 255.255.255.192
c.) 192.168.0.96, 255.255.255.224
d.) 192.168.0.127, 255.255.255.192
My answer was c.)
You import 2 log files per day. You have >900 users accessing you site. You want to
reduce Import time & resolution time. What should you do?
Increase cache period of IP lookups for importing log files. Decrease IP address timeout
resolution time. (This one will increase import but you will miss changes so definitely
the first one before this one)
We are experiencing 6 local query retry daily. How to increase the performance.
Decrease the local query retry interval and increase the incoming mail timeout.
You want to have web pages with the extension HTMH, how do you add this so users can
access.
Text/html MIME setting
How to improve SMTP performance?
Decrease message sizes allowed, decrease the update/retry interval, move badmail folder to
another directory
You configure multiple sites on a IIS 4.0 server. Both sites share the same IP address,
Home Directory and TCP port. DNS entries have been setup that point each FQDN to the same
IP address. However, when users try to go to the 2nd web site they open up t
Configure Site 2 to use a Host Header
You administer a NNTP server. How can you enable searching capabilities?
Install and configure Index Server
Trouble with slow access on IIS computer. Discover via performance monitor that the
server has low processor usage and high network bandwidth usage. What should you do?
Add another network adapter
Discover that the average reading of local retry queue length is 6. How can you improve this?
Decrease local retry queue length interval
Your web site uses virtual directories on 4 servers. You want to create a summary of all images on your site. How?
Generate images report from site server express.
You have a high no. of not found errors on your web site. Why? (Choose 2).
a· Wrong virtual directory configuration.
b. Wrong permissions on anonymous
c· Excessive traffic on network segment.
d· Errors in HTML code on pages
a & c if choose 1 then a
One reaches files on browser but another can't
Install SSL capable browser on client
Create own custom errors?
properties of website Custom errors tabs and assign errors to created files
You have a company web called "Company" (or whatever) with its home directory
as c:\inetpub\company.
You put some image files in c:\inetpub\company\images. Users complain that they can only
access the images in the home directory. You look at the link and find you cannot access http://company/images/image1.gif
Look at the example. What should you do?
The example is a MMC screen shot, it shows the Virtual Directory "Images" as
c:\inetpub\wwwroot\images
This had me confused for ages until I realized that the virtual directory IS NOT the same
one that the images were put into: The Virtual Directory is c:\inetpub\wwwroot\images but
the directory you put the files in is actually c:\inetpub\company\images. So the answer is
to remove the virtual directory.
Your SMTP users are complaining that it takes too long to get "Undeliverable"
messages back - it takes 48 hours. How can you reduce the time taken? (Example shows Retry
attempts=48, retry time = 60 (minutes))
Reduce retry time or retry attempts
You have two domains. Domain A and B. You are the administrator of domain a and Wins
and DNS are enabled on you domain. You want to be able to access computers on domain B by
using the computer name. What do you do? (Choose three)
My answer was to set up a trust, add to the local admins group and set up the WINS servers
in both the domains as PUSH-PULL to
replicate their data.
You install IIS on a Win95 machine and want to use Index server, what do you need to
do?
Upgrade to NT Server
You are behind a firewall and want to administer an IIS server with HTMLA, what port
does the firewall have to let through.
RPC listener port
You had 50 MB of data that index server was tracking. You add 100 more and users
complain it is too slow. What do you do?
Force master merge
You have 3 web sites running on one IIS server. When a user uses index server to do a
query, he gets data back from all of the web sites. What do you do?
Index for each site or Use scope in the .idq file
You have a URL off of a page to another page. You now change the contents of the second
page to have information you want to secure with SSL. How do you change the URL to signify
this change after you have added the SSL?
https://
Youve grouped together all CGI scripts and ISAPI apps into the scripts
folder and assign execute rights to the folder. Afterwards, the ISAPI works and the CGI
doesn't. (Or ISAPI doesnt and CGI does)
Assign execute rights for the folder as well. Needs to have NTFS rights on folder. NTFS
should match what is in IIS prop. Also IUSR must have rights or other user. Must see
options and original question. (Read for CGI, Execute for ISAPI)
Configuring a web site for CGI and ISAPI with execute rights in the \scripts directory
(where the cgi and isapi files are placed). But cannot read the Isapi files why?
Stop and restart the service
Requirements for SMTP-choose 3
NTFS, TCP definite. DNS
You have a PERL script setup on one server, you move it to another server but it does
not work, what else is required?
Perl interpreter installed on the other server.
You have a web site you want to secure so that just managers can see it. Which service
should you use?
a) Certification Server
You have an ISAPI app that managers use (worthless.dll). Rose became a manager
and was added to the managers group but it still does not work, why?
Stop and restart services depends on answers given.
Your Domain name is currently set to one of you subsidiaries, How do you get SMTP mail
to appear it is coming from your real companies domain?
Masquerade domain
What's the easiest way to find how may 32K objects that have HTML extensions.
(Site server express content Analyzer)
You have 2 servers (NY and Ontario), what's the easiest way to change the IP ports on
the 200 sites contained at those locations?
Write a VB script and run it on one site
You want to get the most performance out of your IIS server. What is the best way to
secure sensitive directories?
Enable SSL only when required-
Also a similar question where SSL is implemented and you have to
Increase the performance
SO, answer is Upgrade CPU as ssl is CPU intensive
Which options would require multiple certificates?
Server hosting web sites for multiple companies
Server has links to servers in different domains
MOST OF THESE HAVE BEEN ALREADY PUT UP, BUT I AM
PUTTING THOSE WHOSE ANSWERS ARE CONFIRMED RIGHT.
LAST BUT NOT THE LEAST, MY THANKS TO ALL THOSE WHO
HELPED IN MAKING THIS SITE A SUCCESS
SIGNED,
PARUL.