CCNA: Cisco Certified Network Associate — Question 706
Under the CRUD model, which two HTTP methods support the UPDATE operation? (Choose two.)
Answer options
- A. PATCH
- B. DELETE
- C. GET
- D. POST
- E. PUT
Correct answer: A, E
Explanation
The correct answers are A (PATCH) and E (PUT) because both methods are specifically designed to modify existing resources. In contrast, DELETE removes resources, GET retrieves them, and POST is typically used to create new resources.