DevOps Tools Engineer (LPIC-OT 701) — Question 28
Which of the following HTTP methods are used by REST? (Choose three correct answers.)
Answer options
- A. CREATE
- B. REPLACE
- C. PUT
- D. DELETE
- E. GET
Correct answer: C, D, E
Explanation
The correct answers are C (PUT), D (DELETE), and E (GET) as they are standard HTTP methods used in RESTful services for updating, removing, and retrieving resources respectively. Options A (CREATE) and B (REPLACE) are not standard HTTP methods, which is why they are incorrect.