Which two HTTP functions correspond to the UPDATE function in CRUD? (Choose two.)
- PUT
- DELETE
- PATCH
- GET
- POST
Explanation: CRUD is an acronym that stands for CREATE, READ, UPDATE, and DELETE. The HTTP functions that correspond to CRUD functions are as follows:
GET -> READ
POST -> CREATE
PUT/PATCH -> UPDATE
DELETE -> DELETE
Related exam: CCNP Core Networking: Modules 27 - 29 Checkpoint Exam: Virtualization, Automation, and Programmability Exam
Related exam: DevNet Associate Course Final Exam Answers
