nerdexam
Cisco

200-301 · Question #926

Drag and Drop Question Drag and drop the REST API call methods for HTTP from the left onto the actions they perform on the right. Not all methods are used. Answer:

These four HTTP methods map directly to CRUD (Create, Read, Update, Delete) operations: GET retrieves/reads data from the server without modifying it, POST submits data to create a new resource on the server, PUT updates an existing entry by replacing it with new data, and DELETE

Submitted by weili_xi· Mar 5, 2026Network Fundamentals / Application Layer Protocols - understanding RESTful API communication methods used in modern web and cloud infrastructure, commonly tested in CompTIA Network+, CompTIA Cloud+, and developer certification exams.

Question

Drag and Drop Question Drag and drop the REST API call methods for HTTP from the left onto the actions they perform on the right. Not all methods are used. Answer:

Exhibit

200-301 question #926 exhibit

Explanation

These four HTTP methods map directly to CRUD (Create, Read, Update, Delete) operations: GET retrieves/reads data from the server without modifying it, POST submits data to create a new resource on the server, PUT updates an existing entry by replacing it with new data, and DELETE removes a specified resource from the server. These are the foundational RESTful API verbs standardized in HTTP protocol and are essential knowledge for any developer or IT professional working with web services.

Topics

#REST API#HTTP Methods#CRUD Operations#Web Services

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice