1/ SOAP is a lightweight _____ based protocol .
Choose one answer.
a. XSLT
b. XHTML
c. XSL.
d. XML.
*****************************************************************
2/ Which of these are not the elements WSDL ?
Choose one answer.
a. Destination
b. Program
c. Service
d. Type
*****************************************************************
3/ Schema is an _____ based alternative
Choose one answer.
a. XML
b. XHTML
c. XSL
d. XSLT
*****************************************************************
4/ A Web Services can be created regardless of the_________
Choose one answer.
a. Programming language
b. Internet
c. Service
d. System
*****************************************************************
5/ SOAP is used to transfer the ________
Choose one answer.
a. Output
b. None
c. Control
*****************************************************************
6/ UDDI is used for listing what ______ are available
Choose one answer.
a. Service
b. Program
c. Data.
d. Control
*****************************************************************
7/ Which one of the following statements of WSDL defines the message format and protocol details for each port ?
Choose one answer.
a. Binding.
b. Type.
c. Message.
d. Port.
*****************************************************************
8/ Which data structure of the UDDI represents a relationship between two business entities or service providers ?*
Choose one answer.
a. publisherAssertion
b. businessEntity.
c. businessProtocol.
d. businessService.
*****************************************************************
9/ Which of the following are the advantages of a Web Service ?(Choose many)
Allows cross business intergration and legacy application.
Choose at least one answer.
a. Reduces complexity by providing encapsulation.
b. Provides incresed efficiency, scalibility and mantainability.
c. Keep track off the activities.
d. Reduces cost for deploying WebService.
*****************************************************************
10/ The XML-based registry that allows remote clients to access and search the Web Service is ________________
Choose one answer.
a. UDI
b. XML Registry
c. Windows Registry
d. UDDI
*****************************************************************
11/ Which one of the following describes information about the WebService in XML format ?
Choose one answer.
a. UDDI
b. JAX-RPC
c. WSDL
d. SOAP
*****************************************************************
12/ Web Services define a platform-independent standard based on XML to communicate within distributed systems.
Choose one answer.
a. None of the above
b. False.
c. True
d. Not always true
*****************************************************************
13/ The XML provides the ________ in which you can write the specialized languages to express the complex interactions between the clients and the services or between the components of a composite service.
Choose one answer.
a. meta
b. metalanguage
c. language
d. services
*****************************************************************
14/ Which of these test do use an HTTP POST and will send the XML response.?
Choose one answer.
a. < ?xml version="1.0" encoding="utf-8" ? >
< short xmlns="http://tempuri.org/" >38< /short >
b. < ?xml version="1.0" encoding="utf-8" ? >
< short xmlns="http://tempuri.org/" >38
c. < short xmlns="http://tempuri.org/" >38< /short >
d. < ?xml ? >
< short xmlns="http://tempuri.org/" >38< /short >
*****************************************************************
15/ Web Services are ___________
Choose one answer.
a. Either Loosely or Tightly Coupled
b. Tightly Coupled
c. Neither Loosely nor Tightly Coupled
d. Loosely Coupled
*****************************************************************
16/ Which of the following statement(s) is/are true? (Choose many)
Choose at least one answer.
a. JAXB 2.0 allows validation at unmarshal and marshal time. x
b. JAXB 1.0 provided validation at marshal time.
c. JAXB 1.0 enabled on-demand validation on a JAXB content tree.x
d. JAXB 2.0 enabled on-demand validation on a JAXB content tree.
e. JAXB 1.0 provided validation at unmarshal time. x
*****************************************************************
17/ Which of the following statement(s) is/are incorrect?
Choose one answer.
a. The JAX-WS runtime system converts the API calls and responses to and from SOAP messages.
b. For a JAX-WS Endpoint: The implementing class should not explicitly reference an SEI through the endpointInterface element of the @WebService annotation
c. The starting point for developing a JAX-WS web service is a Java class anznotated with the javax.jws.WebService annotation.
d. A JAX-WS client cannot access a web service that is not running on the Java platform, and vice versa. x
e. With JAX-WS, the developer generates/parses SOAP messages..
*****************************************************************
18/ Which of the following is not an UDDI datatype?
Choose one answer.
a. BusinessTemplate
b. BusinessEntity
c. tModel
d. BusinessService
e. BindingTemplate
*****************************************************************
19/ Element < portType > in WSDL a refers to :
Choose one answer.
a. the operations that can be performed, and the messages that are involved
b. only the messages that are involved including their types and elements to be used.
c. the actual protocol used in the Web Service
d. only the operations that can be performed
e. TCP/IP or UDP port on the server