DA0-001 · Question #242
Which of the following is the BEST example of unstructured data?
The correct answer is D. An audio file. Unstructured data lacks a predefined data model or organization, making it difficult to store in traditional rows and columns. An audio file is a prime example of unstructured data because it does not conform to a fixed schema.
Question
Which of the following is the BEST example of unstructured data?
Options
- AA JSON file
- BA relational database
- CA CSV file
- DAn audio file
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D87% (33)
Why each option
Unstructured data lacks a predefined data model or organization, making it difficult to store in traditional rows and columns. An audio file is a prime example of unstructured data because it does not conform to a fixed schema.
A JSON file is considered semi-structured data because it uses tags and attributes to organize data, providing some structural elements without a rigid schema.
A relational database is an example of structured data, where data is organized into tables with predefined columns and rows, enforced by a strict schema.
A CSV file is considered structured data, as it organizes data into rows and columns with a consistent delimiter, allowing for easy parsing into a tabular format.
An audio file is an excellent example of unstructured data because it does not have a predefined format or schema, making it challenging to organize and process using traditional relational database methods. Its content consists of raw sound waves without inherent column or row structures.
Concept tested: Types of data - unstructured
Source: https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/unstructured-data
Topics
Community Discussion
No community discussion yet for this question.