MCQs > IT & Programming > Microsoft .Net Technologies MCQs > Net.Remoting Web Services MCQs

Net.Remoting Web Services MCQ

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

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: LeaseTime

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: Singleton architecture

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: Single call mode

Note: This Question is unanswered, help us to find answer for this one

What is the file extension of web services?

Answer

Correct Answer: .asmx

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: Machine.config

Note: This Question is unanswered, help us to find answer for this one

Which of the remoting model is stateful in nature?

Answer

Correct Answer: Client activated objects CAO

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: By using Delegates

Note: This Question is unanswered, help us to find answer for this one

Which of the following is used to club or group common services together on a server and provides links to the schema documents of the services?

Answer

Correct Answer: DISCO

Note: This Question is unanswered, help us to find answer for this one

Which class does the remote object has to inherit?

Answer

Correct Answer: System.MarshalByRefObject

Note: This Question is unanswered, help us to find answer for this one