DA0-001 · Question #304
A JSON file is an example of:
The correct answer is A. structured data. Structured data is organized according to a predefined schema or format, making it easily searchable and machine-readable. JSON has a rigid hierarchical structure of key-value pairs and arrays that conforms to a defined schema. It is not simply 'web data' (too vague), 'machine…
Question
A JSON file is an example of:
Options
- Astructured data.
- Bweb data.
- Cmachine data.
- Dprocessed data.
How the community answered
(37 responses)- A92% (34)
- B5% (2)
- C3% (1)
Explanation
Structured data is organized according to a predefined schema or format, making it easily searchable and machine-readable. JSON has a rigid hierarchical structure of key-value pairs and arrays that conforms to a defined schema. It is not simply 'web data' (too vague), 'machine data' (which refers to logs/sensor output), or 'processed data' (a stage in the data lifecycle, not a format type).
Topics
Community Discussion
No community discussion yet for this question.