| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

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

Correct Answer is : Single call mode

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

Correct Answer is : Singleton architecture

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

Correct Answer is : LeaseTime

4. Which class does the remote object has to inherit?

Correct Answer is : System.MarshalByRefObject

5. Which of the remoting model is stateful in nature?

Correct Answer is : Client activated objects CAO