Bird
0
0

Which symbol is used to start the search parameters in a REST API URL?

easy📝 Conceptual Q2 of 15
Rest API - Query Parameters and Filtering

Which symbol is used to start the search parameters in a REST API URL?

A&
B#
C?
D/
Step-by-Step Solution
Solution:
  1. Step 1: Identify the symbol that starts query parameters

    In URLs, the question mark ? starts the search or query parameters section.
  2. Step 2: Differentiate from other URL symbols

    The ampersand & separates multiple parameters, but does not start them; # is for fragments, and / separates path segments.
  3. Final Answer:

    ? -> Option C
  4. Quick Check:

    Search parameters start with ? [OK]
Quick Trick: Use ? to start search parameters in URLs [OK]
Common Mistakes:
  • Using & to start parameters instead of ?
  • Confusing # with search parameter start

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes