Subdomain 1.1: Prepare and process data.
1.When assessing data quality, which dimension refers to the degree to which data conforms to defined business rules, formats, and constraints?
- A.Completeness
- B.Uniqueness
- C.Validity
- D.Timeliness
Show answer & explanation
Correct answer: C — Validity
- A. Incorrect. Completeness refers to the extent to which all required data is present and focuses on missing values or coverage. It does not evaluate conformance to specific rules or formats.
- B. Incorrect. Uniqueness checks for duplicate records or values to ensure each entity is represented only once. It does not address whether data conforms to business rules, formats, or constraints.
- C. Correct. Validity refers to the degree to which data conforms to predefined rules, expected formats (such as email syntax), and constraints (such as value ranges or referential integrity).
- D. Incorrect. Timeliness measures whether data is available when needed and represents the most recent state. It is concerned with freshness and latency rather than rule or format conformance.