

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
What is JAX-RS? |
Answer» | |
2. |
What HTTP Status Code 500 states? |
Answer» | |
3. |
What HTTP Status Code 409 states? |
Answer» | |
4. |
What HTTP Status Code 404 states? |
Answer» | |
5. |
What HTTP Status Code 403 states? |
Answer» | |
6. |
What HTTP Status Code 401 states? |
Answer» | |
7. |
What HTTP Status Code 400 states? |
Answer» | |
8. |
What HTTP Status Code 304 states? |
Answer» | |
9. |
What HTTP Status Code 204 states? |
Answer» | |
10. |
What HTTP Status Code 201 states? |
Answer» | |
11. |
What HTTP Status Code 200 states? |
Answer» | |
12. |
What is the purpose of HTTP Status Code? |
Answer» | |
13. |
What are the best practices to be followed while designing a secure RESTful web service? |
Answer» | |
14. |
What are the best practices for caching? |
Answer» | |
15. |
Which directive of Cache Control Header of HTTP response provides indication to server to revalidate resource if max-age has passed? |
Answer» | |
16. |
Which directive of Cache Control Header of HTTP response can set the time limit of caching? |
Answer» | |
17. |
Which directive of Cache Control Header of HTTP response indicates that resource is not cachable? |
Answer» | |
18. |
Which directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server, no intermediary can cache the resource? |
Answer» | |
19. |
Which directive of Cache Control Header of HTTP response indicates that resource is cachable by any component? |
Answer» | |
20. |
Which header of HTTP response sets expiration date and time of caching? |
Answer» | |
21. |
Which header of HTTP response provides control over caching? |
Answer» | |
22. |
Which header of HTTP response, provides the date and time of the resource when it was last modified? |
Answer» | |
23. |
Which header of HTTP response, provides the date and time of the resource when it was created? |
Answer» | |
24. |
What is caching? |
Answer» | |
25. |
What should be the purpose of HEAD method of RESTful web services? |
Answer» | |
26. |
What should be the purpose of OPTIONS method of RESTful web services? |
Answer» | |
27. |
What is the difference between PUT and POST operations? |
Answer» | |
28. |
Which type of Webservices methods are to be read only? |
Answer» | |
29. |
Which type of Webservices methods are to be idempotent? |
Answer» | |
30. |
What do you mean by idempotent operation? |
Answer» | |
31. |
What are the disadvantages of statelessness in RESTful Webservices? |
Answer» | |
32. |
What are the advantages of statelessness in RESTful Webservices? |
Answer» | |
33. |
What is statelessness in RESTful Webservices? |
Answer» | |
34. |
What are the best practices to create a standard URI for a web service? |
Answer» | |
35. |
What is the purpose of HTTP Verb in REST based webservices? |
Answer» | |
36. |
What is format of a URI in REST architecture? |
Answer» | |
37. |
What is purpose of a URI in REST based webservices? |
Answer» | |
38. |
What is URI? |
Answer» | |
39. |
What is addressing in RESTful webservices? |
Answer» | |
40. |
What are the core components of a HTTP response? |
Answer» | |
41. |
What are the core components of a HTTP Request? |
Answer» | |
42. |
What is messaging in RESTful webservices? |
Answer» | |
43. |
Which protocol is used by RESTful webservices? |
Answer» | |
44. |
What are the best practices to design a resource representation? |
Answer» | |
45. |
How to represent a resource in REST? |
Answer» | |
46. |
What is a Resource in REST? |
Answer» | |
47. |
What are RESTful webservices? |
Answer» | |
48. |
What are webservices? |
Answer» | |
49. |
Name some of the commonly used HTTP methods used in REST based architecture? |
Answer» | |
50. |
What is REST? |
Answer» | |