Test your basic knowledge |

Web Services

Subject : it-skills
Instructions:
  • Answer 20 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The ability to have data survive the termination of the process in which they are created






2. Do not use a WSDL file - their resources have URI's - and they use HTTP operations






3. An XML-based messaging protocol - usually embedded in an HTTP request or response






4. Persistence Providers: EclipseLink - ______ - TopLink






5. 4 HTTP Methods: Get - Post - Delete - ___






6. Uses objects like find() - createQuery() - and persist() to perform operations on a database






7. An XML-based technology that describes the service and provides access information






8. This is for communication between applications






9. A software application identified by a URI - whose interface and bindings are capable of being identified - described and discovered by XML artifacts and supports direct interactions with other software applications using XML based messages via Inter






10. This allows you to get around firewalls (as it's only a port 80 HTTP request)






11. supply information to the container






12. All of the major functions that need to be implemented in a relational database application to consider it complete - create - read - update - delete






13. Is a set of Java tools for processing SOAP messages - used to implement web services and hides the complexity of SOAP messages from the developer






14. Represents a table in a relational database - and each instance corresponds to a row in that table






15. The client in service-oriented architecture






16. Web services are based on an architectural concept






17. The primary programming artifact of an entity






18. (operationName=...........)






19. W3C






20. CRUD in SQL: _____ - Select - Update - Delete