Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Test  >  Computer Networks  >  Test: Web Caching - Computer Science Engineering (CSE) MCQ

Web Caching - Free MCQ Practice Test with solutions, GATE CSE (CSE) Computer


MCQ Practice Test & Solutions: Test: Web Caching (10 Questions)

You can prepare effectively for Computer Science Engineering (CSE) Computer Networks with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Web Caching". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 10 minutes
  • - Number of Questions: 10

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: Web Caching - Question 1

What REST stands for?

Detailed Solution: Question 1

Answer: b
Explanation: REST stands for Representational State Transfer.

Test: Web Caching - Question 2

Which of the following protocol is used by Restful web services as a medium of communication between client and server?

Detailed Solution: Question 2

Answer: a
Explanation: Restful web services make use of HTTP protocol as a medium of communication between client and server.

Test: Web Caching - Question 3

 Which of the following is a best practice to create a standard URI for a web service?

Detailed Solution: Question 3

Answer: C
Explanation: Both of the above options are correct.

Test: Web Caching - Question 4

 Which of the following HTTP method should be idempotent in nature?

Detailed Solution: Question 4

Answer: b
Explanation: DELETE operations should be idempotent, means their result will always same no matter how many times these operations are invoked.

Test: Web Caching - Question 5

Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?

Detailed Solution: Question 5

Answer: b
Explanation: Private directive indicates that resource is cachable by only client and server, no intermediary can cache the resource.

Test: Web Caching - Question 6

Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?

Detailed Solution: Question 6

Answer: b
Explanation: HTTP Status Code 201 means CREATED, when a resource is successful created using POST or PUT request.

Test: Web Caching - Question 7

Which of the following annotation of JAX RS API is used to annotate a method used to create resource?

Detailed Solution: Question 7

Answer: C
Explanation: @PUT – HTTP Get request, used to create resource.

Test: Web Caching - Question 8

Which of the following annotation of JAX RS API binds the parameter passed to method to a HTTP matrix parameter in path?

Detailed Solution: Question 8

Answer: c
Explanation: @MatrixParam – Binds the parameter passed to method to a HTTP matrix parameter in path.

Test: Web Caching - Question 9

In REST architecture, a REST Server simply provides access to resources and REST client accesses and presents the resources.

Detailed Solution: Question 9

Answer: b
Explanation: In REST architecture, a REST Server simply provides access to resources and REST client accesses and presents the resources.

Test: Web Caching - Question 10

POST operations should be idempotent.

Detailed Solution: Question 10

Answer: b
Explanation: POST operation can cause different result.

21 videos|147 docs|66 tests
Information about Test: Web Caching Page
In this test you can find the Exam questions for Test: Web Caching solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Web Caching, EduRev gives you an ample number of Online tests for practice
21 videos|147 docs|66 tests
Download as PDF