exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 780 discussion

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


Refer to the exhibit. How many objects keys, and JSON list values are present?

  • A. Three objects, two keys, and three JSON list values
  • B. Three objects, three keys, and two JSON list values
  • C. One object, three keys, and three JSON list values
  • D. One object, three keys, and two JSON list values
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
rictorres333
Highly Voted 2 years, 2 months ago
Selected Answer: C
What is in a JSON object? A JSON object contains zero, one, or more key-value pairs, also called properties. The object is surrounded by curly braces {} . Every key-value pair is separated by a comma. The order of the key-value pair is irrelevant. What is JSON key? A JSON object contains zero, one, or more key-value pairs, also called properties. The object is surrounded by curly braces {} . Every key-value pair is separated by a comma. The order of the key-value pair is irrelevant. A key-value pair consists of a key and a value, separated by a colon ( : ) What is JSON list? Array Datatype in JSON Similar to other programming languages, a JSON Array is a list of items surrounded in square brackets ([]). Each item in the array is separated by a comma. The array index begins with 0. The square brackets [...] are used to declare JSON array. JSON array are ordered list of values. In question: {} = 1 : = 3 [] = 3 Correct is C.
upvoted 34 times
...
shubhambala
Highly Voted 2 years, 2 months ago
Selected Answer: C
C is the answer bois & gals
upvoted 6 times
...
[Removed]
Most Recent 7 months, 3 weeks ago
Selected Answer: C
it´s clearly C
upvoted 3 times
...
Nmk3216
1 year ago
Selected Answer: C
c is the correct answer. Object : {}; Keys: "Test_Questions"; "Test_Exam_Level"; "Test_Responce". Values [].
upvoted 1 times
...
espandrews
1 year, 6 months ago
Not a single correct answer at this point.
upvoted 1 times
...
enzo86
1 year, 7 months ago
Selected Answer: C
C is correct
upvoted 2 times
...
JJY888
1 year, 8 months ago
Selected Answer: C
List values are arrays separated by [ ]
upvoted 2 times
...
RaselAhmedIT
1 year, 9 months ago
I'm still confused, what will be the correct answer?
upvoted 2 times
...
Shansab
1 year, 11 months ago
Selected Answer: C
it is clear only one object.
upvoted 6 times
...
mzu_sk8
2 years ago
Selected Answer: C
clearly one object
upvoted 2 times
...
Bl1024
2 years, 1 month ago
Selected Answer: C
Only one object indicated by the {} with 3 keys indicated by the : and 3 list vslues indicated by the []
upvoted 5 times
...
arenjenkins
2 years, 1 month ago
Selected Answer: C
One object
upvoted 4 times
...
g_mindset
2 years, 2 months ago
Selected Answer: C
3 list values there
upvoted 3 times
...
splashy
2 years, 2 months ago
Selected Answer: D
"JSON objects are wrapped in curly braces. Inside the object, we can list any number of key-value pairs, separated by commas:" https://attacomsian.com/blog/what-is-json
upvoted 2 times
4aynick
1 year, 5 months ago
from your logic must be 6 list value
upvoted 1 times
...
splashy
2 years, 1 month ago
Got to go with g_mindset & rictorres, I misinterpreted list values, they are actually the arrays so 1 3 3 So it's C
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 ...