Knowledge CheckIT Fundamentals · Module 05

Quiz: Module 05: JSON, YAML, and Configuration Files

Test your understanding of the concepts covered in this module.

7 questions

  1. Question 1. Which of the following is valid JSON?

  2. Question 2. In YAML, how do you indicate a list (array) of items?

  3. Question 3. What character is used for comments in YAML?

  4. Question 4. True or False: JSON supports comments using the `//` syntax.

  5. Question 5. An AWS IAM policy has `"Effect": "Deny"` and `"Action": "s3:DeleteObject"`. What does this mean?

  6. Question 6. What is the primary reason to use environment variables for database passwords instead of putting them in config files?

  7. Question 7. Which indentation character causes YAML parsing errors?