Web service interview questions

Status
Not open for further replies.
J

jennyfd

Guest
If you're applying for web service position, you should refer this questions list:
1. Tell me about yourself?
2. What are your greatest weaknesses?
3. Why are you leaving this position?
4. What experience do you have in Web services field?
5. What have you done to improve your Web services knowledge in the last year?
6. What have you learned from mistakes on the Web services job?
7. What is the transport protocol you use to call a Web service SOAP
8. What does WSDL stand for?
9. Where on the Internet would you look for Web Services?
10. What does WSDL stand for?
11. True or False: To test a Web service you must create a windows application or Web application to consume this service?
12. What are the various ways of accessing a web service?
13. What are VSDISCO files?
14. How does dynamic discovery work?
15. Is it possible to prevent a browser from caching an ASPX page?
16. What does AspCompat=”true” mean and when should I use it?
17. Can two different programming languages be mixed in a single ASMX file?
18. What namespaces are imported by default in ASMX files?
19. What is WSDL?
20. What is a Windows Service and how does its lifecycle differ from a “standard” EXE?
21. How can a win service developed in .NET be installed or used in Win98?
22. Can you debug a Windows Service? How?
23. Has a RESTful web service an ability to generate output in different formats, based on a parameter given by the end user?.
24. Could an internet browser be a client to RESTful web service, or not?
25. Can you name the main distinctions between a RESTful web service and HTTP Servlet, if both of them are designed to perform the exactlysame function?
 
Status
Not open for further replies.
Top