Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 50

Which is a valid description of REST?

    Correct Answer: C

    REST is the conventional way of interacting with information resources. It is based on stateless, client-server communication, typically over HTTP, and it uses standard HTTP methods such as GET, POST, PUT, and DELETE. REST is not a standard or library, but an architectural style for designing networked applications.

Discussion
orjavaOption: C

Answer C- REST is the conventional way of interacting with information resources. REST is centered around an abstraction know as a "resource". Any named piece of information can be a resource.

LeoAliothOption: C

C is the correct answer here