Home > PHP & Programming > Quizzes > Advanced PHP Practice Test: Basics of Web Services
Advanced PHP Practice Test: Basics of Web Services
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 81% Most missed: “............is language independent.”
Advanced PHP Practice Test: Basics of Web Services
Time left 00:00
25 Questions

1. ........definition describes how to access a web service and what operations it will perform
2. ........-is a language for describing how to interface with XML-based services.
3. The Web Services architecture describes how to instantiate the elementsand implement the operations in an interoperable manner.
4. ........-is a format for sending messages.
5. A web service provides an interface (a web API) that can be called fromanother program.
6. ....- stands for Web Services Description Language
7. We can access a web service using platform-independent and language-neutral web protocols, such as HTTP.HTTP ensures easy integration of heterogeneous environment
8. ..........is an XML-based protocol for exchanging information between computers
9. following are the components of web services
10. In the coarse-grained operation, a few objects hold a lot of related data
11. A web service supports RPC through offering services of its personal, equivalent to those of a traditional aspect
12. A....-is any piece of software that makes itself available over the internet and uses a standardized XML messaging system
13. ............is an open industry initiative enabling businesses to discover each other and define how they interact over the Internet
14. ......is the standard format for describing a web service.
15. ..........-is Language and Platform independent
16. ......-can communicate via SOAP, CORBA, and Java RMI Protocol.
17. ............permits programs to make function or procedure calls across a network.
18. We'll show how to deploy the Java class to a SOAP server using the WASP deployment tool
19. ..........are built on top of open standards such as TCP/IP, HTTP,Java, HTML, and XML
20. following are the characteristics of web services
21. The long form of UDDI is............-
22. ............ is a specification for a distributed registry of web services.
23. ..............-web services can be written inany programming language and executed in any platform
24. ....-are self-contained, modular, distributed, dynamic applications that can be described, published, located, or invoked over the network to create products, processes, and supply chains
25. Synchronous Web services are invoked over existing Web protocols by a client who waits for a response.