DA0-001 · Question #229
Which of the following data formats are examples of unstructured data? (Choose two.)
The correct answer is D. PNG F. MP4. Unstructured data lacks a predefined data model or organization, making formats like images and videos prime examples.
Question
Which of the following data formats are examples of unstructured data? (Choose two.)
Options
- AXML
- BCSV
- CXLS
- DPNG
- EJSON
- FMP4
How the community answered
(49 responses)- A8% (4)
- C2% (1)
- D88% (43)
- E2% (1)
Why each option
Unstructured data lacks a predefined data model or organization, making formats like images and videos prime examples.
XML is a semi-structured data format, as it uses tags to define elements and attributes, providing some organizational structure.
CSV files are structured data, organizing data into rows and columns with comma delimiters, making them highly tabular.
XLS files (Excel spreadsheets) are structured data, containing data organized in rows and columns within a worksheet structure.
PNG files are image files, which are a form of unstructured data as their internal content is not organized into a predefined, queryable schema.
JSON is a semi-structured data format, organizing data into key-value pairs and arrays, providing a flexible but defined structure.
MP4 files are video files, representing unstructured data because their multimedia content does not conform to a fixed data model or structure for direct database querying.
Concept tested: Identifying unstructured data formats
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.