nerdexam
Cisco

300-550 · Question #57

A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?

The correct answer is B. a dictionary. See the full explanation below for the reasoning.

Question

A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?

Options

  • Aan integer
  • Ba dictionary
  • Ca tuple
  • Da string
  • Ea list

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    71% (32)
  • C
    7% (3)
  • D
    16% (7)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 300-550 Practice