JSON YAML

JSON YAML

Assessment

Quiz

Created by

CloudThat Technologies

Professional Development

Professional Development

6 plays

Hard

Student preview

quiz-placeholder

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to give comments in JSON?

#

//

/* */

Comments not supported

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is invalid JSON object?

{"name" : "John"}

{"averageMarks" : 45.56}

{"happy" : True}

{"happy" : true}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is INCORRECT statement?

XML supports for array

JSON supports for array

XML is document oriented

JSON supports for multiple data types as string, boolean, numbers.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JSON stands for _______

JavaScript Optimal Notation

JavaScript Object Notation

JavaScript Object Notion

JavaScript Object Negotiator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read JSON object as python dictionary which python function is used?

readDict()

dump()

load()

read()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In YAML file, multiple documents are seperated using which notation/format?

---

--

...

----

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python function is used to write serialized object into YAML file?

write()

dump()

writeYaml()

copyToYaml()

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development