Drag a concept onto its matching description — or click a concept then click the description.
"hello"
42
true
[1, 2, 3]
{"key": "value"}
Match each JSON data type to its example.
Drag a concept onto its matching description — or click a concept then click the description.
"hello"
42
true
[1, 2, 3]
{"key": "value"}
Answer choices
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
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.