200-301 · Question #1399
Drag and Drop Question Drag and drop the characteristic from the left onto the cable type on the right. Answer:
The correct answer is POST; DELETE; PUT; PATCH; GET. The correct arrangement maps HTTP methods to their REST API characteristics based on standard CRUD operations and idempotency rules. POST is used to CREATE a new resource, DELETE removes a resource, PUT replaces/updates an entire resource, PATCH partially modifies a resource, and
Question
Drag and Drop Question Drag and drop the characteristic from the left onto the cable type on the right. Answer:
Exhibit
Answer Area
Drag items
Correct arrangement
- POST
- DELETE
- PUT
- PATCH
- GET
Explanation
The correct arrangement maps HTTP methods to their REST API characteristics based on standard CRUD operations and idempotency rules. POST is used to CREATE a new resource, DELETE removes a resource, PUT replaces/updates an entire resource, PATCH partially modifies a resource, and GET retrieves/reads a resource without modifying it. These mappings follow the REST architectural standard where each HTTP verb has a defined, specific purpose in API communication.
Topics
Community Discussion
No community discussion yet for this question.
