Web Caching — Test 1
Page 1 of 1
Question 1
What does REST stand for?
0
System Administrator 2026
Question 2
Which of the following protocol is used by Restful web services as a medium of communication between client and server?
0
System Administrator 2026
Question 3
Which of the following is not a good practice to create a standard URI for a web service?
0
System Administrator 2026
Question 4
Which of the following HTTP methods should be idempotent in nature?
0
System Administrator 2026
Question 5
Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?
0
System Administrator 2026
Question 6
Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?
0
System Administrator 2026
Question 7
Which of the following annotation of JAX RS API is used to annotate a method used to create resource?
0
System Administrator 2026
Question 8
Which of the following annotation of JAX RS API binds the parameter passed to method to a HTTP matrix parameter in path?
0
System Administrator 2026
Question 9
In REST architecture, a REST Server simply provides access to resources and REST client accesses and presents the resources.
0
System Administrator 2026
Question 10
POST operation should be idempotent.
0
System Administrator 2026