Visit http://www.LearnQuick.Com
Passed IIS4.0 this Monday (November 23, 1998) with score 910.
It is NOT that hard provided you prepare well despite some answers cannot be found in
the braindump or training materials.
Questions are pretty straight forward. Simulations are easy. But you need hands-on.
The training material I use is Microsoft IIS training kit that comes with an evaluation
copy of IIS and Proxy server. This helps me clear the doubt of hands-on. On-line
documentation is good. Read it.
I notice wordings of the questions have changed a little bit. Watch out for the change.
Read the questions word by word carefully. I make it, you definitely CAN make it better.
Below is my compilation of the exam questions. I put cl=100% next to the answer meaning
that the confidence level is 100%. However, if you disagree; research the answers.
SIMULATION
WEB SITES (VIRTUAL SERVER)
Q1 Create a virtual web site for your company.
- Create a physical directory using NT explorer.
- MMC / right click computer icon à new web site / supply
web site description / supply IP address and port number / supply physical path / assign
web access permission
Q1A Create a web site named WWWROOT for c:\wwwroot with IP 172.31.255.201 and another
web site named WEBPUB for d:\inetpub\webpub with IP 192.168.1.253.
- Create physical directories c:\wwwroot and c:\inetpub\webpub using NT explorer.
- MMC / right click computer icon à new web site / supply
web site description WWWROOT / supply IP address 172.31.255.201 and port
number / supply physical path c:\wwwroot / assign web access permission
- Repeat above for web site WEBPUB.
Q2 Create a virtual web directory for your company.
- MMC / right click the appropriate web site à new virtual
directory / supply alias to access virtual directory / supply physical path / assign web
access permission
Q3 Deny web access to all IP addresses except 192.168.0.96 to 192.168.0.127.
- MMC / right click appropriate web site à properties /
directory security à IP address and domain restriction à edit / deny all, add 192.168.0.96 255.255.255.224.
Q3A You have configured a web site named customer support to allow anonymous access.
Use MMC to deny access to a specific client with IP address 172.30.124.189.
- MMC / right click web site customer support à
properties / directory security à IP address and domain
restriction à edit / grant all, add 172.30.124.189.
Q4 Decrease the number of inactive connections without decreasing the number of user
connections or timeout value.
- MMC / right click appropriate web site à properties /
performance à disable HTTP keep alives.
Q5 Synchronize a password for the anonymous user IUSER_NT5 in MMC.
- MMC / right click appropriate web site à properties /
directory security à anonymous access and authentication
control à edit / allow anonymous access à edit / use name IUSER_NT5 and enable automatic password
synchronization.
Q6 Enable logging on the default web site and configure it to start new logs when the
file size reaches 4Mbytes.
- MMC / right click default web site à properties / web
site à enable logging à
properties / change file size to 4MBytes.
Q7 Disable anonymous access to web site.
- MMC / right click appropriate web site à properties /
directory security à anonymous access and authentication
control à edit / disable allow anonymous access.
Q8 Your default web site allows 1000 concurrent connections. You want to provide users
with web access to a local directory to c:\docs\public. You want to limit the number of
users who can simultaneously access to 10.
- MMC / right click appropriate virtual directory à
properties / virtual directory à change limited to 10
connections.
Q9 You want a custom error message for users on your default web site who are denied
access to your IIS computer. You create a custom error number 404 that is located at
c:\custom\error404.htm.
- Edit file c:\winnt\help\common\404-n.htm and save it as c:\custom\error404.htm
- mmc / right click appropriate web site à properties /
custom errors à select 404-n.htm à
edit properties / change file location to c:\custom\error404.htm
Q10 Configure ISAPI filter "My Filter" located in c:\Docs\Myfilter.dll for
default web site
- mmc / right click default web site à properties / ISAPI
filter à add filter name My Filter and executable c:\Docs\Myfilter.dll
FTP SITES
Q1 Create a virtual FTP site for your company.
- Create a physical directory using NT explorer.
- MMC / right click computer icon à new FTP site / supply
FTP site description / supply IP address and port number / supply physical path / assign
FTP access permission
Q2 Create a virtual FTP directory for your company.
- MMC / right click the appropriate FTP site à new virtual
directory / supply alias to access virtual directory / supply physical path / assign FTP
access permission
Q2A Create 2 virtual FTP directories. Paths are c:\docs with read/write permission,
c:\forms with read permission.
- Create a physical directories c:\docs and c:\forms using NT explorer.
- MMC / right click the appropriate FTP site à properties /
new virtual directory / supply alias to access virtual directory / supply physical path c:\docs
/ assign FTP access permission read/write
- Repeat above for c:\forms.
Q2B Create a virtual FTP directory on a remote machine with
UNC=\\win95\public\information.
- MMC / right click the appropriate FTP site à new virtual
directory / supply alias to access virtual directory / supply physical path \\win95\public\information / supply username and password / assign FTP access permission
read/write
Q3 Change the number of concurrent FTP connections.
- MMC / right click appropriate FTP site à properties / FTP
site à change limited to xxx connections.
Q4 Enable logging on the default FTP site and configure it to start new logs when the
file size reaches 4Mbytes.
- MMC / right click default FTP site à properties / FTP
site à enable logging à
properties / change file size to 4MBytes.
Q5 Disable anonymous access to FTP site.
- MMC / right click appropriate FTP site à properties /
security account à disable allow anonymous connection
Q6 You want to configure access to the default FTP site so that FTP listens to port
15723.
- MMC / right click default FTP site à properties / FTP
site à change port to 15723.
Q7 Change the directory listing mode from DOS to UNIX for a default FTP site.
- MMC / right click default FTP site à properties / home
directory à change directory listing style to UNIX.
WEB SITES (VIRTUAL WEB SERVERS)
Q1 You configure multiple web sites using IIS4.0
server. Both sites share the same IP address, virtual directory and TCP port. DNS entries
have been setup that points each FQDN to the same IP address. However, when users try to
go to the second web site, failed. Why?
- Configure HOSTS file on the server
- Configure HOSTS files on the clients
- Configure the clients to use DNS
- Configure web site 2 to use host header ß answer
(cl=100%)
Q1A You have one IP address and two virtual servers. What do you do?
- Use host header ß answer (cl=100%)
Q2 You need to configure 3 intranet web sites. How to segregate?
- Use host header ß answer (cl=100%)
- Use 3 separate IP addresses and modify DNS ß answer
(cl=100%)
Q3 You are behind a firewall and want to administer an IIS server with ISM HTMLA. What
port does the firewall have to let through?
- RPC listener port
- HTTPS
- SSL
- The port for iis admin created during iis installation ß
answer (cl=100%)
Q4 You need to change the port of 200 web sites. What is the quickest way to achieve
this?
- Use windows scripting host (WSH) ß answer (cl=90%)
Q4A You have 2 servers (NY and Ontario). What is the easiest way to change the IP ports
on the 200 sites contained at those locations?
- Use internet service manager to change individual ports
- Use internet service manager HTMLA to change individual ports
- Write a VB script and run it on both servers ß answer
(cl=95%)
- Write a VB script and run it on one servers
Q5 What is contained in the metabase? Select all that apply.
- IIS help file location
- Virtual directory and security settings ß answer
(cl=100%)
- Web site home directory and permission ß answer (cl=100%)
- MMC snap-in info
- Site server toolbar settings
- Index server settings
- Site server express settings
Q6 Where should host headers for IP addresses be placed?
- HOSTS files on NT servers
- LMHOSTS files on NT servers and clients
- On the WINS ß answer (cl=100%) (use static mapping on
WINS)
- On DNS database ß answer (cl=100%)
Q7 You want to host 3 web sites on a single IIS. 10 users will need to access the web
sites simultaneously. Which operating system must you use on IIS?
- NT server ß answer (cl=100%) (only NT server support
multi hosting)
Q7A Install IIS4.0 in Windows95. You want to use index server. What do you need to do?
- Upgrade to NT server ß answer (cl=100%)
- Upgrade to NT workstation
- Upgrade to OS/2
- Do nothing. You can use IIS as is on Windows95
Q8 Paul needs to change the IIS default web site on the road from his win95 laptop.
How?
- Use ISM MMC
- Use ISM HTMLA ß answer (cl=100%)
Q9 You setup 3 intranet web sites and set them to use host headers. How do users find
them?
- Install modified HOSTS file to server
- Install modified HOSTS file to all clients
- Install modified LMHOSTS file to all clients
- Modify WINS server ß answer (cl=100%) (use static mapping
on WINS)
Q10 You have configured a virtual directory on your server called "White
Horse". After doing so, some people cannot access it. What should you do?
- Change name to Whitehorse ß answer (cl=100%) (older
browsers do not allow space in URL)
- Assign NTFS rights to directory
Q11 You setup 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
"What is wrong?
- Browser does not support SSL
- Site using NT challenge/response authentication method ß
answer (cl=100%)
- SSL certificate on server is invalid
Q12 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 RAM
- Add another network adapter ß answer (cl=100%)
- Increase timeout connection for your web site
Q13 What IIS computer configuration settings are stored in the metabase?
- Virtual server and directory settings ß answer (cl=100%)
- HTTP-specific properties ß answer (cl=100%)
- Computer and Web site properties ß answer (cl=100%)
- Logging properties ß answer (cl=100%)
- FTP-specific properties ß answer (cl=100%)
- File properties ß answer (cl=100%)
- Filter properties ß answer (cl=100%)
- SSL key properties ß answer (cl=100%)
Q14 You want to create a virtual directory for your web site that points to the
directory on a Netware server. You define the virtual directory by using a UNC path that
points to a directory on the Netware server. You configure read access permission on the
script permission for the virtual directory. You find that you are unable to read the
files on a Netware server by using the virtual directory. What should you do?
- Create an IIS ISUR_computername account. On the Netware server, configure the
appropriate Netware file permission ß answer (cl=100%)
- Move the data from the Netware server to the NT server computer. Create a virtual
directory to point to the NT server
- Configure the read, write and execute permission on the virtual directory
- Connect to the Netware server by using IP address rather than UNC path
Q15 DNS is not enabled and you want to connect to a virtual directory "home"
on server1 with IP address w.x.y.z. What URL do you use?
Q16 Becky logs onto a sensitive web site and it is setup to use basic authentication.
What is encrypted?
- Password and data are encrypted
- Password is encrypted, data isnt
- Data is encrypted, password isnt
- Nothing is encrypted ß answer (cl=100%)
Q17 Mary was promoted to manager. Managers have special access to a folder but Mary
cannot access. She has same permissions as Bill does and he can access it. What do you do
for Mary?
- Stop and restart WWW site ß answer (90%)
Q18 Where are MIME settings kept?
- Metabase ß answer (cl=100%)
- Registry
Q19 Company with web site and a virtual directory. Images are placed on both. But users
can only see web site images not those in virtual directory. What do you do using MMC to
correct this problem?
- Check read permission in virtual directory and NTFS user account permission ß answer (cl=100%)
Q20 Want user friendly names to access sites. What do you use?
- DNS and WINS servers ß answer (cl=100%)
Q21 Two sets of users are accessing your site. Some intranet and some internet. The
external use browsers that cannot access WINNT challenge/response authentication. How do
you set up your site for access to both?
- Basic authentication ß answer (cl=100%)
Q22 You want to exclude the IP address range from 196.120.35.32 to 196.120.35.63. What
netwotk id and subnet mask to us?
- 196.120.35.32 and 255.255.255.0
- 196.120.35.32 and 255.255.255.248
- 196.120.35.32 and 255.255.255.224 ß answer (cl=100%)
- 196.120.35.32 and 255.255.255.192
- 196.120.35.64 and 255.255.255.240
- 196.120.35.0 and 255.255.255.224
- 196.120.35.64 and 255.255.255.252
Q23 You are on server2 and setup a virtual directory to \\server1\stuff. An error message "directory
inaccessible, unable to login" comes up after setting up. What is wrong?
- User has different rights ß answer (cl=80%)
- Server is in a different domain
Q24 There are 100 web pages on a web site sharing common elements. If you are the
administrator of this web site and the web pages need to be updated 3 times everyday. What
is the most least administrative efforts way to maintain this web site?
- Create common .idc files for all HTML files
- Create common .htx file for all HTML files
- Rename all .htm files to .asp files
- Use server side include directives in the HTML file ß
answer (cl=100%)
Q25 What permissions must you give to a virtual directory containing image.gif/.jpeg?
- Execute permission
- Read permission ß answer (cl=90%)
- Do not change permissions
FTP SITES
Q1 You setup a FTP site and a virtual directory with directory listing set to UNIX.
Afterwards not all users can access it. How do you fix the problem?
- Set listing style to DOS ß answer???
- Assign NTFS rights for that virtual directory to users ß
answer (cl=100%)
- Stop and restart FTP site
Q2 You have an IIS installation which has only FTP service. How can you configure the
FTP site remotely?
- Allow anonymous to FTP
- Setup WINNT challenge/response login
- Enable WWW ß answer (cl=100%)
Q3 You want to limit access to the FTP server. You change control connection TCP/IP
port number 20962 on the IIS computer. You then connect from another computer on the same
network by specifying the computer IP address in the FTP client application. You receive
the following error messages: Internet Explorer cannot open the internet site
FTP:\\10.2.1.10\. Operation timed out. What is the cause of the problem?
- The FTP client application is attempting to connect to a well known TCP/IP port ß answer (cl=100%)
- The IP stack on the client computer does not support connections over 1000
- The HOSTS file on the client computer does not include 20962 after the IP address on the
IIS computer
- The LMHOSTS file on the client computer does not include 20962 file after the IP entry
on the IIS computer
Q4 You change the port number for your FTP site. Now you cannot connect from another
PC. Why?
- PC tries to connect with default port number ß answer
(cl=100%)
Q5 FTP server is setup with directory annotation, UNIX command and some other stuff.
Some users can access while some users cant. How do you fix it?
- Disable annotation ß answer (cl=80%)
- Change to DOS listing
SMTP
Q1 How to increase SMTP performance?
- Decrease message size allowed
- Decrease the update/retry interval ß answer (cl=80%)
- Move badmail folder to another directory
Q2 Your domain name is currently set to one of your subsidiaries. How do you get SMTP
mail to appear it is coming from your real company domain.
- Masquerade domain ß answer (cl=100%)
- Smart host header
- Domain name change
Q3 Requirements for SMTP. What are they? (Choose all apply)
- NTFS ß answer (cl=100%)
- FAT
- TCP/IP ß answer (cl=100%)
- Netbios
- DNS (Host to IP) ß answer (cl=100%)
Q4 From SMTP performance monitor, you find the average local retry queue length is 6.
How would you improve performance for the service.
- Increase NTFS cache size
- Increase incoming connection timeout
- Decrease the local retry queue length interval ß answer
(cl=100%)
- Decrease remote queue max hop count
Q5 Users complaints that it takes too long to get back "undeliverable" SMTP
messages. How can you reduce the time taken?
- Reduce (local/remote) queue retry count ß answer
(cl=100%)
Q6 Which of the following methods are used to secure SMTP service (choose all that
apply)
- SSL identity verification ß answer (cl=100%)
- NT challenge/response authentication ß answer (cl=100%)
- Reverse DNS lookup ß answer (cl=100%)
- IP address and domain restriction ß answer (cl=100%)
Q7 SMTP should be configured to securely transfer mail between 2 sites. How?
- SSL ß answer (cl=100%)
- PPTP
Q7A You have an IIS with SMTP server and 2 branch offices. They are backboned together
with IIS over the internet. What should you implement in order to ensure secure
communication?
- SSL between sites ß answer (cl=90%)
- No change
NNTP
Q1 You install MS NNTP service. You want to provide search capabilities for the
newsgroup of your xxxxx to your users. What should you do?
- Implement MS index server. Use .idq files to search for the newsgroup ß answer (cl=100%)
- Implement ODBC connections to the MS SQL server. Use SQL queries to search for the
newsgroup
- Instruct users to use the search capabilities for a newsgroup reader
- Do nothing. It is not possible to search for newsgroup for marked messages
Q2 You are the administrator of IIS computer that runs MS NNTP service. Your server has
a single home directory configured with the single RAID area. As the number of messages
stored in the newsgroup increases, users report server responses too slow. What can you do
to improve the response time?
- Configure multiple virtual directories in a single drive area ß
answer (cl=90%)
- Configure multiple virtual directories in a multiple drive area ß
answer (cl=100%)
- Move the virtual folder location onto a non RAID 5 disk
- Break NNTP up into many virtual folders
- Break NNTP up into many servers/many arrays
Q3 You setup expiration policy on NNTP articles for 7 days or when it reaches 500MB for
all notes. When does it expire?
- If file exceeds the particular size, the oldest documents will be deleted regardless of
age. If a document hits 7 days, it will be deleted regardless of size ß answer (cl=100%)
Q4 Create expiration policy for NNTP site
- mmc / right click default NNTP site à new expiration
policy / supply expiration policy description / assign expiration policy to newsgroup(s) /
define when articles be deleted on age or size
INDEX SERVER
Q1 You have 50MB of data that index server is tracking. You add 100MB more and users
complain it is too slow. What do you do?
- Force master merge ß answer (cl=100%)
- Redo master index
Q2 You have a 500MB corpus. How many free disk space does index server require to
index?
- 200MB (40% of corpus) ß answer (cl=100%)
Q3 You install IIS on Win95 machine and want to use index server. What do you need to
do?
- Upgrade to NT server ß answer (cl=100%)
Q4 What to do to search unfiltered documents?
- Use CiForceCi=True in the .idq file
- @Unfilterd=True ß answer (cl=100%) (@Unfiltered=True in
the .idq file)
- @contents=unfiltered
- Run srchenu.exe
- List noise word file
Q5 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 the web sites. What should you do?
- Create an index for each site ß answer
- Create a catalog for each site ß answer (cl=100%)
- Limit rights
Q6 Index server is installed on box with 64MB RAM and 64MB swap file. Index server is
moving slow so you increase the index server cache setting and is now moving even slower.
Why?
- Force master merge
- Force shadow merge
- More index server cache is residing on the swap file ß
answer (cl=100%)
Q7 There are two domains Sales and Marketing (no trust specified). IIS is running on
Sales1 in Sales domain and wants to index something on the Marketing1 server in Marketing.
What should you do?
- Create an account on Marketing1 that can be accessed from Sales ß
answer (cl=90%)
- Make Marketing1 part of Sales domain
- Assign virtual directory on Sales that points to Marketing ß
answer???
Q8 Word lists are taking up too much memory. What do you do? (select 2 options)
- Decrease the size of word lists ß answer (cl=100%)
- Decrease the number of word lists ß answer (cl=100%)
- Increase the number of word lists
- Increase the size of word lists
Q9 What are the 2 methods to monitor performance of index server?
- Performance monitor ß answer (cl=100%)
- .ida script ß answer (cl=100%)
Q10 You have a web site that integrates data in text files with data stored in SQL. You
want to index all data of the text file. You want to query the text file and the SQL
database. What should you do?
- Write a PERL script
- Write an ISAPI application that indexes the text files, queries the resulting index and
then uses SQL to query the SQL database
- Write a CGI script that executes an index server query and queries the SQL database
- Write an ASP that uses index server query language and that uses SQL extensions to index
server to query SQL ß answer (cl=70%)
Q11 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?
- 32MB (less than 100,000 documents)
- 64-128MB (100,000 to 250,000 documents)
- 128-256MB ß answer (cl=100%) (250,000 to 500,000
documents)
- over 256MB (over 500,000 documents)
Q12 When the amount of information in a word list goes above the limit of the index
servers set value, what type of index does the cached information go into?
- Master index
- Shadow index ß answer (cl=100%)
- Word list index
- Information stays in the word list
SITE SERVER EXPRESS
Q1 You import 2 log files per day. You have 900 users accessing your site. You want to
reduce import time and resolution time. What should you do?
- Increase IP address timeout resolution time
- Decrease IP address timeout resolution time ß answer???
- Increase cache period of IP lookups for importing log files ß
answer (cl=70%)
- Decrease cache period of IP lookups for importing log files
Q2 Your web site uses virtual directories on 4 servers. You want to create a summary of
all images on your site. How?
- Generate image report from site server express ß answer
(cl=100%) (site summary report)
- Issue query using index server
Q3 What is the easiest way to find how many 32K objects that have HTML extension
- Site Server ß answer (cl=100%) (Quick search of content
analyzer under site server express)
- Import a log file to an Excel spread sheet
- Use NT explorer to search web site directories
- Use FTP
Q4 You have a laptop and want to download whole web site. How?
- Site server express ß answer (cl=90%)
Q5 You are logging WWW with text logging and you want to know where to find the number
of page hits. How?
- In the log files ß answer (cl=100%)
- Event viewer
Q6 3 sites require host headers summary. How?
- Use index server
- Use site server express ß answer (cl=90%)
Q7 Site server reports hourly on web site. Some IPs are not logged. Why?
- It is setup to discard open visits on the turn around ß
answer (cl=70%)
- It is setup to commit open visits
- Cannot resolve client IP address to host
- Clients have invalid IP
Q8 You access a web page. You want to use site server to download the web page and all
its links. How do you setup site server to download?
- Using URL name ß answer (cl=100%)
- Using physical directory
PERFORMANCE TUNING AND TROUBLESHOOTING
Q1 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 RAM
- Add another network adapter ß answer (cl=100%)
- Increase timeout connection for your web site
Q2 Discover that the average reading of "local retry queue length" is 6. How
can you improve it?
- Decrease local retry queue length interval ß answer
(cl=100%)
- Increase connection timeout ß answer??? (see Q4 of SMTP)
- Decrease remote queue max hop count
Q3 How can you decrease the number of threads used by web applications?
- Run all applications in a separate memory space
- Add RAM to IIS computer ß answer (cl=70%)
Q4 You have a high number of not found errors on your web site. Why?
- Wrong virtual directory configuration ß answer (cl=90%)
- Wrong permission for anonymous account
- Excessive traffic on network segment
- Error on HTML codes on pages
Q5 You want to enable logging of your web site. What option should you choose to allow
the lowest processing overhead?
- Normal text log ß answer (cl=100%)
- Compressed normal text log
- Logging to SQL database
- Logging to a remote SQL database
Q6 How can you maximize performance with SSL?
- Increase CPU ß answer (cl=100%)
- Add more RAM
- Faster hard disk
ODBC ERRORS
Q1 A user tries to connect to a database via your companys web site and receives
the error "ODBC
" Login failure. What is the possible cause?
- The user has insufficient permission to access the database ß
answer (cl=100%)
- The user has insufficient permission to access RESOURCES in the database
- Recent revisions of the database changed the connection method from named pipes to
TCP/IP
- Due to heavy use, the database was recently moved to another server.
- ODBC driver not configured
- Data source name is configured incorrectly
Q2 A user tries to connect to a database via your companys web site and receives
the error "ODBC
" General network error. What is the possible cause?
- The user has insufficient permission to access the database
- The user has insufficient permission to access RESOURCES in the database
- Recent revisions of the database changed the connection method from named pipes to
TCP/IP
- Due to heavy use, the database was recently moved to another server ß answer (cl=100%)
- ODBC driver not configured
- Data source name is configured incorrectly
Q3 A user tries to connect to a database via your companys web site and receives
the error "ODBC
" MS OLE ODBC provider for ODBC driver error 80004005. MS
ODBC driver manager. Data source name not found and no default driver specified. What is
the possible cause?
- The user has insufficient permission to access the database
- The user has insufficient permission to access RESOURCES in the database
- Recent revisions of the database changed the connection method from named pipes to
TCP/IP
- Due to heavy use, the database was recently moved to another server.
- ODBC driver not configured
- Data source name is configured incorrectly ß answer
(cl=100%)
- Database name has not been currently configured
- IIS computer cannot resolve the DSN name of the SQL server database
Q4 A user tries to connect to a database via your companys web site and receives
the error "ODBC
" Unable to find resources. What is the possible cause?
- The user has insufficient permission to access the database
- The user has insufficient permission to access RESOURCES in the database
- Recent revisions of the database changed the connection method from named pipes to
TCP/IP
- Due to heavy use, the database was recently moved to another server.
- ODBC driver not configured ß answer (cl=100%)
- Data source name is configured incorrectly
RUNNING APPLICATIONS
Q1 Configure a web site for CGI and ISAPI with execute rights in the
"\scripts" directory (where the CGI and ISAPI are placed). But cannot read the
ISAPI files. Why?
- Execute rights on NTFS
- Read permission on NTFS for directory
- Read access on directory
- Stop and restart WWW service ß answer (cl=100%)
Q1A You are running ISAPI and CGI scripts. You move these to a virtual directory and
assign permissions. What must you do so that users can run both?
- Stop and restart WWW ß answer (cl=100%)
- Stop and restart MCC
- In ISM, assign read permissions for the scripts virtual directory
- In ISM, assign execute permissions for WWWroot directory
Q2 You have a document called .stm which is being read as an html document do you
change the MIME mapping of:
- .text/stml MINE
- .text/html MIME ß answer (cl=90%)
Q2A .stm extension (binary files from your application) conflicts with server parsed
html-documents. What do you do?
- Modify MIME mappings text/stm ß answer???
- Modify MIME mappings text/html ß answer (cl=90%) see Q2
above
- Modify application extension mapping for server side including directives and rename the
necessary files
- Associate files with .stm extension with inetmgr.exe
Q3 You suspect that there is a CGI script running on this server that is not releasing
threads. What should you do?
- Use performance monitor to monitor the threads\threads state counter
- Stop and restart the WWW service of your IIS computer ß
answer (cl=90%)
- Use performance monitor to monitor the IIS globe cache fault headers counters ß answer???
- Use event viewer to monitor the application faults.
Q3A You have a ISAPI application that is slowly taking too many resources. How can you
decrease the number of threads?
- Add more RAM ß (cl=80%)
- Run each application in a separate memory ß answer???
- Install ISAPI filter to validate users
Q4 You have a functioning PERL script in the IIS server1. You move the script to
another IIS computer named server2. You test the script it does not work. You verify that
script is located in the same server. You also verify that all users have the single
script execute and common. What should you do?
- Install a PERL interpreter (on server2) ß answer
(cl=100%)
Q5 Change DNS domain from .edu to .com on all sites. How?
- Windows scripting host (WSH) ß answer (cl=90%)
- ASP script
SECURITY
Q1 If you secure the access to a web page using SSL, how do you change the URL in order
to access the secure page?
- https:// à answer (cl=100%)
- httpssl://
- http://
Q2 You enable SSL on a virtual directory. A user is complaining that they can not see
any files but you can. What do you do?
- Install a SSL capable browser for the client ß answer
(cl=100%)
Q3 You have a separate directory for each client and they are only allowed to access
their own directory. What is the best security method?
- Client certificate ß answer (cl=100%)
Q4 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 ß answer (cl=100%)
- Enable SSL all the time
- Use client certificate
- Move SSL directories to a separate PC
Q5 Which options would require multiple certificates? Choose two
- Server hosting web site for multiple companies ß answer
(cl=95%)
- When your virtual server is spread among many virtual directories across various
locations ß answer (cl=95%)
- Server has links to servers in different domains ß
answer???
- When your certificate server is installed on more than one server
- When your IIS hosts virtual directories for the same company in one location
Q6 John setup 3 anonymous logins to IIS with different passwords. Suddenly nobody can
access the sites. They are using NT challenge/response logins. What is the problem?
- John does not change the passwords in NT to match ß
answer (cl=90%)
Q7 You have a web site that you want to secure so that just managers can see it. Which
service should you use?
- Certificate server ß answer (cl=100%)
- Transaction server
- Site server
- Message queue server