Microsoft 200-901 Exam Questions 1 to 5
Question 1:
Which JSON is equivalent to the XML-encoded data?
Correct Answer: C
Questio:2
The output of a unified diff when comparing two versions of a Python script is shown. Which two “single_request_timeout()” functions are defined in fish.py and cat.py? (Choose two.)
A.
B.
C.
D.
E.
Correct Answer: AB
Question :3
The JSON data in the exhibit has been parsed and stored into a variable “data”. What returns the value “172.16.0.11”?
A. data[‘items’][‘host’][‘value’]
B. data[‘items’][1][‘host’][‘value’]
C. data[‘items’][0][‘host’][‘value’]
D. data[‘items’][‘host’][1]
Correct Answer: C