Home > Internet Programming > Quizzes > RESTful Services Fundamentals Test
RESTful Services Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 61% Most missed: “Which of the following is true of RESTful Web Service?”
RESTful Services Fundamentals Test
Time left 00:00
25 Questions

1. Which of the following is true of RESTful Web Service?
2. Which of the following best describe REST?
3. Which is a true statement in the basic REST design principle that uses HTTP request methods to update resources?
4. RESTful web services are designed with ____ in mind.
5. When you wish to update a select few fields on an existing -œFoo- via a RESTful API - which is most appropriate?
6. When you wish to update an existing -œFoo- via a RESTful API - which is most appropriate?
7. What are the prerequisites for an application to interact with a resource?
8. How is REST related to SOAP?
9. How can users log into RESTful API to see protected resources only?
10. Which of the following is one of the interface constraints for REST that allows the server functionality to evolve independently?
11. Which software architecture is used for designing and developing software with 'RESTful' interfaces?
12. Which of the following best describes a RESTful service?
13. Which is an optional constraint for REST?
14. RESTful web services must be served over HTTP or HTTPS
15. Identify which is not a formal REST constraint
16. As an idempotent method - which of the following should not happen when issuing a GET request to a RESTful Web Service?
17. What determines the action to be executed on a RESTful request?
18. True of False? REST - being an architectural style - does not concern implementation details
19. Which HTTP method should be used to update a resource in a RESTful Web Service?
20. True or False? It is a design flaw for RESTful Web Services to reveal data gradually - linking to additional resources on the response body.
21. Which HTTP methods are considered 'safe' - meaning that the request should not produce side-effects or alter the server state?
22. When you wish to read a single -œFoo- via a RESTful API - which is most appropriate?
23. Which is the foundational constraint in REST that defines the separation between service - consumer and the technical contract?
24. True or False? RESTful responses should include links to related resources - enabling the Client to progress through states.
25. Which of the following describe the correct way to let a client progress through states in a RESTful application?