Courseiva
hardMultiple SelectObjective-mapped

200-901 Practice Question: Which TWO are components of a REST API request?…

Which TWO are components of a REST API request? (Choose two.)

⚠ Common exam trap

Cisco often tests the distinction between request components and response components, and the trap here is that candidates mistakenly include status codes or payloads as request components, when in fact status codes are only in responses and payloads are optional in requests.

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

URI

A REST API request is defined by the combination of a URI (Uniform Resource Identifier) and an HTTP method. The URI identifies the specific resource (e.g., /api/users/123) on the server, while the HTTP method (GET, POST, PUT, DELETE, etc.) specifies the desired action to be performed on that resource. Together, they form the fundamental components that the client sends to the server to initiate a request.

Answer analysis

Option-by-option breakdown

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

  • URI

    Why this is correct

    Identifies the resource.

  • Status code

    Why it's wrong here

    Part of response.

  • Payload

    Why it's wrong here

    Only present in some requests (POST, PUT).

  • HTTP method

    Why this is correct

    Required for any request.

  • Query string

    Why it's wrong here

    Part of URI, optional.

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 →

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.