Hello,
This is my first post in MSDN forum and not sure where to post this question. If this is a wrong place, please move it to correct place.
Recently, I have faced an Interview for C# developer position and the interviewer asked me some basic Web Services questions. I was able to answer some of the questions, but last 2 was went wrong or did not reply the way they expected.
These are those 2 questions.
1. what happened when we call Web service?
My Answer was: "When we call a web service, it creates an instance of the class in order to access one or more of the methods which expose by the service class. If they using proxy method, then instance of the proxy will be created first at client side and then instance of the lass will be created in order to access the method which exposes by the service contract.
The interviewer said this is not the correct answer
Second question
2. What happened when we send million request to web service?
I just said, I did not came across such situation, however I beleive we get timeouts when we send million requests.
He did not say anyting
Now, I would like to know the correct answers of these 2 basic questions. It would really great if anyone provide answers so that I can face future questions. Though I have done couple of application which uses web services, I am not sure what is the correct answers for these 2 questions.
Please shed some light
Thank you,