NEW
Font size
WorksheetsSOA 5 RESTful
Total questions: 19
Worksheet time: 10mins
Requests a specific representation of a resource
GET
PUT
DELETE
POST
By which method we can Creates or updates a resource with the supplied representation
GET
PUT
DELETE
POST
by which method Submits data to be processed by the identified resource
GET
PUT
DELETE
POST
REST
Representational State Transfer
Restful State Transition
Rest Web Services
Representational State Transition
Which is not know from of URI
The protocol
The host/port
The resource path
Devices
RESTful web services ?
Defines its own security
Inherits security measures from the underlying transport
Both of the above
None
What is/are the advantages of RESTful Web Services.?
Language and Platform independent
REST can use SOAP
Permits different data format
All of the above
What is the purpose of XML in a web service?
A web services takes the help of XML to tag the data, format the data
A web service takes the help of XML to transfer a message.
A web service takes the help of XML to describe the availability of service.
None
Web Services can be available over the Internet or private (intranet) networks.
True
False
A web service takes the help of XML to transfer a message.
True
False
A web service takes the help of WSDL to describe the availability of service.
True
False
State True or False: HTTP is media independent
True
False
TCP stands for?
Transmission Control Protocol
Transmission Control Procedure
none of the above
Which Webservice is also a Protocol?
REST
GraphQL
SOAP
RESTful
One of the main features of an REST API is that its service is stateless
True
False
REST supports JSON only
True
False
Developer find REST is simple than SOAP
Agree
Disagree
Both SOAP and REST same level of easy coding
RESTful web services have Cacheability
True
False
REST is a
technology
standard
set of guidelines
All
