exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 383 discussion

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

What is used in JSON to represent a Python tuple?

  • A. collection
  • B. object
  • C. array
  • D. dict
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
outrageous7
Highly Voted 1 year, 10 months ago
Selected Answer: C
JSON has only two datatypes objects and arrays tuples should be arrays
upvoted 9 times
...
cerifyme85
Highly Voted 1 year, 10 months ago
Selected Answer: C
https://www.tutorialspoint.com/How-can-I-represent-python-tuple-in-JSON-format#:~:text=Use%20the%20json.,a%20tuple%20as%20a%20parameter.
upvoted 6 times
...
herrmann69
Most Recent 9 months, 4 weeks ago
Selected Answer: C
array, can be easily be verified: $python >>> import json >>> json.dumps((1, 2)) '[1, 2]'
upvoted 2 times
...
Nicetomeetyou
1 year, 5 months ago
Selected Answer: A
A tuple is a collection which is ordered and unchangeable. https://www.w3schools.com/python/python_tuples.asp
upvoted 1 times
Nicetomeetyou
1 year, 5 months ago
sorry didn't read correctly the answer is indeed C
upvoted 2 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 ...