Courseiva
Question 535 of 989
Infrastructure and AutomationmediumMatchingObjective-mapped

200-901 Infrastructure and Automation Practice Question

Match each JSON data type to its example.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

"hello"

42

true

[1, 2, 3]

{"key": "value"}

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

String: "hello"

JSON supports basic data types: string (e.g., "hello"), number (e.g., 42), boolean (true/false), null, array, and object. Common confusions include misidentifying boolean values as strings or strings as numbers.

Answer analysis

Option-by-option breakdown

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

  • String: "hello"

    Why this is correct

    String is correctly paired with the text value "hello".

  • Number: 42

    Why this is correct

    Number is correctly paired with the numeric value 42.

  • Boolean: true

    Why this is correct

    Boolean is correctly paired with the boolean value true.

  • Null: null

    Why this is correct

    Null is correctly paired with the null value.

  • String: true

    Why it's wrong here

    Incorrect — true is a boolean, not a string.

  • Number: "hello"

    Why it's wrong here

    Incorrect — "hello" is a string, not a number.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.