RESTful Quiz 2 | Englishfreetest.com
Here's the exercise 'RESTful Quiz 2 | Englishfreetest.com' about Technical Quiz - Technical Tests.
Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology
You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.
Finally, click here to "Test" for start practice exercise .
Content test:
A.REST uses various representations to represent a resource where text, JSON, XML
B. XML and JSON are the most popular representations of resources
C.Both of the above
D. None of the above
A. VERB
B. URI
C. HTTP Version
D. Request Header
A.GET
B.PUT
C. POST
D.HEAD
A.GET
B.DELETE
C.PUT
D.OPTIONS
A.Always keep static contents like images, css, JavaScript cacheable, with expiration date of 2 to 3 days
B.Never keep expiry date too high
C.Dynamic contents should be cached for few hours only
D. All of the above
A. Validation - Validate all inputs on the server. Protect your server against SQL or NoSQL injection attacks
B.Session based authentication - Use session based authentication to authenticate a user whenever a request is made to a Web Service method
C.Both of the above
D.None of the above
A.500
B.401
C.404
D.409
A. @PathParam
B.@QueryParam
C.@MatrixParam
D.@HeaderParam
A. Result
B.Title
C.None of the mentioned
D.All of the mentioned
A.JAX-RS makes heavy use of annotations available from Java SE 5 to simplify development of JAVA based web services creation and deployment
B.It also provides supports for creating clients for RESTful web services
C.Both of the above
D.None of the above