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
More Questions: CCNPv8 ENCOR (Version 8.0) – Virtualization, Automation, and Programmability Exam
Please login or Register to submit your answer