Questions
The following is a short list of review questions to help reinforce your learning and allow you to identify areas that require some improvement:
- Which data format is commonly used to create web pages?
A. JSON
B. XML
C. HTML
D. YAML
- Which data type is similar to HTML?
A. JSON
B. XML
C. YAML
D. Python
- Which data type is the simplest to read and understand?
A. JSON
B. XML
C. YAML
D. Python
- When using YAML, which syntax is used to represent a list of items?
A.
{}
B.
[]
C.
()
D.
-
- While using JSON, which syntax is used to represent a list of items?
A.
{}
B.
[]
C.
()
D.
-
- Which type of API allows a vendor to access data within an organization's system?
A. Partner
B. Open
C. Public
D. Internal
- Which RESTful API operation is equivalent to an
HTTP POST
message?A.
PUT
B.
Update
C.
Request
D.
Create
- Which component of a URI identifies a specific area on a web page?
A. Path
B. Filename
C. Hostname
D. Fragment
- Which configuration management tool uses a push function?
A....