JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Web Caching interview questions
Web Caching interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 10
1. In REST architecture, a REST Server simply provides access to resources and REST client accesses and presents the resources.
A. FALSE
B. TRUE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
2. POST operations should be idempotent.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
FALSE
3. What REST stands for?
A. Represent State Transfer
B. Representational State Transfer
C. Represent State Transfer
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Representational State Transfer
4. Which of the following protocol is used by Restful web services as a medium of communication between client and server?
A. HTTP
B. FTP
C. Gopher
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HTTP
5. Which of the following is a best practice to create a standard URI for a web service?
A. Maintain Backward Compatibility
B. Use HTTP Verb
C. Both of the mentioned
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Both of the mentioned
6. Which of the following HTTP method should be idempotent in nature?
A. OPTIONS
B. DELETE
C. POST
D. HEAD
Show Correct Answer
Correct Answer is :
DELETE
7. Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?
A. Public
B. Private
C. Nocache/nostore
D. Maxage
Show Correct Answer
Correct Answer is :
Private
8. Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?
A. 200
B. 201
C. 204
D. 304
Show Correct Answer
Correct Answer is :
201
9. Which of the following annotation of JAX RS API is used to annotate a method used to create resource?
A. @Path
B. @GET
C. @PUT
D. @POST
Show Correct Answer
Correct Answer is :
@PUT
10. Which of the following annotation of JAX RS API binds the parameter passed to method to a HTTP matrix parameter in path?
A. @PathParam
B. @QueryParam
C. @MatrixParam
D. @HeaderParam
Show Correct Answer
Correct Answer is :
@MatrixParam
Similar Interview Questions
Search for latest jobs
Find Jobs