701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 7


Which of the following HTTP methods are used by REST? (Choose three correct answers.)

Show Answer
Correct Answer: CDE

The HTTP methods commonly used by REST are PUT, DELETE, and GET. PUT is used to update a resource, DELETE is used to remove a resource, and GET is used to retrieve a resource. These methods align with the principles of RESTful services.

Discussion

1 comment
Sign in to comment
alex87Options: CDE
Feb 7, 2023

C,D,E are correct