发信人: tinybird()
整理人: reynolds(1999-09-29 23:22:39), 站内信件
|
QUESTION--1 You install MS NNTP service. You want to provide search ca pabilities for the newsgroup of your xxxxx to your users. What should you do?
Implement MS index server. Use .idQuestion-- files to search for the n ewsgroup  answer
Implement ODBC connections to the MS SQUESTION--L server. Use SQUESTIO N--L Question--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 mess ages
QUESTION--2 You are the administrator of IIS computer that runs MS NNT P service. Your server has a single home directory configured with the single RAID area. As the number of messages stored in the newsgroup i ncreases, users report server responses too slow. What can you do to i mprove the response time?
Configure multiple virtual directories in a single drive area  answer
Configure multiple virtual directories in a multiple drive area ᠖ 3; answer
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
QUESTION--3 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 dele ted regardless of age. If a document hits 7 days, it will be deleted r egardless of size  answer
QUESTION--4 Create expiration policy for NNTP site
mmc / right click default NNTP site  new expiration policy / s upply expiration policy description / assign expiration policy to news group(s) / define when articles be deleted on age or size
INDEX SERVER
QUESTION--1 You have 50MB of data that index server is tracking. You a dd 100MB more and users complain it is too slow. What do you do?
Force master merge  answer
Redo master index
QUESTION--2 You have a 500MB corpus. How many free disk space does ind ex server require to index?
200MB (40% of corpus)  answer
QUESTION--3 You install IIS on Win95 machine and want to use index ser ver. What do you need to do?
Upgrade to NT server  answer
QUESTION--4 What to do to search unfiltered documents?
Use CiForceCi=True in the .idQuestion-- file
@Unfilterd=True  answer (@Unfiltered=True in the .idQuestion-- file)
@contents=unfiltered
Run srchenu.exe
List noise word file
QUESTION--5 You have 3 web sites running on one IIS server. When a use r 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
Limit rights
QUESTION--6 Index server is installed on box with 64MB RAM and 64MB sw ap 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
QUESTION--7 There are two domains Sales and Marketing (no trust specif ied). IIS is running on Sales1 in Sales domain and wants to index some thing on the Marketing1 server in Marketing. What should you do?
Create an account on Marketing1 that can be accessed from Sales ᠖ 3; answer
Make Marketing1 part of Sales domain
Assign virtual directory on Sales that points to Marketing  an swer???
QUESTION--8 Word lists are taking up too much memory. What do you do? (select 2 options)
Decrease the size of word lists  answer
Decrease the number of word lists  answer
Increase the number of word lists
Increase the size of word lists
QUESTION--9 What are the 2 methods to monitor performance of index ser ver?
Performance monitor  answer
.ida script  answer
QUESTION--10 You have a web site that integrates data in text files wi th data stored in SQUESTION--L. You want to index all data of the text file. You want to Question--query the text file and the SQUESTION--L database. What should you do?
Write a PERL script
Write an ISAPI application that indexes the text files, Question--quer ies the resulting index and then uses SQUESTION-10A to Question--query the SQUESTION--L database
Write a CGI script that executes an index server Question--query and Q uestion--queries the SQUESTION--L database
Write an ASP that uses index server Question--query language and that uses SQUESTION--L extensions to index server to Question--query SQUEST ION--L  answer (cl=70%)
QUESTION--11 You are preparing to install index server onto your serve r 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 (250,000 to 500,000 documents)
over 256MB (over 500,000 documents)
QUESTION--12 When the amount of information in a word list goes above the limit of the index server's set value, what type of index does the cached information go into?
Master index
Shadow index  answer
Word list index
Information stays in the word list
SITE SERVER EXPRESS
QUESTION--1 You import 2 log files per day. You have 900 users accessi ng 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  a nswer (cl=70%)
Decrease cache period of IP lookups for importing log files
QUESTION--2 Your web site uses virtual directories on 4 servers. You w ant to create a summary of all images on your site. How?
Generate image report from site server express  answer (site s ummary report)
Issue Question--query using index server
QUESTION--3 What is the easiest way to find how many 32K objects that have HTML extension
Site Server  answer quick search of content analyzer under sit e server express)
Import a log file to an Excel spread sheet
Use NT explorer to search web site directories
Use FTP
QUESTION--4 You have a laptop and want to download whole web site. How ?
Site server express  answer
QUESTION--5 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
Event viewer
QUESTION--6 3 sites require host headers summary. How?
Use index server
Use site server express  answer
QUESTION--7 Site server reports hourly on web site. Some IPs are not l ogged. 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
QUESTION--8 You access a web page. You want to use site server to down load the web page and all its links. How do you setup site server to d ownload?
Using URL name  answer
Using physical directory
PERFORMANCE TUNING AND TROUBLESHOOTING
QUESTION--1 Trouble with slow access on IIS computer. Discover via per formance monitor that the server has low processor usage and high netw ork bandwidth usage. What should you do?
Add RAM
Add another network adapter  answer
Increase timeout connection for your web site
QUESTION--2 Discover that the average reading of "local retry Question --queue length" is 6. How can you improve it?
Decrease local retry Question--queue length interval  answer
Increase connection timeout  answer??? (see QUESTION--4 of SMT P)
Decrease remote Question--queue max hop count
QUESTION--3 How can you decrease the number of threads used by web app lications?
Run all applications in a separate memory space
Add RAM to IIS computer  answer (cl=70%)
QUESTION--4 You have a high number of not found errors on your web sit e. Why?
Wrong virtual directory configuration  answer
Wrong permission for anonymous account
Excessive traffic on network segment
Error on HTML codes on pages
QUESTION--5 You want to enable logging of your web site. What option s hould you choose to allow the lowest processing overhead?
Normal text log  answer
Compressed normal text log
Logging to SQUESTION--L database
Logging to a remote SQUESTION--L database
QUESTION--6 How can you maximize performance with SSL?
Increase CPU  answer
Add more RAM
Faster hard disk
ODBC ERRORS
QUESTION--1 A user tries to connect to a database via your company's w eb site and receives the error "ODBC." Login failure. What is the poss ible cause?
The user has insufficient permission to access the database  a nswer
The user has insufficient permission to access RESOURCES in the databa se
Recent revisions of the database changed the connection method from na med 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
QUESTION--2 A user tries to connect to a database via your company's w eb 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 databa se
Recent revisions of the database changed the connection method from na med pipes to TCP/IP
Due to heavy use, the database was recently moved to another server &# 61663; answer
ODBC driver not configured
Data source name is configured incorrectly
QUESTION--3 A user tries to connect to a database via your company's w eb site and receives the error "ODBC." MS OLE ODBC provider for ODBC d river error 80004005. MS ODBC driver manager. Data source name not fou nd 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 databa se
Recent revisions of the database changed the connection method from na med 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
Database name has not been currently configured
IIS computer cannot resolve the DSN name of the SQUESTION--L server da tabase
QUESTION--4 A user tries to connect to a database via your company's w eb 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 databa se
Recent revisions of the database changed the connection method from na med pipes to TCP/IP
Due to heavy use, the database was recently moved to another server.
ODBC driver not configured  answer
Data source name is configured incorrectly
RUNNING APPLICATIONS
QUESTION--1 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
QUESTION--1A You are running ISAPI and CGI scripts. You move these to a virtual directory and assign permissions. What must you do so that u sers can run both?
Stop and restart WWW  answer
Stop and restart MCC
In ISM, assign read permissions for the scripts virtual directory
In ISM, assign execute permissions for WWWroot directory
QUESTION--2 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
QUESTION--2A .stm extension (binary files from your application) confl icts with server parsed html-documents. What do you do?
Modify MIME mappings text/stm  answer???
Modify MIME mappings text/html  answer see QUESTION--2 above
Modify application extension mapping for server side including directi ves and rename the necessary files
Associate files with .stm extension with inetmgr.exe
QUESTION--3 You suspect that there is a CGI script running on this ser ver 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
Use performance monitor to monitor the IIS globe cache fault headers c ounters  answer???
Use event viewer to monitor the application faults.
QUESTION--3A You have a ISAPI application that is slowly taking too ma ny 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
QUESTION--4 You have a functioning PERL script in the IIS server1. You move the script to another IIS computer named server2. You test the s cript 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
QUESTION--5 Change DNS domain from .edu to .com on all sites. How?
Windows scripting host (WSH)  answer
ASP script
SECURITY
QUESTION--1 If you secure the access to a web page using SSL, how do y ou change the URL in order to access the secure page?
https://  answer
httpssl://
http://
QUESTION--2 You enable SSL on a virtual directory. A user is complaini ng that they can not see any files but you can. What do you do?
Install a SSL capable browser for the client  answer
QUESTION--3 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
QUESTION--4 You want to get the most performance out of your IIS serve r. What is the best way to secure sensitive directories?
Enable SSL only when required  answer
Enable SSL all the time
Use client certificate
Move SSL directories to a separate PC
QUESTION--5 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 acro ss 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 lo cation
QUESTION--6 John setup 3 anonymous logins to IIS with different passwo rds. 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
QUESTION--7 You have a web site that you want to secure so that just m anagers can see it. Which service should you use?
Certificate server  answer
Transaction server
Site server
Message Question--queue server
Here is my dump. I have also attached it in an text file in case you h ave trouble rendering this e-mail as an html page.
November 29th, 1998
VicVega here. I have not yet written the IIS4 exam, but have compiled this selection of questions found on the internet. I believe many of t he answers previously posted are incorrect, even answers
people seem to collectively agree on. I not only provide answers to qu estions, but provide why the
answer is correct, and why other answers are wrong.
As I have not written the IIS4 exam yet, thus I do not believe I am vi olating my non-disclosure pact
with Microsoft.
My resources: New Riders Training Guide which is OK, but not as good a s other New Rider Books ,
Sam's IIS4 in 14 days, which is probably the best training guide for I IS4 out right now, though it isn't
perfect, and SYBEX TEST SUCCESS (NOT to be confused with the training guide), which is excellent.
It is definitely the definitive textbook for PREPARING to WRITE the ex am. I noticed many questions
in the dumps were in the Sybex Test book. Looks like they did their ho mework.
I did not use Transcends. I never have, yet I have scored over 900 on all NT exams, with a
perfect 1000 on NT Server. Save your money and study the dumps instead .
This dump is MY property, and can be redistributed for free by anyone, but if anything bad ever
happens to Robert who runs this site, not only will they have to deal with me, but I'm taking this dump
back and nobody can have it.
Thanks Robert, you're a lifesaver (butterscotch flavor to boot).
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.99.62.100]
|
|