RESTful Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to RESTful Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - Which of the following is not a valid HTTP methods used in RESTful web services?

A - OPTIONS

B - DELETE

C - DATE

D - POST

Answer : C

Explanation

DATE is not a HTTP Verb and is not a valid HTTP methods used in RESTful web services.

Q 2 - Which of the following component of HTTP response indicates HTTP version?

A - Status/Response Code

B - HTTP Version

C - Response Header

D - Response Body

Answer : B

Explanation

HTTP Version − Indicate HTTP version, for example HTTP v1.1 .

Q 4 - Which of the following HTTP method should be used to create/update resource using RESTful web service?

A - GET

B - DELETE

C - POST

D - OPTIONS

Answer : C

Explanation

POST opearations should be used to create/update resource using RESTful web service.

Answer : D

Explanation

All of the above options are correct.

Q 8 - Which of the following annotation of JAX RS API binds the parameter passed to method to a Cookie?

A - @CookieParam

B - @FormParam

C - @DefaultValue

D - @Context

Answer : A

Explanation

@CookieParam − Binds the parameter passed to method to a Cookie.

Q 9 - A web service is a collection of open protocols and standards used for exchanging data between applications or systems.

A - true

B - false

Answer : A

Explanation

A web service is a collection of open protocols and standards used for exchanging data between applications or systems.

Q 10 - As HTTP is itself a statelessness protocol, RESTful Web services work seamlessly with HTTP protocol.

A - true

B - false

Answer : A

Explanation

As HTTP is itself a statelessness protocol, RESTful Web services work seamlessly with HTTP protocol.

restful_questions_answers.htm
Advertisements