DA0-002 Data Concepts and Environments Practice Question
A data analyst receives a file with the extension .json. This file contains product information with attributes that vary between records. How should this file be classified?
⚠ Common exam trap
Test-takers frequently confuse 'structured data' with any data that has a format or organization, forgetting that structured data specifically requires a fixed, predefined schema enforced at write time, unlike JSON's flexible schema-on-read approach.
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
✓
Semi-structured data
A JSON file with varying attributes per record is a classic example of semi-structured data. Unlike strictly structured data (e.g., a relational table with fixed columns), JSON allows each object to have a different set of key-value pairs, making it schema-flexible. This self-describing nature, where metadata is embedded within the data itself, is the defining characteristic of semi-structured formats.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Semi-structured data
Why this is correct
JSON is a common semi-structured format with tags and nested elements.
- ✗
Structured data
Why it's wrong here
Structured data requires a fixed schema; JSON does not enforce a fixed schema.
- ✗
Transactional data
Why it's wrong here
Transactional data refers to records of transactions, not a data classification based on schema.
- ✗
Unstructured data
Why it's wrong here
Unstructured data (e.g., images) has no inherent structure; JSON has structure (key-value).
Go deeper
Related to this question
About these practice questions
This DA0-002 question is part of Courseiva's 986-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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 DA0-002 practice question is part of Courseiva's free CompTIA 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 DA0-002 exam.