nerdexam
Microsoft

DP-900 · Question #300

You have data in a tabular format as shown in the following table. Of which type of data is this an example?

The correct answer is D. structured data. Structured data conforms to a predefined schema with rows and columns, making tabular format the canonical example.

Submitted by ricky.ec· Mar 30, 2026Describe core data concepts

Question

You have data in a tabular format as shown in the following table. Of which type of data is this an example?

Options

  • Aunstructured data
  • Bsemi-structured data
  • Cdocument
  • Dstructured data

How the community answered

(28 responses)
  • A
    7% (2)
  • C
    4% (1)
  • D
    89% (25)

Why each option

Structured data conforms to a predefined schema with rows and columns, making tabular format the canonical example.

Aunstructured data

Unstructured data (images, video, free-form text) has no predefined schema or row/column organization.

Bsemi-structured data

Semi-structured data (JSON, XML, YAML) has self-describing tags or key-value pairs but does not conform to a rigid tabular schema.

Cdocument

Document is a storage format for semi-structured data (e.g., JSON documents in Cosmos DB), not a descriptor for tabular row/column data.

Dstructured dataCorrect

Tabular data has a fixed schema where every row shares the same columns and data types, which is the defining characteristic of structured data stored in relational tables or flat files like CSV.

Concept tested: Classifying structured vs. unstructured data types

Source: https://learn.microsoft.com/en-us/azure/architecture/data-guide/concepts/data-types

Topics

#structured data#tabular data#data types#data classification

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice