nerdexam
CompTIA

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.

Data Concepts and Environments

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)
  • A
    8% (4)
  • C
    2% (1)
  • D
    88% (43)
  • E
    2% (1)

Why each option

Unstructured data lacks a predefined data model or organization, making formats like images and videos prime examples.

AXML

XML is a semi-structured data format, as it uses tags to define elements and attributes, providing some organizational structure.

BCSV

CSV files are structured data, organizing data into rows and columns with comma delimiters, making them highly tabular.

CXLS

XLS files (Excel spreadsheets) are structured data, containing data organized in rows and columns within a worksheet structure.

DPNGCorrect

PNG files are image files, which are a form of unstructured data as their internal content is not organized into a predefined, queryable schema.

EJSON

JSON is a semi-structured data format, organizing data into key-value pairs and arrays, providing a flexible but defined structure.

FMP4Correct

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

#Unstructured data#Data formats#Data types

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice