Bird
0
0

In resource-based design thinking, what does a URI typically represent?

easy📝 Conceptual Q2 of 15
Rest API - REST API Fundamentals
In resource-based design thinking, what does a URI typically represent?
AThe response format like JSON or XML
BOnly the server address
CA specific resource or collection of resources
DThe HTTP method to use
Step-by-Step Solution
Solution:
  1. Step 1: Understand URI role in REST

    URIs identify resources uniquely, either a single resource or a collection.
  2. Step 2: Evaluate options

    A specific resource or collection of resources correctly states this. Options A, B, and C confuse URI with other concepts.
  3. Final Answer:

    A specific resource or collection of resources -> Option C
  4. Quick Check:

    URI = Resource identifier [OK]
Quick Trick: URI points to the resource, not the action [OK]
Common Mistakes:
  • Thinking URI defines HTTP method
  • Confusing URI with server address only
  • Assuming URI defines response format

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes