Microsoft Web Technologies: .NET Framework, ASP.NET and IIS

Test your knowledge of Microsoft web development technologies including .NET Framework, ASP.NET web forms, and IIS web server configuration

20 Questions Published

Questions

Question 1 True/False

"Active Sessions" is the parameter in the FTP site Tab that I use to determine how many users are connected to my FTP service?

  1. True
  2. False
Question 2 True/False

"Active Sessions" is the parameter in the FTP site Tab that I use to determine how many users are connected to my FTP service?

  1. True
  2. False
Question 3 True/False

Does ASP debugging work in IIS 6.0 worker process isolation mode?

  1. True
  2. False
Question 4 Multiple Choice (Multiple Answers)

"ability to automatically recycle worker processes based on various criteria"-IIS Feature What are these Criterias?

  1. recycle after a fixed time
  2. recycle after the set no. of requests processed
  3. recycle after set % CPU utilized
  4. recycle after a certain amnt of time has elapsed
Question 5 Multiple Choice (Single Answer)

Which of this is not a proper authentication process for IIS

  1. Basic access authentication
  2. Digest access authentication
  3. Integrated Windows Authentication
  4. Anonymous Access Authentication
Question 6 Multiple Choice (Single Answer)

IIS 7.5--the latest!!! Comes installed with which version of Windows?

  1. Windows Vista Corporate Edition
  2. Windows Server 2008 R1
  3. Windows Server 2008 R2
  4. Windows Server 2003 Sp3
Question 7 Multiple Choice (Single Answer)

How many classes can a single .NET DLL contain?

  1. One
  2. Two
  3. None
  4. Mamy
Question 8 Multiple Choice (Single Answer)

Which of the following denote ways to manage state in an ASP.Net Application?

  1. Session objects
  2. Application objects
  3. ViewState
  4. All the Above
Question 9 Multiple Choice (Single Answer)

Which of the following transfer execution directly to another page?

  1. Server.Transfer
  2. Response.Redirect
  3. Both A) and B)
  4. None of the Above
Question 10 Multiple Choice (Single Answer)

Which of the following is FALSE?

  1. ASP.NET applications run without a Web Server
  2. ASP+ and ASP.NET refer to the same thing
  3. ASP.NET is a major upgrade over ASP
  4. None of the Above
Question 11 Multiple Choice (Single Answer)

Which of the following denote the property in every validation control?

  1. ControlToValidate property
  2. Text property
  3. Both A) and B)
  4. None of the Above
Question 12 Multiple Choice (Single Answer)

Find the term: The .NET framework which provides automatic memory management using a technique called

  1. Serialization
  2. Garbage Collection
  3. Assemblies
  4. Overriding
Question 13 Multiple Choice (Single Answer)

In ASP.NET the sessions can be dumped by using

  1. Session.Dump
  2. Session.Abandon
  3. Session.Exit
  4. None of the Above
Question 14 Multiple Choice (Single Answer)

What is the base class from which all Web forms inherit?

  1. Master Page
  2. Page Class
  3. Session Class
  4. None of the Above
Question 15 Multiple Choice (Single Answer)

The type of code found in Code-Behind class is

  1. Server-side code
  2. Client-side code
  3. Both A) and B)
  4. None of the above
Question 16 Multiple Choice (Single Answer)

The .NET Framework provides a runtime environment called

  1. RMT
  2. CLR
  3. RCT
  4. RC
Question 17 Multiple Choice (Single Answer)

In .NET the operation of reading metadata and using its contents is known as

  1. Reflection
  2. Enumeration
  3. Binding
  4. Serialization
Question 18 Multiple Choice (Single Answer)

WSDL stands for

  1. Web Server Description Language
  2. Web Server Descriptor Language
  3. Web Services Description Language
  4. Web Services Descriptor Language
Question 19 Multiple Choice (Single Answer)

Which method do you invoke on the DataAdapter control to load your generated dataset with data?)

  1. Load ( )
  2. Fill( )
  3. DataList
  4. DataBind
Question 20 Multiple Choice (Single Answer)

Common type system is built into which of the following:

  1. CLR
  2. RCT
  3. RCW
  4. GAC