PHP and ASP.NET Web Development

Questions covering PHP programming, ASP.NET framework, and web services concepts including SOAP and WSDL

16 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below:

  1. One must override the method ReceiveMessage
  2. One must override the method InitializeMethod
  3. Both A) and B)
  4. One must override the method ProcessMessage
Question 2 Multiple Choice (Single Answer)

How many classes can a single .NET DLL contain?

  1. One
  2. Two
  3. None
  4. Many
Question 3 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 4 Multiple Choice (Single Answer)

In ASP.NET the < authorization > section contain which of the following elements

  1. < allow >
  2. < deny >
  3. Both A) and B)
  4. None of the Above
Question 5 Multiple Choice (Single Answer)

The actual work process of ASP.NET is taken care by

  1. inetinfo.exe
  2. aspnet_isapi.dll
  3. aspnet_wp.exe
  4. None of the Above
Question 6 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 7 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 8 Multiple Choice (Single Answer)

The .NET framework which provides automatic memory management using a technique called

  1. Serialization
  2. Garbage Collection
  3. Assemblies
  4. Overriding
Question 9 Multiple Choice (Single Answer)
  1. 100
  2. 55
  3. a
  4. 5
Question 10 Multiple Choice (Single Answer)
  1. 8b1a9953c4611296a827abf8c47804d7
  2. 461707669
  3. f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0
  4. $23413
Question 11 Multiple Choice (Single Answer)
  1. You are working good
  2. good great
  3. You are working great
  4. You are great good
Question 12 Multiple Choice (Single Answer)
  1. 1
  2. 2
  3. 3
  4. 4
Question 13 Multiple Choice (Single Answer)
  1. really!!! great going
  2. Really!!! great going
  3. really!!! great Going
  4. Really!!! Great Going
Question 14 True/False

Is data Compression/Uncompression API available in .NET 2.0 framework?

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

What is key advantage of Click Once deployment mechanism?

  1. One can deploy self-updating Windows applications.
  2. One can deploy command line applications.
  3. One can deploy self updating Web applications.
  4. All of the above.
Question 16 Multiple Choice (Single Answer)

Generics feature can be applied to -

  1. Classes
  2. Methods
  3. Interfaces
  4. Events
  5. All of the above