Courseiva
Understanding and Using APIseasyMultiple SelectObjective-mapped

200-901 POST Practice Question

Which TWO of the following are HTTP methods used for creating or updating resources in REST APIs? (Select TWO)

⚠ Common exam trap

Many candidates mistakenly think that all three methods (POST, PUT, PATCH) are equally valid for create/update. However, the question limits the selection to two, so you must recognize that POST and PUT are the primary methods for creating and full updating, while PATCH is for partial updates only.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

PUT

In REST APIs, POST is used to create a new resource, and PUT is used to update or replace an existing resource (and can also create it if it doesn't exist). While PATCH can also update resources, it is not one of the two most fundamental methods for creating or updating, and the question specifically asks for only two.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • DELETE

    Why it's wrong here

    DELETE removes a resource.

  • PUT

    Why this is correct

    PUT is used to replace a resource entirely.

  • POST

    Why this is correct

    POST is used to create a new resource.

  • GET

    Why it's wrong here

    GET is for retrieving resources, not creating/updating.

  • PATCH

    Why it's wrong here

    PATCH is used for partial updates, but the question asks for two methods for creating or updating resources. While PATCH updates, it is not typically used for creating resources and is less fundamental than POST and PUT.

About these practice questions

This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

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.