1. Which syntax allows a user to define local datatype in YAML?
2. Which are parts of the YAML information model?
3. Which stages of YAML information reconciliation is responsible for achieving portability between different programming environments?
4. Which one correctly describes the syntax for representing an integer in YAML with scalar plus the global tag?
5. Which statement correctly describes the functions performed by a YAML processor?
6. Which one correctly describes the syntax for declaring Verbatim tags?
7. Which one correctly describes the anchor property of a node in YAML?
8. Which one correctly describes the functioning of YAML?
9. Which failure points can arise while loading native data structure from a YAML stream?
10. Which kinds of nodes helps in representing strings, integers, dates and other data types in YAML?
11. Analyze the following code snippet: Line 1:%YAML 1.1 Line 2: --- Line 3:!!str Line 4:'specific\L\ Line 5:trimmed\n\n\n Line 6:as space' Line 7:'foo' Which of the following would be the output of the above code?
12. Which one is the correct syntax for describing hashes of lists in YAML?
13. Which one is the correct syntax for describing a list in YAML using inline format?
14. Which symbol is used to explicitly define a datatype in YAML?
15. What is the final result produced by the compose stage during the processing of YAML information?
16. In which cases are two nodes in YAML considered to be equal?
17. What is the final outcome of the serialization process during the processing of YAML information?
18. Which statement is not true about non-specific tags available in YAML?
19. Which one is the correct syntax for describing a list of hashes in YAML?
20. Which statements is/are true about parsing during the processing of YAML information?
21. Which non-specific tags are available in YAML?
22. What is the use of --| indicator used in the code snippet below? --- | There once was a man from Newyork Who got on a Bus bound for Newjersey. It said on the door 'Please don't spit on the floor'
23. Which one is a valid format for declaring a numeric value as a string in YAML using an explicit datatype tag?
24. Which one can be used to make ordered sequence of key:value pairs without duplicates?
25. Which symbol is used to define nested tag namespace hierarchies in YAML?
26. Which stage is responsible for converting a series of characters into a human-friendly manner such as comments, directives?
27. Which one is the correct syntax for describing hashes in YAML in inline block format?
28. Which symbol allows you to declare local tag in an application using YAML?
29. Which symbol allows you to declare comments in YAML?
30. Which translation stages are followed during the reconcilation of YAML information?
31. Which contents can be included in the YAML nodes?
32. Which Type specifiers is/are available in YAML?
33. Which presentation details are not considered while resolving the tag of a node in YAML?
34. What is the significance of the '++' sign in the YAML information model?
35. Which parameters must be mentioned while resolving the tag of a node in YAML?
36. Which one correctly describes the characteristics of the flow style of node content in YAML?
37. Which one correctly describes the Verbatim tags?
38. Which character symbols should not be used with the primary tag handle?