0

web technology Online Quiz - 97

Description: web technology Online Quiz - 97
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

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


Correct Option: A

AI Explanation

To modify a SOAP message in a SOAP extension, one must override the method ReceiveMessage. This method is responsible for receiving the SOAP message and allows for modifications to be made before further processing.

Option A) One must override the method ReceiveMessage - This option is correct because overriding the ReceiveMessage method allows for modifications to be made to the SOAP message in a SOAP extension.

Option B) One must override the method InitializeMethod - This option is incorrect because the InitializeMethod method is not responsible for modifying the SOAP message in a SOAP extension. It is used for initializing the SOAP extension.

Option C) Both A) and B) - This option is incorrect because only option A) is correct. Option B) is not necessary for modifying the SOAP message in a SOAP extension.

Option D) One must override the method ProcessMessage - This option is incorrect because the ProcessMessage method is not specifically used for modifying the SOAP message in a SOAP extension. It is used for processing the SOAP message after modifications have been made.

Therefore, the correct answer is A) One must override the method ReceiveMessage.

How many classes can a single .NET DLL contain?

  1. One

  2. Two

  3. None

  4. Many


Correct Option: D

WSDL stands for

  1. Web Server Description Language

  2. Web Server Descriptor Language

  3. Web Services Description Language

  4. Web Services Descriptor Language


Correct Option: C

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


Correct Option: C

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


Correct Option: C

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

  1. Load ( )

  2. Fill( )

  3. DataList

  4. DataBind


Correct Option: B

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


Correct Option: A

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

  1. Serialization

  2. Garbage Collection

  3. Assemblies

  4. Overriding


Correct Option: B

A program with high cyclometic complexity is almost likely to be:

  1. Large

  2. Small

  3. Difficult to write

  4. Difficult to test


Correct Option: D

What is the full form of CEMT Transaction?

  1. a) CICS Emulated Mini Termus

  2. b) CICS Enhanced Master Terminal

  3. c) CICS Enhanced Multi Transmission

  4. d) CICS Extended Master Terminal

  5. e) Both b and d


Correct Option: E
  1. 100

  2. 55

  3. a

  4. 5


Correct Option: D
  1. 8b1a9953c4611296a827abf8c47804d7

  2. 461707669

  3. f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0

  4. $23413


Correct Option: B
  1. You are working good

  2. good great

  3. You are working great

  4. You are great good


Correct Option: C
  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: A
  1. really!!! great going

  2. Really!!! great going

  3. really!!! great Going

  4. Really!!! Great Going


Correct Option: D

Which selection is not in the xPression Server Layer?

  1. xFramework

  2. xResponse and xRevise

  3. xPression Controller

  4. xAssemble

  5. xBatch


Correct Option: B

Context Switching is:

  1. part of spooling

  2. part of polling

  3. part of interrupt handling

  4. part of interrupt servicing


Correct Option: C

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

  1. True

  2. False


Correct Option: A

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.


Correct Option: A

Generics feature can be applied to -

  1. Classes

  2. Methods

  3. Interfaces

  4. Events

  5. All of the above


Correct Option: E
- Hide questions