200-301 · Question #691
200-301 Question #691: Real Exam Question with Answer & Explanation
The correct arrangement maps each HTTP method to its standard REST description: POST creates new resources, PUT replaces/updates an entire existing resource, DELETE removes a resource, GET retrieves/reads resource data, and PATCH partially modifies an existing resource. These fiv
Question
Drag and Drop Question Drag and drop the HTTP methods used with REST-Based APIs from the left onto the descriptions on the right. Answer:
Explanation
The correct arrangement maps each HTTP method to its standard REST description: POST creates new resources, PUT replaces/updates an entire existing resource, DELETE removes a resource, GET retrieves/reads resource data, and PATCH partially modifies an existing resource. These five methods form the core of RESTful API interactions and align with CRUD (Create, Read, Update, Delete) operations. Each method has a specific, idempotent or non-idempotent behavior that defines how the server should process the request.
Topics
Community Discussion
No community discussion yet for this question.