Drag a concept onto its matching description — or click a concept then click the description.
Retrieve a resource
Create a new resource
Update an existing resource
Remove a resource
Partially modify a resource
Match each HTTP method to its typical use case in REST APIs.
Drag a concept onto its matching description — or click a concept then click the description.
Retrieve a resource
Create a new resource
Update an existing resource
Remove a resource
Partially modify a resource
Answer choices
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
GET: Retrieve a resource
Standard RESTful HTTP methods: GET retrieves, POST creates, PUT replaces, DELETE removes. Common confusions swap GET with POST or misuse PUT for partial updates (which is PATCH).
Answer analysis
For each option: why learners choose it and why it is or isn't the right answer here.
GET: Retrieve a resource
Why this is correct
GET is used to retrieve data from a resource at the specified URI.
POST: Create a new resource
Why this is correct
POST is used to submit data to create a new resource.
PUT: Replace an existing resource
Why this is correct
PUT is used to update or replace an existing resource entirely.
DELETE: Remove a resource
Why this is correct
DELETE is used to delete the specified resource.
GET: Create a new resource
Why it's wrong here
Incorrect — GET is for retrieval, not creation.
POST: Retrieve a resource
Why it's wrong here
Incorrect — POST is for creation, not retrieval.
Go deeper
About these practice questions
Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.