DP-900 Describe core data concepts Practice Question
A healthcare organization stores patient records in a relational database table with fixed columns for PatientID, Name, and DateOfBirth. Additionally, they store clinical notes as free-form text files for each patient visit. Which statement correctly classifies these data types?
⚠ Common exam trap
Many candidates confuse 'free-form text' with semi-structured data (e.g., JSON or XML), but semi-structured data has tags or key-value pairs, whereas free-form text has no inherent structure at all.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Patient records are structured data, and clinical notes are unstructured data.
Patient records stored in a relational database table with fixed columns (PatientID, Name, DateOfBirth) conform to a predefined schema, making them structured data. Clinical notes stored as free-form text files lack a fixed schema or organization, which classifies them as unstructured data. Option B correctly identifies this distinction.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Both patient records and clinical notes are examples of unstructured data.
Why it's wrong here
Patient records in a relational database are structurally enforced by a schema: data is organized into tables with fixed columns, data types, and constraints such as primary and foreign keys. Clinical notes, by contrast, are free-form text without any predefined schema. Labeling both as unstructured ignores the rigid relational structure of patient records, which is exactly why they can be queried with SQL.
When this WOULD be correct
This option would be correct if the question described both patient records and clinical notes as free-form text files or images, with no fixed schema or column structure, such as storing all patient information in narrative text documents.
- ✓
Patient records are structured data, and clinical notes are unstructured data.
Why this is correct
Patient records are structured because the relational model imposes a predetermined schema: each row is a record, each column is an attribute with a defined data type, and relationships are enforced via keys. Clinical notes are unstructured because they are free-form natural language—physicians type observations, diagnoses, and treatment plans with no fixed length, order, or columnar organization. This distinction is fundamental to choosing appropriate storage and analytics tools.
- ✗
Both patient records and clinical notes are examples of structured data.
Why it's wrong here
While patient records are indeed structured—organized into relational tables with rows and columns—clinical notes are the opposite: they are unstructured free-form text that does not conform to any database schema. Clinical notes cannot be directly queried with SQL for structured fields like patient ID or birth date. Therefore, the claim that both are structured is false because unstructured clinical notes lack the fixed format that defines structured data.
When this WOULD be correct
If the question described both patient records and clinical notes as being stored in a relational database with fixed columns (e.g., clinical notes stored as a VARCHAR column with a defined format), then both would be structured data.
- ✗
Patient records are unstructured data, and clinical notes are semi-structured data.
Why it's wrong here
This option is doubly incorrect. Patient records are structured, not unstructured, because they reside in a relational database with tables, columns, and defined data types. Clinical notes are unstructured, not semi-structured: unstructured data lacks any internal tags, keys, or markup, whereas semi-structured data (like JSON or XML) has named fields and hierarchical organization. Since clinical notes are plain free text with no such markers, they cannot be classified as semi-structured.
When this WOULD be correct
If the question described patient records as free-form text documents (e.g., scanned PDFs) and clinical notes as JSON files with tags (e.g., diagnosis codes), then patient records would be unstructured and clinical notes semi-structured.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The DP-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Patient records are structured data, and clinical notes are unstructured data.Correct answer▾
Why this is correct
Patient records are structured because the relational model imposes a predetermined schema: each row is a record, each column is an attribute with a defined data type, and relationships are enforced via keys. Clinical notes are unstructured because they are free-form natural language—physicians type observations, diagnoses, and treatment plans with no fixed length, order, or columnar organization. This distinction is fundamental to choosing appropriate storage and analytics tools.
✗Both patient records and clinical notes are examples of unstructured data.Wrong answer — click to see why▾
Why this is wrong here
Patient records with fixed columns (PatientID, Name, DateOfBirth) are structured data, not unstructured. Clinical notes as free-form text files are unstructured, but the option incorrectly classifies both as unstructured.
★ When this WOULD be the correct answer
This option would be correct if the question described both patient records and clinical notes as free-form text files or images, with no fixed schema or column structure, such as storing all patient information in narrative text documents.
Why candidates choose this
Candidates may confuse 'unstructured' with 'non-numeric' or think that any data containing text (like clinical notes) makes the entire dataset unstructured, overlooking the structured nature of the relational table.
✗Both patient records and clinical notes are examples of structured data.Wrong answer — click to see why▾
Why this is wrong here
Clinical notes are free-form text files without a predefined schema, making them unstructured data, not structured.
★ When this WOULD be the correct answer
If the question described both patient records and clinical notes as being stored in a relational database with fixed columns (e.g., clinical notes stored as a VARCHAR column with a defined format), then both would be structured data.
Why candidates choose this
Candidates may think that because both are stored in a database, they are structured, failing to recognize that free-form text files are unstructured regardless of storage location.
✗Patient records are unstructured data, and clinical notes are semi-structured data.Wrong answer — click to see why▾
Why this is wrong here
Patient records with fixed columns (PatientID, Name, DateOfBirth) are structured data, not unstructured. Clinical notes as free-form text are unstructured, not semi-structured.
★ When this WOULD be the correct answer
If the question described patient records as free-form text documents (e.g., scanned PDFs) and clinical notes as JSON files with tags (e.g., diagnosis codes), then patient records would be unstructured and clinical notes semi-structured.
Why candidates choose this
Candidates may confuse 'unstructured' with 'not numeric' or think that any text is unstructured, and they may overestimate the structure of free-form notes by imagining metadata or formatting.
Analysis generated from the official DP-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Data Roles and Core Concepts
Key term
Unstructured data
Unstructured data is information that does not have a predefined data model or is not organized in a predefined manner, making it difficult for traditional databases to read and process.
Key term
Data
Data is raw, unprocessed information, like numbers, words, or measurements, that can be stored, processed, and analyzed by computers.
About these practice questions
Courseiva writes every DP-900 question from scratch — 820 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-900 exam.