wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SOA 5 RESTful

Total questions: 19

Worksheet time: 10mins

Name
Class
Date
1.

Requests a specific representation of a resource

a)

GET

b)

PUT

c)

DELETE

d)

POST

2.

By which method we can Creates or updates a resource with the supplied representation

a)

GET

b)

PUT

c)

DELETE

d)

POST

3.

by which method Submits data to be processed by the identified resource

a)

GET

b)

PUT

c)

DELETE

d)

POST

4.

REST

a)

Representational State Transfer

b)

Restful State Transition

c)

Rest Web Services

d)

Representational State Transition

5.

Which is not know from of URI

a)

The protocol

b)

The host/port

c)

The resource path

d)

Devices

6.

RESTful web services ?

a)

Defines its own security

b)

Inherits security measures from the underlying transport

c)

Both of the above

d)

None

7.

What is/are the advantages of RESTful Web Services.?

a)

Language and Platform independent

b)

REST can use SOAP

c)

Permits different data format

d)

All of the above

8.

What is the purpose of XML in a web service?

a)

A web services takes the help of XML to tag the data, format the data

b)

A web service takes the help of XML to transfer a message.

c)

A web service takes the help of XML to describe the availability of service.

d)

None

9.

Web Services can be available over the Internet or private (intranet) networks.

a)

True

b)

False

10.

A web service takes the help of XML to transfer a message.

a)

True

b)

False

11.

A web service takes the help of WSDL to describe the availability of service.

a)

True

b)

False

12.

State True or False: HTTP is media independent

a)

True

b)

False

13.

TCP stands for?

a)

Transmission Control Protocol

b)

Transmission Control Procedure

c)

none of the above

14.

Which Webservice is also a Protocol?

a)

REST

b)

GraphQL

c)

SOAP

d)

RESTful

15.

One of the main features of an REST API is that its service is stateless

a)

True

b)

False

16.

REST supports JSON only

a)

True

b)

False

17.

Developer find REST is simple than SOAP

a)

Agree

b)

Disagree

c)

Both SOAP and REST same level of easy coding

18.

RESTful web services have Cacheability

a)

True

b)

False

19.

REST is a

a)

technology

b)

standard

c)

set of guidelines

d)

All