nerdexam
Cisco

200-301 · Question #691

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:

The correct answer is POST; PUT; DELETE; GET; PATCH. 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

Submitted by tunde_lagos· Mar 5, 2026Cisco CCNA / DevNet Associate - Automation and Programmability: Explain the use of REST-based APIs and HTTP methods in network programmability

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:

Exhibits

200-301 question #691 exhibit 1
200-301 question #691 exhibit 2

Answer Area

Drag items

DELETEGETPOSTPATCHPUT

Correct arrangement

  • POST
  • PUT
  • DELETE
  • GET
  • PATCH

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

#REST APIs#HTTP Methods#Network Programmability#CRUD Operations

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice