nerdexam
CompTIA

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.

Data Concepts and Environments

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)
  • A
    8% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (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.

AA JSON file

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.

BA relational database

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.

CA CSV file

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.

DAn audio fileCorrect

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

#Unstructured Data#Data Types#Data Formats#Audio Files

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice