nerdexam
Cisco

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

Submitted by amina.ke· Mar 30, 2026Network Programmability and Automation - Understanding RESTful API HTTP methods and their appropriate use cases (commonly tested in CompTIA Network+, Cisco DevNet, or CCNA certification exams)

Question

Drag and Drop Question Drag and drop the characteristic from the left onto the cable type on the right. Answer:

Exhibit

200-301 question #1399 exhibit

Answer Area

Drag items

DELETEGETPATCHPOSTPUT

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

#REST API#HTTP Methods#CRUD Operations#API Design

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice