IIS Server Quiz

Description: IIS Server Quiz
Number of Questions: 10
Created by:
Tags: iis-server
Attempted 0/10 Correct 0 Score 0

By default, the number of active connections in the queue waiting for server attention is 25. During heavy load, you can increase this to:

  1. 50

  2. 64

  3. 80

  4. 120

  5. 100


Correct Option: A
  1. Minimize FTP user isolation.

  2. Use ISAPI extensions instead of ISAPI filters.

  3. Set up remote virtual directories.

  4. Keep websites and FTP servers on different machines.


Correct Option: C
  1. HTTP keep-alive

  2. IS monitoring services

  3. Application failsafe

  4. Rapid-fail protection


Correct Option: D

When looking at the Memory:pages/sec-counter, a number under 20 indicates:

  1. Everything is just fine and dandy; have some coffee and relax.

  2. You need more RAM.

  3. Compare the number to the network card bandwidth to locate possible bottlenecks.

  4. Increase the cache allotment.


Correct Option: A

This tool simulates multiple browsers simultaneously connecting to IIS to get content or run apps:

  1. Web Application Stress Tool

  2. Microsoft Operations Manager

  3. Traffic Volume Manager Tool

  4. Microsoft Traffic Management Tool


Correct Option: A

Application pool settings do NOT apply to this type of applications.

  1. ISAPI

  2. CGI

  3. ASP

  4. ASP.NET


Correct Option: B

This is NOT a good way to boost ASP.NET application performance:

  1. Trap exceptions instead of using them to direct program flow.

  2. Disable session state, unless you actively plan to use it.

  3. Use storied procedures instead of ad hoc queries when accessing back-end SQL data.

  4. Never leave caching turned on.


Correct Option: D
  1. Make the paging file size dynamic.

  2. Make the paging file size static.

  3. Make the paging file large and keep it on a single drive.

  4. Install MPDFRG.EXE and set it to run automatically.


Correct Option: C
- Hide questions