Web Services Interview Questions And Answers

Web Services Interview Questions list for experienced

  1. Define Web Service?
  2. What is new in this field for past few years?
  3. Give me an example of real web service?
  4. How you define web service protocol stack?
  5. Can you define each of these layers of protocol stack?
  6. Define XML – RPC?
  7. Define SOAP?
  8. Define WSDL?
  9. What kind of security is needed for web services?
  10. Do you have any idea about foundation security services?
  11. Define Entrust Identification Service?
  12. What UDDI means?
  13. Define Entrust Entitlements Service?
  14. Define Entrust Privacy Service?
  15. What do you mean by PKI?
  16. What tools are used to test a web service?
  17. Differentiate between a SOA and a Web service?
  18. Discuss various approaches to develop SOAP based web service?
  19. If you have to choose one approach, then what will be your choice?
  20. Is there any special application required to access web service?
  21. Can you name few free and commercial implementations for web services?
  22. Name browser that allows access to web service?
  23. What is REST?
  24. How one can provide API to users?
  25. Name the various communication channels in web service?
  26. How can you document web service?
  27. What are the situations, when we need ASP.NET web services?
  28. What are distributed technologies?
  29. Differentiate between web services, CORBA and DCOM?
  30. Can you tell few benefits of web services?
  31. Can you name some standards used in web services?
  32. Explain in brief, what DISCO is?
  33. Explain in brief, what UDDI is?
  34. Explain the .NET web services supported data types?
  35. How a .NET web service is tested?
  36. How a .NET web service is consumed?
  37. Can you name the two Microsoft solutions for distributed applications?
  38. Differentiate between .NET Web Services and .NET Remoting?
  39. Name the components to be published while deploying a Web Service?
  40. What are the steps performed by the client to access a web service?
  41. How web services are implemented in .NET?
  42. Explain few disadvantages of Response Caching?
  43. What is the alternate solution to Response Caching?
  44. Brief few drawbacks of using GET and POST methods to communicate with the web service?
  45. How can one access a class as a web service?
  46. How can one access the web service class method via internet?
  47. How a SOAP message is structured?
  48. Can you name different kinds of web services?
  49. What's different in RESTful web services?
  50. Give me few reasons to use RESTful web service?
  51. What is MAMP?
  52. What is LAMP?

Web Services interview questions and answers on advance and basic Web Services with example so this page for both freshers and experienced condidate. Fill the form below we will send the all interview questions on Web Services also add your Questions if any you have to ask and for apply in Web Services Tutorials and Training course just send a mail on info@pcds.co.in in detail about your self.

Top Web Services interview questions and answers for freshers and experienced

What is Web Services ?

Answer :

Questions : 1 :: Define Web Service?

A web service is a kind of software that is accessible on the Internet. It makes use of the XML messaging system and offers an easy to understand, interface for the end users.

Questions : 2 :: What is new in this field for past few years?

The initiation of XML in this field is the advancement that provides web service a single language to communicate in between the RPCs, web services and their directories.

Questions : 3 :: Give me an example of real web service?


One example of web services is IBM Web Services browser. You can get it from IBM Alphaworks site. This browser shows various demos related to web services. Basically web services can be used with the...View answers

Questions : 4 :: How you define web service protocol stack?

It is basically set of various protocols that can be used to explore and execute web services. The entire stack has four layers i.e. Service Transport, XML Messaging, Service Description and Service...View answers

Questions : 5 :: Can you define each of these layers of protocol stack?

The Service Transport layer transfer messages between different applications, such as HTTP, SMTP, FTP, and Blocks Extensible Exchange Protocol (BEEP). The XML Messaging layer encodes messages in XML...View answers

Questions : 6 :: Define XML – RPC?


It is a protocol that makes use of XML messages to do Remote Procedure Calls.

Questions : 7 :: Define SOAP?

SOAP is an XML based protocol to transfer between computers.

Questions : 8 :: Define WSDL?

It means Web Services Description Language. It is basically the service description layer in the web service protocol stock. The Service Description layer describes the user interface to a web...View answers

Questions : 9 :: What kind of security is needed for web services?


The security level for web services should be more than that of what we say Secure Socket Layer (SSL). This level of security can be only achieved from Entrust Secure Transaction Platform. Web...View answers

Questions : 10 :: Do you have any idea about foundation security services?

As implies from its name, these services are the foundation or basics of integration, authentication, authorization, digital signatures and encryption processes.

Questions : 11 :: Define Entrust Identification Service?

Entrust Identification Service comes from the Entrust Security Transaction Platform. This platform allows companies to control the identities that are trusted to perform transactions for Web services...View answers

Questions : 12 :: What UDDI means?

UDDI stands for Universal, Description, Discovery, and Integration. It is the discovery layer in the web services protocol stack.

Questions : 13 :: Define Entrust Entitlements Service?

This service verifies entities that attempt to access a web service. For Example, the authentication service, the Entitlements Service ensures security in business operations.

Questions : 14 :: Define Entrust Privacy Service?

As its name implies, it deals with security and confidentiality. This service encrypts data to ensure that only concerned parties can access the data.

Questions : 15 :: What do you mean by PKI?

It means Public-Key Infrastructure.

Questions : 16 :: What tools are used to test a web service?

I have used SoapUI for SOAP WS and Firefox poster plugin for RESTFul Services

Questions : 17 :: Differentiate between a SOA and a Web service?

SOA is a design and architecture to implement other services. SOA can be easily implemented using various protocols such as HTTP, HTTPS, JMS, SMTP, RMI, IIOP, RPC etc. While Web service, itself is an...View answers

Questions : 18 :: Discuss various approaches to develop SOAP based web service?

We can develop SOAP based web service with two different types of approaches such as contract-first and contract-last. In the first approach, the contract is defined first and then the classes are...View answers

Questions : 19 :: If you have to choose one approach, then what will be your choice?

In my point of view, the first approach that is the contract-first approach is more feasible as compared to the second one but still it depends on other factors too.

Questions : 20 :: Is there any special application required to access web service?

No, you don’t need to install any special application to access web service. You can access web service from any application that supports XML based object request and response

Questions : 21 :: Can you name few free and commercial implementations for web services?

The implementations I know are Apache SOAP, JAX-WS Reference Implementation, JAX-RS Reference Implementation, Metro, Apache CXF, MS.NET and Java 6.

Questions : 22 :: Name browser that allows access to web service?

JavaScript XmlHttpRequest object is required to access web service via browsers. The browsers that support this object are Internet Explorer, Safari and Mozilla-based browsers like FireFox.

Questions : 23 :: What is REST?

REST stands for Representational State Transfer. REST itself is not a standard, while it uses various standards such as HTTP, URL, XML/HTML/GIF/JPEG (Resource Representations) and text/xml,...View answers

Questions : 24 :: How one can provide API to users?

To provide an API to the users, one can easily do this with an “open table”. All you need to do is to write open table which is basically an XML schema that point to a web service.

Questions : 25 :: Name the various communication channels in web service?

Web service is integrated with three protocols such as HTTP/POST, HTTP/GET, and SOAP. It provides three different communication channels to clients. Client can choose any communication method as per...View answers

Questions : 26 :: How can you document web service?

Web services are contemplated as self-documenting because they provide entire information regarding the available methods and parameters used for XML based standard, known as WSDL. One can also...View answers

Questions : 27 :: What are the situations, when we need ASP.NET web services?

ASP.NET web services are used when one need to implement three tier architecture in a web service. It allows handy ways to use middle tier components through internet. The main advantage of .NET Web...View answers

Questions : 28 :: What are distributed technologies?

The increasing ratio of distributed applications has raised demand for distributed technologies. It allows segmenting of application units and transferring them to different computers on different...View answers

Questions : 29 :: Differentiate between web services, CORBA and DCOM?

Web services transfer/receive messages to/from application respectively, via HTTP protocol. It uses XML to encode data. CORBA and DCOM transfer/receive messages to/from application respectively, via...View answers

Questions : 30 :: Can you tell few benefits of web services?

The biggest advantage of web service is that is supported by wide variety of platforms. Moreover, in near future, web services may spread its boundary and enhance new methods that will provide ease...View answers

Questions : 31 :: Can you name some standards used in web services?

The standards used in web services are WSDL (used to create interface definition), SOAP (used to structure data), HTTP (communication channels), DISCO (used to create discovery documents) and UDDI...View answers

Questions : 32 :: Explain in brief, what DISCO is?

DISCO means discovery. It groups the list of interrelated web services. The organization that provides web services, issues a DISCO file on its server and that file contains the links of all the...View answers

Questions : 33 :: Explain in brief, what UDDI is?

UDDI (Universal Description, Discovery, and Integration) provides consolidated directory for web services on the internet. Clients use UDDI to find web services as per their business needs. It...View answers

Questions : 34 :: Explain the .NET web services supported data types?

.Net web services uses XML-based standards to transfer/receive information. Thus, .NET web services can only works with data types known by XML schema standard. Like FileSteam, Eventlog etc. are not...View answers

Questions : 35 :: How a .NET web service is tested?

ASP.NET uses a test page routinely, when one calls for the URL of .asmx file in any browser. This page shows complete information regarding web services.

Questions : 36 :: How a .NET web service is consumed?

Since we know that web services are constructed on XML standards. Therefore, clients need to have complete understanding of XML-based messages to interchange messages. Clients can communicate with...View answers

Questions : 37 :: Can you name the two Microsoft solutions for distributed applications?

The two Microsoft solutions for distributed applications are .NET Web Services and .NET Remoting.

Questions : 38 :: Differentiate between .NET Web Services and .NET Remoting?

As far as protocol is concerned, .NET Web Service uses HTTP, while, .NET Remoting uses any protocol i.e. TCP/HTTP/SMTP. When it comes to performance, .NET Remoting is comparatively, faster than.NET...View answers

Questions : 39 :: Name the components to be published while deploying a Web Service?

The components that need to be published during a web service deployment are Web Application Directory, Webservice.asmx File, Webservice.Disco File, Web.Config File and Bin Directory.

Questions : 40 :: What are the steps performed by the client to access a web service?

First of all a web reference to the web service is created by the client in his application. Then a proxy class is generated. After that an object of the proxy class is created and at last, the web...View answers

Questions : 41 :: How web services are implemented in .NET?

To implement web services in .NET, HTTP handlers are used that interrupt requests to .asmx files

Questions : 42 :: Explain few disadvantages of Response Caching?

Response Caching is useless or incompetent when method accepts extensive amount of values because caching means to store lot of information.  Also, if the method depends on external source of...View answers

Questions : 43 :: What is the alternate solution to Response Caching?

One can use Data Caching (System.Web.Caching.Cach) instead of Response Caching.

Questions : 44 :: Brief few drawbacks of using GET and POST methods to communicate with the web service?

These methods are less secure and inhibit users to pass structures and objects as arguments. Also, it doesn’t allow users to pass ByRef arguments.

Questions : 45 :: How can one access a class as a web service?

To access a class as a web service, one should inherit the class from the System.Web.Services.WebService class and qualify the class with the WebService attribute

Questions : 46 :: How can one access the web service class method via internet?

To access web service class method via internet, one should qualify a method with the WebMethod attribute.

Questions : 47 :: How a SOAP message is structured?

A SOAP message is consists of SOAP Envelope, SOAP Headers, and SOAP Body.

Questions : 48 :: Can you name different kinds of web services?

There are two types of web services in total i.e. SOAP based web service and RESTful web service.

Questions : 49 :: What's different in RESTful web services?

The RESTful web services contains no contract or WSDL file.

Questions : 50 :: Give me few reasons to use RESTful web service?

The RESTFul web services are simple to implement and test. It supports various data formats such as XML, JSON etc.

Questions : 51 :: What is MAMP?

MAMP is specific application server developed for Mac operating system exclusively. It uses Mac OS, Apache as the wev server, database MySQL for data storage and use and PHP for making scripts. This...View answers

Questions : 52 :: What is LAMP?

LAMP with LINUX as an operating system, Apache servers, Relational database MySql and Perl, Python, PHP is a commonly used server stack used for web development. The service can be used on Linux...View answers
More Question

Ask your interview questions on Web Services

Write Your comment or Questions if you want the answers on Web Services from Web Services Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---