DAMA CDMP Data Quality Specialist Cheat Sheet

Cheat sheet: independent reference for DAMA International CDMP Quality exam prep: data quality dimensions, rules, profiling, remediation, governance, and metrics.

Use the tables for a quick pre-exam check. Expand a topic’s notes for explanations, examples, and additional distinctions.

Scope and study context
ItemReference
Vendor/providerDAMA International
Official exam titleDAMA CDMP Data Quality Specialist
Official exam codeCDMP Quality
Page purposeIndependent Cheat Sheet for candidates reviewing data quality concepts, processes, roles, controls, and practical decision points

Data quality management is not just defect cleanup. For exam purposes, treat it as a governed management discipline that defines quality expectations, measures conformance, analyzes causes, remediates issues, and prevents recurrence.

High-yield framing:

  • Data quality = fitness for use by a defined business purpose, not abstract perfection.
  • Quality rules must trace to business rules, critical data, regulatory/reporting needs, operational risks, or customer outcomes.
  • Prevention is usually better than detection, but mature programs use both.
  • Root-cause remediation is stronger than downstream cleansing when the source or process can be changed.
  • Quality is contextual: the same data can be acceptable for trend analysis but unacceptable for billing, identity proofing, or regulatory reporting.

The exam is likely to reward candidates who can do more than define terms. You should be able to distinguish similar concepts, choose appropriate quality controls, connect data quality to governance and business value, and reason through realistic data issue scenarios.

Core Data Quality Management Lifecycle

StageWhat HappensExam-Relevant OutputsCommon Trap
Define expectationsIdentify business needs, data consumers, critical data elements, quality dimensions, tolerancesData quality requirements, business rules, acceptance criteriaStarting with tool scans before defining what “good” means
Profile and assessExamine actual data values, patterns, relationships, duplicates, anomaliesBaseline quality report, defect categories, issue inventoryTreating profiling results as business rules without validation
Define rules and metricsConvert requirements into measurable checks and thresholdsData quality rules, scorecards, KPIs/KRIs, exception criteriaMeasuring what is easy instead of what matters
Analyze root causesDetermine why defects occurRoot-cause findings, impact analysis, remediation optionsFixing symptoms in reports while source processes remain broken
RemediateCorrect data, process, application, integration, or governance gapsCleansed records, process changes, transformation fixes, steward actionsAssuming all remediation means overwriting data
Monitor and controlContinuously measure and escalate exceptionsDashboards, alerts, SLA/OLA measures, issue workflowOne-time cleanup with no ongoing control
ImproveRefine standards, rules, ownership, training, and architecturePrevention controls, updated policies, lessons learnedNo feedback loop into governance or systems development
Notes and examples

Data quality lifecycle

Data quality management is continuous. It is not a single clean-up project.

    flowchart LR
	    A[Define business need] --> B[Identify critical data]
	    B --> C[Define quality requirements]
	    C --> D[Create rules and metrics]
	    D --> E[Profile and assess data]
	    E --> F[Prioritize issues]
	    F --> G[Remediate data and root causes]
	    G --> H[Implement controls]
	    H --> I[Monitor scorecards]
	    I --> C

Lifecycle exam logic

StepMain purposeBest evidence
Define business needClarify why quality mattersBusiness process, decision, risk, or outcome
Identify critical dataFocus effort where value or risk is highestCritical data elements, key reports, regulatory or operational dependencies
Define requirementsTranslate need into expectationsBusiness definitions, thresholds, rules
Profile dataDiscover actual conditionPatterns, null rates, outliers, duplicates
Measure qualityQuantify performance against rulesMetrics, scorecards, trend lines
Analyze root causeFind why defects occurProcess gaps, system constraints, unclear definitions
RemediateCorrect existing data and causesCleansing, process change, control improvement
MonitorSustain quality over timeDashboards, alerts, ownership, escalation

Data quality and the data lifecycle

Quality can be affected at every stage.

Lifecycle stageQuality concerns
Creation or captureInput validation, user training, source controls
AcquisitionSupplier quality, external feed checks, contract expectations
IntegrationMapping, transformation, reconciliation, timing
StorageConstraints, referential integrity, metadata
UsageFit for purpose, interpretation, access, reporting logic
SharingStandard definitions, formats, security, lineage
ArchivingRetention, historical integrity, accessibility
DisposalControlled deletion and auditability where relevant

High-yield idea

The earlier a defect is prevented, the less costly it usually is to fix. However, the best exam answer should still consider feasibility, business impact, and process design.

Data Quality Dimensions

Use dimensions as lenses for requirements and measurement. A good exam answer usually ties the dimension to a business outcome, testable rule, and acceptable threshold.

DimensionMeaningExample CheckWatch For
AccuracyData correctly represents the real-world object or eventCustomer date of birth matches authoritative sourceAccuracy often requires comparison to a trusted source, not just internal format validation
CompletenessRequired data is present to the needed levelMandatory tax identifier is populated for reportable customers“Complete enough” depends on purpose; optional fields are not automatically defects
ValidityData conforms to allowed format, type, range, or domainOrder status is one of approved status codesValid data can still be inaccurate
ConsistencyData values agree across systems, records, or business rulesCustomer status in CRM matches billing eligibilityConsistency does not prove correctness if all systems copied the same wrong value
TimelinessData is available within the required time windowInventory position refreshed before order promisingTimeliness includes latency, currency, and availability at point of use
CurrencyData reflects the most recent accepted stateAddress updated after verified change of residenceCurrent data is not always the same as historically correct data
UniquenessReal-world entity or event is represented once where requiredNo duplicate active customer master recordsDuplicates may be legitimate in transaction data but not in master data
IntegrityRelationships and dependencies are preservedInvoice has a valid customer ID and valid order referenceIncludes referential integrity and cross-field logic
ConformityData follows required standards and representationsPhone numbers stored in standard international formatStandardization supports matching, integration, and reporting
PrecisionLevel of detail is appropriateCoordinates captured to required decimal precisionExcess precision can imply false confidence; insufficient precision may break use cases
ReasonablenessValue is plausible in business contextEmployee age is within realistic employment rangeReasonableness checks detect anomalies but may require human review
AccessibilityData can be obtained by authorized users/processes when neededAnalysts can access approved data productDo not confuse accessibility with lack of security controls
Notes and examples

Data quality dimensions

Different frameworks use slightly different dimension names. Focus on the concept and the business question each dimension answers.

DimensionCore questionExampleTrap
AccuracyDoes the data correctly represent the real-world object or event?Customer date of birth matches verified sourceAccuracy often requires comparison to an authoritative reference
CompletenessIs required data present?Mandatory tax ID is populatedA field can be complete but wrong
ValidityDoes the value conform to format, domain, or rule?Country code is in approved ISO listValid does not always mean accurate
ConsistencyIs the data the same across systems, records, or time?Customer status is consistent in CRM and billingInconsistency may reveal timing, definition, or integration issues
UniquenessIs each real-world entity represented once?No duplicate customer profilesDuplicate detection often needs matching logic, not exact equality
TimelinessIs the data available when needed?Daily sales feed arrives before reporting cutoffTimely data can still be inaccurate
CurrencyIs the data up to date for its intended use?Address reflects latest known residenceCurrency depends on update expectations
ConformityDoes the data follow required standards or patterns?Phone numbers use standard formatConforming values may still be semantically wrong
IntegrityAre relationships and dependencies preserved?Every order has a valid customer IDReferential integrity is narrower than overall data integrity
ReasonablenessDoes the value make sense in context?Employee age is plausibleRequires business context and thresholds
PrecisionIs the level of detail appropriate?Coordinates recorded to required decimal placesMore precision is not always better
AccessibilityCan authorized users obtain data when needed?Analysts can access approved data setAccessibility must be balanced with security and privacy controls

Data quality dimensions by example

Use this table for rapid classification practice.

Example defectMost likely dimension
Required customer email is blankCompleteness
Email is abc.example.comValidity or conformity
Email belongs to someone elseAccuracy
Customer has three active profilesUniqueness
Customer ID on order does not existIntegrity
System A shows Gold tier, System B shows Silver tierConsistency
Daily feed arrives after reporting deadlineTimeliness
Address has not been updated after verified moveCurrency
Date of birth is 01/01/1800Reasonableness or validity, depending on rule
Amount is rounded to whole dollars when cents are requiredPrecision
Report users cannot access approved data in timeAccessibility

Business Rules vs Data Quality Rules

ConceptDefinitionExampleExam Distinction
Business rulePolicy or constraint about how the business operatesA policy must have one active policyholderExpressed in business language; may exist without implementation
Data ruleImplemented rule about acceptable data representationpolicyholder_id must not be null for active policiesConverts business expectation into measurable data condition
Data quality ruleTest used to assess data against a dimension and thresholdActive policies with null policyholder ID must be below approved toleranceIncludes metric, scope, owner, severity, and action
Validation ruleControl that prevents or flags bad inputUI rejects invalid product codeUsually preventive and embedded in system or workflow
Transformation ruleLogic used to derive or move dataMap legacy customer type R to retailCan create quality issues if undocumented or inconsistent
Reconciliation ruleCheck that data agrees across processes or systemsSum of source transactions equals ledger load totalOften used in ETL, finance, and regulatory reporting

Anatomy of a Strong Data Quality Rule

ComponentWhat to SpecifyExample
Business purposeWhy the rule mattersRequired for regulatory customer identification
Data scopeSystems, tables, entities, records, periodActive customers in onboarding platform
Data element or relationshipField, composite field, reference, hierarchycustomer_id, country_code, parent account
DimensionQuality aspect being testedCompleteness, validity, uniqueness
Rule logicExact condition to evaluatecountry_code must exist in approved reference list
Threshold/toleranceAcceptable level or boundaryZero tolerance for blocked onboarding; limited tolerance for legacy archive
SeverityBusiness risk levelCritical, high, medium, low
Owner/stewardAccountable partyCustomer data owner, data steward, system owner
Exception handlingReview, correction, waiver, escalationSend exceptions to steward queue within agreed workflow
Measurement frequencyBatch, real time, daily, monthly, event-drivenDaily load check; real-time transaction validation
EvidenceReport, log, control result, audit trailScorecard and issue record

Profiling and Assessment Techniques

TechniquePurposeTypical FindingsBest Used When
Column profilingExamine nulls, min/max, patterns, lengths, data typesUnexpected null rates, invalid lengths, outliersFirst-pass understanding of unfamiliar data
Domain/value frequencyCount distinct values and distributionsInvalid codes, rare values, skewed valuesValidity and reference data checks
Pattern analysisIdentify structural patternsMixed date formats, inconsistent identifiersStandardization and parsing work
Cross-field analysisCompare related fields in same recordEnd date before start dateIntegrity and reasonableness checks
Cross-system comparisonCompare values between systemsCRM and billing customer address mismatchConsistency assessment
Referential integrity checkVerify valid parent/child relationshipsOrphan invoice without valid customerRelational and integration quality
Duplicate detectionFind likely duplicate entities or eventsSame person under multiple customer IDsMaster data and identity resolution
Time-series monitoringTrack metrics over timeSudden spike in missing values after releaseOperational monitoring and regression detection
ReconciliationCompare totals/counts across processing stepsSource count differs from warehouse load countETL, financial, regulatory, and audit-sensitive flows
Sampling and reviewHuman review of selected recordsFalse positives, ambiguous casesAccuracy checks where no fully automated source exists

Key Metrics and Formulas

Use metrics to make quality visible, comparable, and actionable. Avoid presenting a single score without showing what it measures.

\[ \text{Completeness \%} = \frac{\text{Required values populated}}{\text{Required values expected}} \times 100 \]\[ \text{Defect rate} = \frac{\text{Records failing rule}}{\text{Records evaluated}} \times 100 \]\[ \text{Validity \%} = \frac{\text{Values conforming to rule}}{\text{Values tested}} \times 100 \]\[ \text{Weighted data quality score} = \sum_{i=1}^{n}(\text{Dimension score}_i \times \text{Weight}_i) \]
MetricWhat It ShowsGood UseCaution
Rule pass rateShare of records passing a specific checkOperational control monitoringHigh pass rate can hide severe defects in critical records
Defect countNumber of failing recordsWork queue sizingCounts alone ignore population size
Defect rateDefects relative to tested populationComparing systems or periodsRequires stable denominator and rule definition
Completeness ratePresence of required valuesMandatory attribute checksNull is not the only form of missing data
Duplicate rateLikely duplicate records per populationMaster data improvementMatch logic affects results significantly
Timeliness lagDelay between event and data availabilityData pipeline and reporting SLAsSome latency may be acceptable by use case
Reconciliation varianceDifference between source and target totalsETL and financial controlsMust account for legitimate filters and transformations
Issue agingTime unresolved quality issues remain openStewardship and remediation performanceAging without severity can mislead
Recurrence rateReappearance of previously fixed issueRoot-cause effectivenessRequires issue classification discipline

Critical Data Elements and Prioritization

Not all data deserves the same level of control. Prioritize quality work by business impact.

Priority FactorQuestions to AskHigher Priority When
Business criticalityDoes the data drive revenue, operations, customer service, reporting, risk, or compliance?It affects key decisions, obligations, or customer outcomes
Usage frequencyHow often and by whom is it used?Many processes or high-value consumers depend on it
Risk exposureWhat happens if it is wrong, late, missing, or duplicated?Financial loss, regulatory exposure, safety risk, fraud, reputational impact
PropagationHow many downstream systems consume it?Defects spread broadly through integration and analytics
Correction costHow hard is it to fix after capture?Late correction is expensive or impossible
AuthoritativenessIs there a trusted source of truth?Multiple conflicting sources exist
Change volatilityHow often does it change?High volatility requires stronger monitoring
Data lifecycle stageIs it created, transformed, archived, or reported?Quality needs differ across lifecycle stages
Notes and examples

Critical data elements

A critical data element is important enough that poor quality can materially affect business outcomes, risk, reporting, or operations.

How to identify critical data

Look for data used in:

  • Key business decisions.
  • Executive or regulatory reporting.
  • Customer-facing processes.
  • Financial calculations.
  • Risk models or controls.
  • Operational workflows.
  • Master data relationships.
  • Integration keys.
  • Contractual or service obligations.
  • High-volume automation.

Trap

A field is not critical merely because it exists in a database. Criticality comes from business use and impact.

Remediation Decision Table

SituationPrefer This ResponseWhy
Bad data originates at manual entryAdd input validation, training, workflow controls, or required fieldsPrevents recurrence at capture
Source system allows invalid combinationsUpdate application rules or reference controlsStronger than downstream correction
Integration mapping is wrongFix transformation logic and reload if appropriateCorrects systemic propagation
Data is valid but inconsistent across systemsDefine authoritative source, synchronization rules, and stewardship workflowResolves ownership and lineage conflict
Duplicate master records existStandardize, match, merge/link, apply survivorship, prevent future duplicatesTreats entity resolution as process and governance issue
Legacy data has known defects but low operational valueDocument limitations, isolate, apply risk-based cleanupAvoids wasteful perfectionism
Data must be corrected but source cannot change immediatelyApply controlled remediation with audit trail and exception processBalances business need with traceability
Defect is caused by unclear business definitionClarify glossary, policy, ownership, and rule semanticsPrevents teams from measuring different things
External data is poorValidate provider quality, contract expectations, monitoring, alternative sourcesQuality responsibility must be managed even if data is acquired
False positives overwhelm stewardsTune rules, thresholds, matching weights, and severity logicImproves trust and operational usability

Prevention, Detection, and Correction Controls

Control TypeExamplesStrengthLimitation
PreventiveRequired fields, domain validation, referential constraints, workflow approvals, controlled reference dataStops defects before creationCan slow processes or reject unusual valid cases
DetectiveProfiling, monitoring dashboards, reconciliation, anomaly detection, audit reportsFinds defects after creationRequires remediation workflow
CorrectiveCleansing, standardization, deduplication, enrichment, manual correctionImproves existing dataCan mask source problems if used alone
CompensatingDownstream reasonableness checks, exception reporting, disclosure of limitationsReduces risk when primary control is unavailableShould not become permanent substitute for root-cause fix
Governance controlOwnership, standards, issue escalation, policy, stewardshipCreates accountabilityIneffective without measurement and enforcement
Technical controlConstraints, validation services, metadata-driven checks, pipeline testsAutomates repeatabilityNeeds business-approved rules
Notes and examples

Prevention, detection, and correction controls

Data quality controls can be placed at different points in the lifecycle. Prevention is usually preferable when feasible, but detection and correction remain necessary.

Control typePurposeExampleBest used when
PreventiveStop defect creationRequired field, dropdown list, referential constraintData can be validated at entry or integration
DetectiveIdentify defects after creationProfiling rule, reconciliation, exception reportDefects may occur despite controls
CorrectiveRepair defectsCleansing, standardization, deduplicationExisting data must be fixed
CompensatingReduce risk when ideal control is not availableManual review of high-risk recordsSystem change is not immediate
MonitoringTrack quality over timeDashboard, scorecard, trend alertOngoing assurance is needed

Control selection rule

Prefer the control closest to the source of defect creation if it is practical, business-aligned, and does not create unacceptable process friction.

Root-Cause Analysis Reference

Root-Cause CategorySymptomsExample Corrective Action
Process designMissing steps, unclear handoffs, rekeyingRedesign workflow, remove duplicate capture, assign approval point
People/trainingInconsistent entry, misunderstanding definitionsTraining, job aids, clearer business glossary
Application designNo validation, poorly designed screens, optional critical fieldsUI/API validation, required fields, controlled values
Integration/transformationMapping errors, truncation, code conversion defectsCorrect mappings, lineage review, pipeline tests
Metadata/definitionTeams use different meanings for same fieldBusiness glossary, semantic standards, data contracts
Reference dataOutdated or inconsistent code setsReference data governance, controlled updates
Master dataDuplicate entities, conflicting golden recordsMDM process, matching rules, survivorship policy
Policy/governanceNo owner, no escalation, unclear accountabilityData ownership model, stewardship process
External providerLate, incomplete, or inconsistent third-party feedsProvider quality monitoring, acceptance criteria
ArchitectureMultiple uncontrolled copies, batch latency, no lineageAuthoritative sources, integration standards, metadata management
Notes and examples

High-yield distinction: root cause is why the defect is produced; impact is what the defect causes; symptom is what the measurement detected.

Root cause analysis

Root cause analysis separates symptoms from causes.

Common root causes

Root cause categoryExamples
Process designData captured too late, no verification step, unclear handoff
System designMissing validation, weak constraints, poor interface design
IntegrationTransformation error, mapping mismatch, timing conflict
MetadataAmbiguous definition, inconsistent code meanings
GovernanceNo owner, no standard, unresolved policy conflict
TrainingUsers misunderstand required values or procedures
IncentivesSpeed rewarded over accuracy, no accountability for defects
Source qualityExternal feed or upstream system sends poor data
Change managementNew field, product, or process not reflected in rules
Manual workaroundsSpreadsheet edits, rekeying, informal corrections

Root cause vs. remediation

SituationSymptom fixRoot cause fix
Null values in required fieldPopulate missing valuesMake field mandatory at capture and train users
Invalid product codesReplace invalid codesAlign source system dropdown with approved reference data
Duplicate customer recordsMerge duplicatesImprove matching at onboarding and stewardship review
Late data feedReload file manuallyDefine SLA, monitoring, alerts, and escalation
Conflicting definitionsReconcile report valuesApprove business glossary definition and align transformations

Matching, Deduplication, and Survivorship

TermMeaningExam Tip
ParsingBreaking a value into componentsNeeded before standardizing names, addresses, identifiers
StandardizationConverting values to common formatsImproves matching and conformity
NormalizationReducing representational variationExample: casing, punctuation, abbreviations
Exact matchRecords match only when values are identicalHigh precision, low tolerance for variation
Deterministic matchRule-based matching using defined conditionsTransparent and explainable
Probabilistic matchUses likelihood/weights across attributesHandles variation but requires tuning and review
Fuzzy matchFinds similar but not identical valuesUseful for names/addresses; can create false positives
BlockingReduces match comparisons by grouping candidatesImproves performance but can miss cross-block matches
SurvivorshipRules for choosing retained values after mergeMust align with trust, recency, source priority, or business policy
Golden recordConsolidated trusted representation of an entityRequires governance, not only tooling
Link vs mergeLink keeps records separate but associated; merge consolidatesUse merge carefully when identity confidence is high
Notes and examples

Matching, deduplication, and survivorship

Duplicate management is a common scenario area because it requires judgment.

ConceptMeaning
Exact matchingRecords match on identical values
Fuzzy matchingRecords are similar enough to be potential matches
Deterministic matchingRules-based matching using defined fields
Probabilistic matchingStatistical likelihood that records refer to same entity
Match thresholdScore above which records are considered matches
Clerical reviewHuman review of uncertain matches
Survivorship ruleRule for choosing which value remains after merge
Golden recordConsolidated representation assembled from trusted sources

Survivorship examples

RuleExample
Most recentUse latest address update
Most trusted sourceUse verified government ID source
Most completeKeep record with most populated fields
Source priorityCRM overrides web form for customer name
Manual stewardshipSteward decides for ambiguous high-impact records

Trap

A “golden record” is not automatically true or permanent. It depends on matching logic, source trust, governance decisions, and ongoing updates.

Data Cleansing and Enrichment

TechniquePurposeGood CandidateRisk
StandardizationMake formats consistentAddresses, phone numbers, product codesMay alter meaning if standards are wrong
CorrectionReplace wrong values with known correct valuesVerified spelling, code correctionRequires trusted basis and auditability
ImputationFill missing values using inferenceAnalytical datasets with known assumptionsCan introduce bias; should be flagged
EnrichmentAdd data from internal/external sourceGeocoding, industry codes, demographicsExternal source quality and rights must be managed
DeduplicationRemove or consolidate redundant recordsCustomer, supplier, product mastersIncorrect merges are costly
Reference validationCompare to controlled listCountry, currency, product categoryReference list must be governed
Exception handlingRoute unresolved defects for reviewAmbiguous duplicates, unusual transactionsBacklogs reduce effectiveness

Exam trap: cleansing is not automatically improvement if it changes data without lineage, approval, audit trail, or business justification.

Notes and examples

Data cleansing and standardization

Cleansing improves existing data, but it should not be confused with sustainable quality management.

Cleansing techniques

TechniqueUse
ParsingSplit values into components, such as full name into first and last name
StandardizationConvert values to consistent format
NormalizationReduce variation in representation
ValidationConfirm values meet rules
EnrichmentAdd missing or improved values from trusted sources
MatchingIdentify records referring to same entity
DeduplicationRemove or merge duplicate records
SurvivorshipChoose best value among duplicates
CorrectionReplace wrong values with verified values

Cleansing traps

  • Cleansing without business rules can corrupt data.
  • Deduplication can incorrectly merge different real-world entities.
  • Enrichment may introduce licensing, trust, lineage, or currency issues.
  • Automated correction should be monitored, especially for high-risk data.
  • Cleansing projects should feed lessons back into process and control improvement.

Metadata, Lineage, and Data Quality

Metadata TypeData Quality Use
Business metadataDefines meaning, ownership, criticality, approved business terms
Technical metadataIdentifies schemas, fields, data types, constraints, transformations
Operational metadataCaptures job runs, load times, failures, volumes, latency
Lineage metadataShows where data came from, how it changed, and where it goes
Quality metadataStores rules, scores, defects, thresholds, exceptions, issue status
Reference metadataDescribes allowed code sets and valid value domains

Why it matters:

  • Lineage supports impact analysis and root-cause tracing.
  • Business definitions reduce inconsistent interpretation.
  • Technical metadata helps automate profiling and controls.
  • Operational metadata helps detect pipeline and timeliness issues.
  • Quality metadata provides evidence of monitoring and improvement.

Data Quality and Governance Roles

RolePrimary ResponsibilitiesNot the Same As
Data ownerAccountable for data within a business domain; approves rules, priorities, and risk decisionsUsually not the person doing every correction
Data stewardManages definitions, rules, issues, quality monitoring, and coordinationNot merely an IT support role
Data custodianOperates technical environment, storage, access, backups, platformsDoes not define business meaning alone
Data consumerUses data and identifies fitness-for-use needsNot passive; should report quality issues
Data producerCreates or captures dataMust understand downstream quality impacts
Data quality analystProfiles data, defines measurements, analyzes defects, supports remediationDoes not own all business decisions
Data governance councilResolves cross-domain standards, priorities, and escalationsShould not become a bottleneck for every minor issue
System owner/product ownerEnsures application/process changes support data quality requirementsNeeds alignment with data ownership
Data architectDesigns structures, integration, lineage, and standards supportArchitecture alone cannot create quality without process controls

Data Quality Issue Management

StepKey QuestionsOutput
Log issueWhat rule failed? Where? How many records? Who detected it?Issue record with evidence
ClassifyWhich domain, dimension, severity, source, and impact?Prioritized category
Assign ownerWho can decide and who can fix?Accountable owner and responsible resolver
AnalyzeWhat is root cause? Is it isolated or systemic?Root-cause assessment
Decide treatmentCorrect, accept, defer, monitor, redesign, or escalate?Remediation plan
ImplementWhat data/process/system change is required?Controlled fix
ValidateDid the fix resolve the defect without side effects?Test and quality result
Close or monitorHas recurrence risk been addressed?Closure evidence and monitoring rule

Common severity criteria:

  • Critical reporting or legal exposure
  • Financial statement or billing impact
  • Customer harm or operational stoppage
  • Security, privacy, or access-control implications
  • Number and importance of affected records
  • Time sensitivity and downstream propagation
Notes and examples

Issue management

Data quality issues should be logged, triaged, assigned, investigated, resolved, and monitored for recurrence.

Issue management workflow

  1. Detect issue through profiling, control failure, user report, audit, or monitoring.
  2. Log the issue with evidence, affected data, and business impact.
  3. Classify by dimension, severity, domain, and affected process.
  4. Assign ownership to appropriate business and technical roles.
  5. Analyze root cause rather than only correcting visible records.
  6. Remediate data where appropriate.
  7. Fix process or control to prevent recurrence.
  8. Validate resolution with retesting.
  9. Monitor recurrence through ongoing metrics.

Severity decision factors

FactorHigher severity when…
Business impactDecisions, revenue, operations, or customers are affected
Compliance or risk exposureRequired reporting or risk controls depend on the data
ScopeMany records, systems, or processes are affected
CriticalityCritical data elements are involved
RecurrenceIssue repeats after prior fixes
DetectabilityIssue is hard to detect before impact
TimelinessIssue affects urgent reporting or operations

Data Quality in Data Warehousing, BI, and Analytics

AreaQuality ConcernPractical Control
Source extractionMissing records, late files, changed schemasSource counts, schema checks, arrival monitoring
StagingType conversion, truncation, invalid encodingsProfiling and reject/error tables
TransformationIncorrect mapping, business logic driftMapping review, test cases, lineage documentation
LoadingDuplicate loads, partial loads, referential failuresReconciliation and restart controls
ReportingMisleading metrics, inconsistent definitionsCertified metrics and semantic layer governance
Analytics/AIBiased, stale, incomplete, mislabeled training dataData suitability checks, drift monitoring, documentation
Historical dataSlowly changing meaning, late arriving factsEffective dating, versioned reference data
Self-service BIUncontrolled copies and inconsistent calculationsGoverned data products, catalogs, quality indicators

High-yield distinction: analytics data can be technically valid but analytically unsuitable because of bias, missing populations, stale features, or unclear definitions.

Data Quality in Master and Reference Data

Data TypeQuality FocusTypical Controls
Master dataCore entities such as customer, product, supplier, employeeIdentity resolution, uniqueness, survivorship, stewardship
Reference dataControlled values such as codes, statuses, country listsChange governance, valid value lists, versioning, synchronization
Transaction dataBusiness events such as orders, payments, claimsCompleteness, timeliness, reconciliation, auditability
MetadataDefinitions and descriptions of dataGlossary governance, lineage, ownership
Analytical dataAggregated, derived, modeled, or feature-engineered dataDefinition consistency, reproducibility, lineage, suitability

Exam trap: master data quality often requires organizational agreement on identity and ownership, not only duplicate detection.

Notes and examples

Reference data, master data, and data quality

Data quality issues often arise from poor control of reference or master data.

Data typeQuality relevance
Reference dataProvides valid code sets and classifications
Master dataRepresents key business entities such as customer, product, supplier, or employee
Transaction dataRecords business events and depends on accurate master/reference data
MetadataDefines meaning, rules, lineage, and context

Examples

IssueLikely related area
Invalid country codeReference data management
Same customer appears three timesMaster data management
Revenue report uses unclear “active customer” definitionMetadata and governance
Orders reference missing product IDsReferential integrity and master data
System A and System B use different status codesReference data alignment and integration

Practical SQL Patterns for Data Quality Checks

Use SQL-like checks to understand measurement logic. Syntax varies by platform.

Null or Missing Required Values

SELECT
  COUNT(*) AS total_rows,
  SUM(CASE WHEN customer_id IS NULL THEN 1 ELSE 0 END) AS missing_customer_id
FROM orders;

Invalid Domain Values

SELECT order_status, COUNT(*) AS row_count
FROM orders
WHERE order_status NOT IN ('NEW', 'APPROVED', 'SHIPPED', 'CANCELLED')
GROUP BY order_status;

Duplicate Candidate Keys

SELECT email_address, COUNT(*) AS record_count
FROM customer
WHERE email_address IS NOT NULL
GROUP BY email_address
HAVING COUNT(*) > 1;

Referential Integrity Exceptions

SELECT o.order_id, o.customer_id
FROM orders o
LEFT JOIN customer c
  ON o.customer_id = c.customer_id
WHERE c.customer_id IS NULL;

Cross-Field Logic

SELECT contract_id, start_date, end_date
FROM contract
WHERE end_date < start_date;

Source-to-Target Reconciliation

SELECT 'source' AS system_name, COUNT(*) AS row_count FROM source_orders
UNION ALL
SELECT 'target' AS system_name, COUNT(*) AS row_count FROM warehouse_orders;

Decision Matrix: Where Should a Quality Rule Run?

Rule LocationUse WhenAdvantagesRisks
User interfaceHuman entry can be corrected immediatelyPrevents defects earlyMay not cover APIs or batch loads
API/service layerMultiple channels create/update dataCentralized validationRequires service adoption
Database constraintRule is stable and structuralStrong enforcementLess flexible for contextual rules
ETL/ELT pipelineData moves between systemsDetects integration and transformation defectsCan become downstream patching
Data quality platformCross-system monitoring and scorecards neededReusable profiling, dashboards, stewardship workflowTool outputs still require governance
Reporting/semantic layerRule is presentation-specificProtects metric interpretationToo late for operational correction
Steward workflowJudgment or business approval is neededHandles ambiguous casesManual backlog risk

Data Quality Scorecards and Dashboards

ElementIncludeAvoid
Business contextDomain, data product, consumer, purposeGeneric technical score with no owner
DimensionsCompleteness, validity, timeliness, etc. selected by use caseAssuming every dimension has equal value
Rule-level resultsPass/fail counts, defect rate, trendOnly aggregate score with no drill-down
ThresholdsTarget, tolerance, breach levelHidden or arbitrary thresholds
SeverityBusiness impact classificationTreating all defects equally
TrendsChange over time, release-related spikesOne-time snapshots only
Issue workflowOpen defects, aging, owner, statusDashboard with no action path
LineageSource and downstream impactNo way to trace affected reports/processes
Notes/limitationsKnown exclusions, sampling assumptionsFalse precision
Notes and examples

Data quality scorecards and dashboards

Scorecards communicate quality status. They should support decisions, not just display numbers.

Scorecard elementWhy it matters
Data domain or data setShows scope
Critical data elementFocuses attention on important data
DimensionClarifies type of quality issue
Rule testedMakes measurement repeatable
ThresholdDefines acceptable performance
Current scoreShows present condition
TrendShows improvement or deterioration
SeverityHelps prioritize response
OwnerEnables accountability
Action planConnects measurement to remediation

Scorecard trap

A dashboard with many metrics but no ownership, thresholds, or action process is weak data quality management. For exam scenarios, the stronger answer usually links metrics to accountability and continuous improvement.

High-Yield Distinctions

DistinctionKnow This
Accuracy vs validityValid means conforms to rules; accurate means correctly represents reality
Completeness vs optionalityMissing required data is a defect; missing optional data may be acceptable
Timeliness vs currencyTimeliness is availability within needed time; currency is whether value reflects current state
Consistency vs correctnessConsistent values can all be wrong; inconsistency requires authoritative resolution
Detection vs preventionDetection finds defects; prevention reduces creation of defects
Cleansing vs remediationCleansing fixes data values; remediation may fix process, system, governance, or architecture
Data owner vs data stewardOwner is accountable for decisions; steward manages and coordinates quality activities
Business rule vs technical constraintBusiness rule expresses policy; technical constraint implements or tests it
Profiling vs monitoringProfiling explores and baselines; monitoring checks defined rules over time
DQ metric vs KPIDQ metric measures data conformance; KPI measures business performance
Root cause vs symptomFailed rule is symptom; underlying process/system/design issue is root cause
Golden record vs source of recordGolden record is consolidated trusted view; source of record is authoritative for specified data creation/maintenance

Common Exam Traps

  • Assuming data quality is owned only by IT.
  • Treating profiling tools as a substitute for business definitions.
  • Equating format validity with accuracy.
  • Choosing cleanup when source prevention is feasible.
  • Ignoring downstream consumers when defining quality requirements.
  • Applying one universal quality threshold to all data.
  • Measuring too many low-value rules while ignoring critical data elements.
  • Forgetting that data quality requirements can conflict across use cases.
  • Assuming duplicates are always defects without considering business context.
  • Confusing data governance, data management, and data quality management.
  • Ignoring metadata and lineage in impact analysis.
  • Failing to distinguish accepted risk/waiver from unresolved defect.
  • Closing issues after data correction without monitoring recurrence.
  • Overlooking reference data as a major cause of validity and consistency problems.
  • Assuming a dashboard improves quality without ownership, workflow, and remediation.
Notes and examples

Trap 1: choosing cleansing when governance is needed

If the issue is recurring, cross-system, or definition-based, cleansing alone is insufficient.

Trap 2: confusing technical validity with business correctness

A value can pass a system edit and still be wrong for the business.

Trap 3: ignoring root cause

Sustainable data quality requires preventing recurrence, not only fixing defective records.

Trap 4: treating all data equally

Focus on critical data elements and business impact.

Trap 5: assuming IT owns data quality

IT implements many controls, but business ownership and stewardship are central.

Trap 6: measuring without acting

Metrics are useful only when connected to thresholds, accountability, and remediation.

Trap 7: over-validating at the wrong point

Too many entry controls can slow business processes or create workarounds. Place controls thoughtfully.

Trap 8: using dimensions mechanically

Some issues can involve multiple dimensions. Choose the dimension most directly tested by the scenario.

Trap 9: trusting external data blindly

Third-party or external data requires assessment, contracts or expectations, monitoring, and lineage.

Trap 10: overlooking metadata

Definitions, lineage, and rules are often the missing link in data quality scenarios.

Cheat Sheet Checklist

Before exam day, be able to answer these quickly:

  • Can you define data quality as fitness for use and explain why context matters?
  • Can you distinguish accuracy, validity, completeness, consistency, timeliness, uniqueness, and integrity?
  • Can you convert a business rule into a measurable data quality rule?
  • Can you identify critical data elements and prioritize quality work by business impact?
  • Can you choose between profiling, monitoring, reconciliation, cleansing, and root-cause remediation?
  • Can you explain why prevention controls are preferred when defects can be stopped at source?
  • Can you map issues to owners, stewards, custodians, and governance escalation paths?
  • Can you explain how metadata and lineage support quality assessment and remediation?
  • Can you identify appropriate metrics, thresholds, and scorecard content?
  • Can you recognize when data is valid but inaccurate, consistent but wrong, or complete but not fit for use?

High-yield Data Quality mindset

Data quality is not simply “clean data.” It is the degree to which data is fit for its intended business purpose. The same data may be acceptable for one use case and unacceptable for another.

Core decision rule

Ask three questions first:

  1. What business process or decision uses the data?
  2. What quality requirement makes that use possible?
  3. Where in the data lifecycle should the issue be prevented, detected, corrected, or monitored?

If a question asks for the “best” answer, prefer the option that connects data quality to business use, measurable rules, ownership, and sustainable controls rather than one-time cleansing.

Notes and examples

Fast decision rules

Use these when answering scenario questions quickly.

If the question emphasizes…Think first about…
Incorrect real-world valueAccuracy
Missing required valueCompleteness
Wrong format or invalid codeValidity or conformity
Same entity appears multiple timesUniqueness and matching
Broken parent-child relationshipIntegrity
Different values across systemsConsistency
Late arrivalTimeliness
Outdated valueCurrency
Conflicting report meaningsMetadata and governance
Repeated issue after fixesRoot cause and preventive controls
Unclear responsibilityData ownership and stewardship
Too many defects in source dataUpstream controls
Data migration failureProfiling, mapping, reconciliation, cleansing
Poor dashboard trustDefinitions, lineage, controls, and metrics
Question asks “best long-term solution”Governance, root cause, prevention, monitoring

Essential vocabulary

TermWhat it meansCommon exam trap
Data qualityFitness of data for intended useTreating quality as absolute instead of contextual
Data quality dimensionA category used to evaluate data qualityAssuming every dimension applies equally to every data set
Data quality ruleA testable statement of expected data conditionConfusing a business rule with its technical implementation
Data profilingAnalysis of data content, structure, patterns, and anomaliesTreating profiling as remediation rather than discovery
Data cleansingCorrecting, standardizing, or improving data valuesAssuming cleansing solves root causes
Data validationChecking whether data conforms to defined rulesAssuming valid data is always accurate
Data stewardshipAccountability for data meaning, quality, and useConfusing steward responsibility with IT ownership of systems
Data ownerBusiness role accountable for data decisions and prioritiesTreating ownership as purely technical custody
Data custodianRole responsible for technical operation, storage, or protectionConfusing custody with business accountability
Data quality scorecardPeriodic reporting of metrics and thresholdsReporting metrics without decisions or action plans
Root cause analysisInvestigation of why defects occurStopping at symptom correction

Dimension distinctions candidates often miss

Validity vs. accuracy

A value can be valid but not accurate.

  • Valid: 99999 is a five-digit postal code format.
  • Not accurate: it is not the customer’s actual postal code.
Notes and examples

Choose validity when the issue is about format, allowed values, or rule conformance. Choose accuracy when the issue is about truthfulness against reality or a trusted source.

Completeness vs. coverage

Completeness usually asks whether required values are present in records that exist. Coverage asks whether the population itself is sufficiently represented.

Example:

  • Customer records have email populated: completeness.
  • All active customers are included in the data set: coverage.

Timeliness vs. currency

Timeliness is about availability by the required time. Currency is about whether the value is up to date.

  • Yesterday’s file arrived before 8:00 a.m.: timely.
  • The address in the file is three years old: not current.

Consistency vs. integrity

Consistency compares values across places or contexts. Integrity often concerns structural relationships and constraints.

  • CRM says customer is active; billing says inactive: consistency issue.
  • Order record references a nonexistent customer ID: integrity issue.

Data quality requirements and rules

A strong data quality rule is specific, testable, tied to business meaning, and owned.

Weak vs. strong rules

Weak statementBetter data quality rule
Customer data should be goodActive customer records must have a non-null customer type
Order dates should make senseOrder date must not be later than shipment date
Product codes should be validProduct code must exist in the approved product reference table
Duplicate customers should be avoidedNo two active customer records may share the same verified national ID
Data should be updated quicklyTrade records must be available in the reporting warehouse within the defined business cutoff
Notes and examples

Rule types

Rule typeWhat it checksExample
Domain ruleValue belongs to allowed setStatus is Active, Inactive, Pending, or Closed
Format ruleValue follows patternEmail contains required structure
Range ruleValue falls within limitsDiscount is between 0 and 100 percent
Mandatory ruleRequired value is presentPolicy number is not null
Cross-field ruleValues are logically compatibleEnd date is not before start date
Referential ruleRelated record existsInvoice references a valid customer
Uniqueness ruleEntity is not duplicatedOne active employee ID per employee
Derivation ruleCalculated value matches formulaTotal equals sum of line amounts plus tax
Temporal ruleTiming relationship is validEffective date precedes expiration date
Conditional ruleRequirement applies under conditionsCancellation reason required when status is Cancelled

Data profiling review

Data profiling helps reveal what is actually in the data before defining or refining controls.

Common profiling outputs

Profiling outputWhat it reveals
Null count or null percentageCompleteness issues
Distinct value countCardinality, possible code values, uniqueness clues
Frequency distributionUnexpected values, dominant values, outliers
Minimum and maximumRange issues
Pattern analysisFormat inconsistency
Cross-column analysisLogical conflicts
Duplicate analysisUniqueness and entity resolution issues
Referential analysisBroken relationships
Outlier detectionPotential anomalies requiring investigation

Profiling traps

  • Profiling finds symptoms; it does not automatically determine root cause.
  • A surprising value is not always an error. It may be a legitimate business exception.
  • Profiling without business context can produce misleading conclusions.
  • Technical profiling should be paired with metadata, definitions, lineage, and process knowledge.
  • Do not remediate solely because a value is rare. Confirm business rules first.

Measurement and metrics

Data quality metrics should be understandable, repeatable, actionable, and tied to thresholds.

Common metric structures

MetricPlain-language calculation
Completeness rateNumber of records with required value / number of applicable records
Validity rateNumber of records passing rule / number of records tested
Defect rateNumber of failed records / number of records tested
Duplicate rateNumber of duplicate records / number of records assessed
Timeliness rateNumber of deliveries meeting cutoff / number of expected deliveries
Accuracy rateNumber of verified accurate records / number of verified records
Issue agingTime since issue was opened or detected
Remediation rateNumber of resolved issues / number of opened issues in period
Notes and examples

Metric quality checklist

A useful data quality metric should have:

  • A clear business definition.
  • A defined population.
  • A clear numerator and denominator.
  • An owner.
  • A measurement frequency.
  • A threshold or target.
  • An escalation path.
  • A link to business impact.
  • A way to distinguish severity, trend, and recurrence.

Metadata and business glossary

Metadata is essential for data quality because it clarifies meaning, lineage, rules, and responsibility.

Metadata that supports data quality

Metadata typeExample
Business definitionWhat “active customer” means
Data ownerBusiness accountable role
Data stewardRole responsible for quality coordination
Valid valuesApproved code set
Data lineageSource-to-target flow
Transformation ruleHow source field is converted
Quality ruleExpected condition
ThresholdAcceptable quality level
Security classificationAccess and handling requirement
Retention informationHow long data is kept according to policy

Exam trap

If a scenario shows inconsistent reporting because teams define the same term differently, the best answer is usually not “clean the database.” It is to resolve definitions, governance, metadata, and lineage.

Governance and accountability

Data quality requires business accountability and cross-functional coordination. IT can implement controls, but business stakeholders define quality requirements and acceptable thresholds.

Typical responsibilities

RoleTypical responsibility
Data ownerAccountable for data domain decisions, priorities, and acceptable quality
Data stewardCoordinates definitions, rules, issue resolution, and quality monitoring
Data custodianOperates technical environment and implements technical controls
Data governance councilResolves cross-domain priorities, standards, and escalations
Data quality analystProfiles data, develops metrics, investigates issues
Business process ownerEnsures processes capture and use data correctly
Data architectDesigns structures and integration patterns that support quality
Application ownerSupports system-level validation and workflow changes

Accountability trap

Do not assign all data quality responsibility to IT. Technical teams often implement solutions, but data quality requirements, definitions, priorities, and acceptance criteria must be business-led.

Data quality in analytics and reporting

Analytics failures often stem from poor definitions, inconsistent transformations, incomplete populations, or stale data.

Problem in report or modelLikely data quality issue
Totals differ between dashboardsDefinition, lineage, transformation, or timing inconsistency
Model performs poorly for a customer segmentCoverage, completeness, bias, or representativeness issue
Report includes inactive productsReference/master data or filter logic issue
Trend line changes unexpectedlySource change, late-arriving data, or transformation change
KPI cannot be reconciledLack of lineage, unclear metric definition, aggregation mismatch

Candidate mistake

Do not assume every reporting discrepancy is a data warehouse defect. It may originate in source systems, business definitions, integration timing, transformation logic, or report filters.

Data quality and data integration

Data movement can create or reveal quality defects.

Integration quality checks

CheckPurpose
Record countsConfirm expected volume moved
Control totalsReconcile numeric totals
Hash totals or checksumsDetect changes or transfer errors
Referential checksConfirm relationships remain valid
Domain checksConfirm valid codes after transformation
Mapping validationConfirm source-to-target logic
Exception handlingCapture rejected or suspect records
Latency monitoringConfirm timeliness
Lineage documentationShow how values were produced

Trap

A successful file load does not mean the data is fit for purpose. Technical completion and data quality are related but different.

Data quality costs and business value

Data quality initiatives should be justified by business impact, risk reduction, efficiency, and trust.

Cost categories

Cost typeExample
Prevention costTraining, validation controls, standards
Appraisal costProfiling, monitoring, audits
Internal failure costRework, manual correction, process delays
External failure costCustomer impact, incorrect reporting, operational failure

Business value examples

  • Reduced operational rework.
  • More reliable reporting.
  • Improved customer experience.
  • Better regulatory or risk reporting support.
  • Reduced duplicate processing.
  • Faster integration and migration.
  • More trustworthy analytics.
  • Improved process automation.

Prioritization

Not all data defects deserve equal effort. Prioritize based on criticality, impact, and feasibility.

Prioritization matrix

High impact?Easy to fix?Typical action
YesYesFix quickly and monitor
YesNoEscalate, plan remediation, implement compensating controls
NoYesFix if low effort and no adverse effects
NoNoDefer, monitor, or accept risk

Better prioritization considers

  • Critical data elements.
  • Business process dependency.
  • Customer or stakeholder impact.
  • Risk and control implications.
  • Number of affected records.
  • Severity of errors.
  • Frequency and recurrence.
  • Root cause complexity.
  • Remediation cost.
  • Availability of preventive controls.

Data quality strategy

A mature data quality program is proactive, governed, measured, and continuously improved.

Strategy components

ComponentPurpose
Scope and prioritiesFocus on highest-value domains and data
Governance modelDefine accountability and decision rights
StandardsPromote consistent rules, definitions, and controls
Metrics and thresholdsMake quality measurable
Issue managementProvide repeatable resolution process
ToolingSupport profiling, rules, monitoring, and remediation
CommunicationBuild awareness and transparency
TrainingImprove data capture and stewardship behavior
Continuous improvementReduce recurrence and mature controls

Maturity perspective

Data quality maturity generally progresses from reactive correction to proactive prevention and optimization.

Maturity levelCharacteristics
Ad hocIssues fixed manually when noticed
ReactiveCleansing projects respond to recurring problems
ManagedRules, owners, and issue processes exist
MeasuredMetrics, scorecards, and thresholds guide action
OptimizedPrevention, automation, governance, and continuous improvement are embedded

Exam logic

If a scenario asks how to improve maturity, prefer actions that institutionalize ownership, standards, measurement, and root-cause prevention over isolated clean-up.

Common scenario patterns

Scenario: many missing values

Best response depends on why values are missing.

Likely causeBetter response
Field not required at entryAdd validation or workflow requirement
Users do not know valueProvide training or change process
Value not applicableAdjust rule to account for applicability
Source system does not capture valueChange source process or source mapping
Optional data being treated as mandatoryRevisit business requirement
Notes and examples

Scenario: duplicate customers

Good answer usually includes:

  • Define matching criteria.
  • Profile duplicates.
  • Establish survivorship rules.
  • Assign stewardship review for ambiguous matches.
  • Merge or link records carefully.
  • Improve capture and matching controls at onboarding.
  • Monitor duplicate rate.

Scenario: inconsistent report numbers

  • Compare business definitions.
  • Review lineage and transformations.
  • Check timing and refresh cycles.
  • Reconcile source-to-target counts and totals.
  • Identify authoritative source.
  • Establish governed KPI definition.

Scenario: invalid reference codes

  • Align code sets and definitions.
  • Validate against approved reference data.
  • Fix source mappings.
  • Add interface controls.
  • Establish owner for reference data changes.
  • Monitor exceptions.

Scenario: recurring defects after cleansing

  • Perform root cause analysis.
  • Fix upstream process or system controls.
  • Clarify ownership and rules.
  • Add monitoring.
  • Avoid another isolated cleansing-only project.

Data quality tools

Tools support data quality work, but they do not replace governance or business rules.

Tool capabilitySupports
ProfilingDiscovery of patterns and defects
Rule engineAutomated validation
Data cleansingStandardization and correction
Matching and deduplicationEntity resolution
MonitoringOngoing scorecards and alerts
Metadata managementDefinitions, lineage, rules
WorkflowIssue tracking and stewardship tasks
Reference data managementControlled code lists
Master data managementGolden records and entity consistency
Data observabilityPipeline and anomaly monitoring

Tooling trap

Selecting a tool before defining business requirements, ownership, and rules is usually not the strongest answer.

Formulas worth knowing conceptually

You do not need to over-memorize formulas, but you should understand the structure of basic quality rates.

\[ \text{Validity Rate} = \frac{\text{Records Passing Validation Rule}}{\text{Records Tested}} \]\[ \text{Defect Rate} = \frac{\text{Records Failing Quality Rule}}{\text{Records Tested}} \]\[ \text{Completeness Rate} = \frac{\text{Applicable Records With Required Value Present}}{\text{Applicable Records}} \]

Key exam point: define the applicable population carefully. A completeness denominator should exclude records where the field is genuinely not applicable.

Mini review: from issue to action

Issue typeImmediate actionSustainable action
Missing mandatory fieldsIdentify affected recordsAdd capture control and ownership
Invalid codesReject or correct exceptionsGovern reference data and mappings
Duplicate entitiesMatch and merge carefullyImprove onboarding and matching controls
Late feedsAlert and reload if neededDefine service expectations and monitoring
Inconsistent definitionsReconcile current outputsEstablish glossary and governed KPI
Bad source extractQuarantine and investigateAdd source validation and contract expectations
Transformation errorCorrect mappingAdd testing and lineage documentation
Untrusted reportValidate calculationsGovern metrics and certify data source

What to practice next

After reviewing these concepts, move into IT Mastery practice for the DAMA International DAMA CDMP Data Quality Specialist (CDMP Quality) exam. Start with topic drills on data quality dimensions, profiling, rules, issue management, governance roles, and root-cause scenarios. Then use original practice questions and mock exams with detailed explanations to test whether you can choose the best action in realistic data quality situations.

Put the review into practice