IIS Web Server Administration

Test your knowledge of IIS (Internet Information Services) web server configuration, administration, and management including IIS 6.0 and 7.0 features.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the memory footprint of an application pool in IIS 7.0

  1. 3 MB private bytes, 5 MB page file
  2. 5 MB private bytes, 3 MB page file
  3. 0 private bytes, 8 MB page file
  4. Unlimited
Question 2 True/False

It is possible to do failed request tracing for all web sites on a particular server

  1. True
  2. False
Question 3 True/False

It is possible to limit the amount of memory an application pool will use ?

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

How will you disable restarting of IIS on the local system ?

  1. Iisreset
  2. inetmgr -disable
  3. IISreset /disable
  4. iisreset /donotreset
Question 5 Multiple Choice (Single Answer)

What is the MetaBase configuration file format in IIS 6.0 ?

  1. xml
  2. mdb
  3. dat
  4. binary
Question 6 Multiple Choice (Multiple Answers)

Identify the Execution Permission available in IIS 6.0

  1. None
  2. Scripts Only
  3. Scripts and Executable
  4. Read Only
Question 7 Multiple Choice (Single Answer)

Which Process will maintain the worker processes in IIS 7 ?

  1. https.sys
  2. Windows Activation Process
  3. WS3VC
  4. System Default
Question 8 Multiple Choice (Single Answer)

Which error Series will show the Server related Errors ?

  1. 500 Series
  2. 100 Series
  3. 200 Series
  4. 400 Series
Question 9 Multiple Choice (Single Answer)

Information errors will be listed in which series ?

  1. 100 Series
  2. 200 Series
  3. 300 Series
  4. 400 Series
Question 10 Multiple Choice (Single Answer)

An user is received http:404 bad request error ,this error will normally provide information about ?

  1. Success
  2. Redirection
  3. Client Error
  4. None of Above
Question 11 Multiple Choice (Single Answer)

What command line used in IIS 7.0 to recycle the application pool from the command prompt ?

  1. appcmd.exe
  2. iisreset.exe
  3. inetmgr.exe
  4. Not Possible to recycle the App Pool
Question 12 True/False

IIS 7.0 allows us to create one Application Pool From Another Application Pool

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

When we hosted important critical web Application on multiple web server in NLB is called as ?

  1. Web Guard
  2. Web Farm
  3. Application Pool
  4. Silos
Question 14 Multiple Choice (Single Answer)

Default identity of an Application Pool ?

  1. Local System
  2. Defined Service in AD
  3. Network Services
  4. Anonyms
Question 15 Multiple Choice (Single Answer)

What is the name of Default application pool in IIS 6.0

  1. Init_AppPool
  2. IISAppPool
  3. DefaultAppPool
  4. DefaultApplication
Question 16 Multiple Choice (Multiple Answers)

What are the different type of application pools available in IIS 7.0 ?

  1. IISAppPool
  2. DynamicAppPool
  3. DefaultAppPool (Integrated)
  4. ClassicAppPool
Question 17 Multiple Choice (Single Answer)

Which user account has maximum privilege on the server ?

  1. LocalSystem
  2. LocalServices
  3. NetworkServices
  4. NTSystem
Question 18 Multiple Choice (Single Answer)

What is the default Location for IIS log Files in Windows 2003 ?

  1. C:\WINDOWS\system32\LogFiles\W3SVC1
  2. C:\wwwroot\inetpub
  3. C:\WINDOWS\system32\LogFiles\W3SVC
  4. C:\WINDOWS\system32\Logs
Question 19 Multiple Choice (Single Answer)

What is the command used automatically register the .NET Framework with IIS ?

  1. regsvr32 regiis -i
  2. aspnet_regiis -i
  3. aspnet_regiis -r
  4. None of the Above