Net.Remoting Web Services MCQs

Net.Remoting Web Services MCQs

These Net.Remoting Web Services multiple-choice questions and their answers will help you strengthen your grip on the subject of Net.Remoting Web Services. You can prepare for an upcoming exam or job interview with these Net.Remoting Web Services MCQs.
So scroll down and start answering.

1: Which class does the remote object has to inherit?

A.   System.Web.Security

B.   System.Web.UI.WebControls

C.   System.MarshalByRefObject

D.   System.Globalization

A.   WSDL

B.   UDDI

C.   URI

D.   DISCO

3: How do we call methods in remoting Asynchronously in .NET?

A.   By using NEW keyword

B.   By using Delegates

C.   By using Non-default constructors

D.   By using pointer

4: Which of the remoting model is stateful in nature?

A.   Client activated objects CAO

B.   Server activated object SAO

5: Which config file has all the supported channels/protocol supported by .Net?

A.   None

B.   App.config

C.   Machine.config

D.   Web.config

6: What is the file extension of web services?

A.   .asax

B.   .asmx

C.   .aspx

D.   .dll

7: In which type of remote object creation mode in .NET, the object is created with every method call thus making the object stateless.

A.   Singleton

B.   Single call mode

8: When remoting clients has to share the same data, which architecture should be used?

A.   Single call architecture

B.   Singleton architecture

9: Which of the following way is used for handling lifetime for remoting objects?

A.   Dispose()

B.   LeaseTime

C.   None

D.   Garbage collector

10: Web services are components that provide functionality via the internet using HTTP protocol.

A.   False

B.   True