Web Services Mid - II, April - 2015
1.How many API's defined by Java for developing web service applications since JavaEE 6
-
1
-
2
-
3
-
4
-
Answer: B
2.SOAP uses the following format that must be parsed to be read
-
XML
-
HTML
-
DHTML
-
WSDL
-
Answer: A
3.Web services can be discovered using
-
WSDL
-
UDDI
-
HTTP
-
UDP
-
Answer: B
4.UDDI registry contains how many elements
-
1
-
2
-
3
-
4
-
Answer: C
5.What pages contains technical information about a web service
-
White
-
Green
-
Yellow
-
Red
-
Answer: B
6.The UDDI Business Registry (UBR), also known as
-
Private Cloud
-
Network cloud
-
Simple Cloud
-
Public Cloud
-
Answer: D
7.RPC stands for
-
Remote Protocol
-
Remote Position Call
-
Remote Procedure Call
-
None
-
Answer: C
8.SSL Stands for
-
Secure Server Layer
-
Secure Service Layer
-
Secure Socket Layer
-
Secure Single Layer
-
Answer: C
9.The following protocol is used to access the web services
-
SOAP
-
HTTP
-
FTP
-
UDP
-
Answer: A
10.What is the root element of a SOAP message
-
SOAP Header
-
SOAP-XML
-
SOAP Element
-
SOAP Envelope
-
Answer: D
11.SOAP stands for ________________________________
Answer: Simple Object Access Protocol
12.____________ acts as a interface between web service applications
Answer: WSDL
13.WSDL stands for _________________________________
Answer: Web Services Description Language
14.______________________XML based framework for describing, discovering and integrating web services.
Answer: UDDI
15._____________________is a design pattern and It is designed to provide services to other applications through protocol.
Answer: Service Oriented Architecture or SOA
16.UDDI stands for ___________________________________________
Answer: Universal Description, Discovery, and Integration
17.UDDI uses____________________________ language to describe interfaces to web services.
Answer: WSDL
18.___________ Pages contains basic information about the company and its business in the UDDI registry.
Answer: White
19.__________________ is used to structure data.
Answer: SOAP
20.There are two types of web services in total i.e. _____________and ________________web service.
Answer: SOAP and RESTful