Correct Answer: Client-server communications
Explanation:
Note: This Question is unanswered, help us to find answer for this one
RESTful Services Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More RESTful Services MCQ Questions
Which is a true statement in the basic REST design principle that uses HTTP request methods to update resources?
Consider a RESTful resource available on the URI /posts. Which is the correct HTTP method used to create a new entry?
REST is an acronym for representational state transfer
When you wish to create a new “Foo” via a RESTful API, which is most appropriate?
What is the advantage of including Cache control and Last-Modified (a date value) HTTP response header?
The process of determining which representation of a resource to respond with is called
Which is the foundational constraint in REST that defines the separation between service, consumer and the technical contract?
What is an appropriate HTTP response for issuing a GET request to /users/1/delete on a RESTful Web Service?
Which of the following should not be present in RESTful Web Services URIs?
How might HATEOAS principles be applied in a RESTful web service?