exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 722 discussion

Actual exam question from Cisco's 200-301
Question #: 722
Topic #: 1
[All 200-301 Questions]

Which output displays a JSON data representation?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: C
JSON data is written as name/value pairs.
A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:
ג€nameג€:ג€Markג€
JSON can use arrays. Array values must be of type string, number, object, array, boolean or null. For example:
{
ג€nameג€:ג€Johnג€,
ג€ageג€:30,
ג€carsג€:[ ג€Fordג€, ג€BMWג€, ג€Fiatג€ ]
}
JSON can have empty object like ג€taskIdג€:{}

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
i_am_confused
Highly Voted 2 years, 11 months ago
Answer is C. JSON uses { [ : , JSON does NOT use - ;
upvoted 14 times
...
distortion
Highly Voted 3 years, 11 months ago
The layout is not great. But watch out for the : after the "response": part. and a , after each line.
upvoted 8 times
...
760ac40
Most Recent 1 week, 2 days ago
wtf is this sh!7 ¬¬ ??
upvoted 1 times
...
MinSun600
10 months, 1 week ago
the answer A look like C the different after } ; on C },
upvoted 1 times
...
[Removed]
1 year, 2 months ago
C is correct
upvoted 2 times
...
RODCCN
1 year, 10 months ago
C: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
upvoted 1 times
...
dave1992
3 years, 5 months ago
If you had a hard time. Look at the end between the “ ____” it should be a colon. Not a - ;
upvoted 2 times
...
mrsiafu
4 years, 1 month ago
This is a terrible representation... the layout that is
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...