CDMP — DAMA Data Management Fundamentals Quick Review

Quick Review for DAMA International DAMA CDMP Data Management Fundamentals (CDMP) candidates preparing for topic drills, mock exams, and detailed explanations.

Quick Review Purpose

This Quick Review is for candidates preparing for the real DAMA International DAMA CDMP Data Management Fundamentals (CDMP) exam who want a concise, high-yield review before working through topic drills, mock exams, and detailed explanations.

It is IT Mastery exam-prep support and is not affiliated with DAMA International. Use it to refresh the major data management concepts, sharpen decision rules, and identify weak areas before using an original question bank for deeper practice.

Exam Identity

ItemDetail
ProviderDAMA International
Official exam titleDAMA CDMP Data Management Fundamentals
Official exam codeCDMP
Review focusCore data management principles, terminology, decision-making, and common exam traps
Best useRead once, drill weak topics, review explanations, then take mixed mock exams

The Core Mental Model

The CDMP exam rewards candidates who understand data management as a coordinated business capability, not as a set of isolated technical tasks.

A useful mental model:

LayerWhat it answersExamples
Business directionWhy are we managing data?Strategy, value, risk reduction, compliance support, analytics enablement
GovernanceWho decides and who is accountable?Policies, stewardship, ownership, councils, standards
Architecture and designHow should data capabilities fit together?Data architecture, models, integration patterns, platforms
OperationsHow is data created, stored, moved, protected, and used?Databases, data pipelines, APIs, warehouses, backups
Controls and improvementHow do we keep data trusted and useful?Data quality, metadata, lineage, security, monitoring

A common candidate mistake is to treat every issue as a technology problem. In DAMA-style data management, many problems are governance, ownership, definition, quality, or lifecycle problems before they are tool problems.

High-Yield Knowledge Area Map

Use this table as a fast scan before practice questions.

AreaKnow the purposeWatch for these traps
Data governanceSets decision rights, accountability, policies, standards, and stewardshipConfusing governance with hands-on data administration
Data architectureAligns data capabilities, flows, stores, and standards with business needsJumping to platform choices before understanding requirements
Data modeling and designRepresents business concepts, relationships, rules, and structuresMixing conceptual, logical, and physical models
Data storage and operationsManages databases, storage, availability, backup, recovery, and operational supportTreating backup, recovery, disaster recovery, and business continuity as identical
Data securityProtects confidentiality, integrity, and availability of dataAssuming security is only encryption or only IT’s responsibility
Data integration and interoperabilityMoves, shares, transforms, synchronizes, and exposes data across systemsConfusing ETL, ELT, replication, federation, APIs, and streaming
Document and content managementManages unstructured and semi-structured information through its lifecycleIgnoring retention, classification, search, and records controls
Reference and master dataManages shared identifiers, codes, core business entities, and trusted recordsConfusing reference data with master data
Data warehousing and BISupports reporting, analytics, historical analysis, and decision supportConfusing operational systems with analytical systems
Metadata managementManages data about data: meaning, structure, lineage, usage, and operationsTreating metadata as only technical column definitions
Data qualityMeasures, improves, and monitors fitness for useTreating cleansing as the same thing as quality management
Big data and data scienceApplies scalable data processing and analytic methods to high-volume or complex dataFocusing on buzzwords instead of governance, quality, ethics, and lifecycle controls

Governance: Decision Rights, Accountability, and Control

Data governance is one of the most important CDMP review areas because it connects business accountability to data management execution.

Governance vs. Management

ConceptPrimary questionTypical outputs
Data governanceWho has authority and accountability for data decisions?Policies, standards, decision rights, issue escalation, stewardship model
Data managementHow are data capabilities planned, built, operated, and improved?Models, platforms, processes, controls, data quality rules, metadata repositories
Data stewardshipWho helps define, monitor, and improve data in practice?Definitions, quality rules, issue resolution, glossary content, usage guidance

Key Governance Roles

RoleMain responsibilityCommon trap
Data ownerAccountable for data within a business domain or processNot necessarily the person who stores or administers the data
Data stewardHelps define, manage, monitor, and improve dataStewardship is not just clerical cleanup
Data custodianOperates or administers data systems and storageCustodians usually do not own business meaning
Data architectDesigns structures, flows, models, and standardsArchitecture should support business strategy, not just technical elegance
Data consumerUses data for operations, reporting, analytics, or decisionsConsumers also create requirements and quality expectations

Policies, Standards, Procedures, and Guidelines

ItemMeaningExample
PolicyHigh-level rule or intentSensitive data must be protected according to classification
StandardRequired way to complyCustomer identifiers must follow an approved format
ProcedureStep-by-step methodProcess for approving a new data sharing request
GuidelineRecommended practicePreferred naming pattern for analytics datasets

Exam trap: If the question asks about accountability, authority, escalation, or enterprise-wide rules, think governance. If it asks about execution, operation, implementation, or administration, think management.

Data Strategy and Business Value

Data management should support business outcomes. Candidates often over-focus on definitions and under-focus on purpose.

Business goalData management contribution
Better decisionsTrusted, timely, well-defined data and analytics
Operational efficiencyStandardized data, reduced rework, fewer reconciliation issues
Risk reductionControls for security, retention, quality, lineage, and access
Regulatory supportTraceable, governed, classified, and auditable data practices
Customer or product insightIntegrated, high-quality data across channels and systems
InnovationReusable data assets, scalable platforms, and responsible analytics

A good exam answer often favors the option that improves data as an enterprise asset rather than a narrow local workaround.

Data Architecture

Data architecture describes how data is organized, integrated, stored, shared, and governed across the enterprise.

Architecture Review Points

ConceptWhat to remember
Enterprise data architectureBroad view of data domains, flows, systems, standards, and capabilities
Data domainA major subject area, such as customer, product, supplier, employee, asset, or transaction
Data flowMovement or sharing of data between processes, applications, stores, and users
Target architectureDesired future-state design aligned to strategy
Current-state architectureExisting data environment, including constraints and technical debt
RoadmapSequenced path from current state to target state

Common Architecture Traps

  • Choosing a tool before defining business requirements.
  • Designing only for one project rather than enterprise reuse.
  • Ignoring data lineage, ownership, and quality requirements.
  • Treating architecture diagrams as documentation only, rather than decision-support tools.
  • Forgetting that architecture must balance business, information, application, and technology concerns.

Data Modeling and Design

Data modeling is a high-yield area because questions often test levels of abstraction, relationships, and business meaning.

Conceptual, Logical, and Physical Models

Model typeMain audienceFocusExample content
ConceptualBusiness stakeholdersMajor business concepts and relationshipsCustomer places Order
LogicalAnalysts, data modelers, designersAttributes, relationships, business rules, normalizationCustomer, Order, Order Line, Product with keys and cardinality
PhysicalDBAs, engineers, platform teamsImplementation detailsTables, columns, indexes, partitions, datatypes

Decision rule: If the question emphasizes business concepts and shared understanding, choose conceptual. If it emphasizes detailed entities, attributes, and relationships independent of technology, choose logical. If it emphasizes implementation in a specific database or platform, choose physical.

Modeling Concepts to Review

ConceptMeaningExam cue
EntityThing of business interestCustomer, Product, Invoice
AttributeProperty of an entityCustomer Name, Order Date
RelationshipAssociation between entitiesCustomer places Order
CardinalityNumber of instances that can relateOne-to-many, many-to-many
OptionalityWhether relationship participation is requiredCustomer may have Account
Primary keyUniquely identifies a recordCustomer ID
Foreign keyReferences another entity’s keyOrder contains Customer ID
DomainValid set of valuesStatus code list, date range, allowed category

Normalization and Denormalization

ApproachPurposeTradeoff
NormalizationReduce redundancy and update anomaliesMay require more joins
DenormalizationImprove read performance or simplify accessMay introduce redundancy and consistency risks

Exam trap: Normalization is not automatically “better” in every context. Operational systems often benefit from normalized design; analytical systems may intentionally use dimensional or denormalized structures for query performance and usability.

Data Storage and Operations

Data storage and operations covers the practical management of databases, storage platforms, operational support, availability, and recovery.

Core Terms

TermQuick meaning
DatabaseOrganized collection of data managed for access and update
DBMSSoftware used to define, store, secure, query, and manage databases
BackupCopy of data for recovery purposes
RecoveryRestoring data or service after failure
ArchiveLong-term storage, often for inactive or historical data
RetentionHow long data should be kept based on business and control requirements
DisposalControlled deletion or destruction when data is no longer needed
AvailabilityAbility of systems and data to be accessible when required

Backup, Recovery, DR, and Continuity

ConceptPrimary concern
BackupHaving recoverable copies
RecoveryRestoring data or service after an incident
Disaster recoveryRestoring technology capability after major disruption
Business continuityMaintaining critical business operations during disruption

Common mistake: Selecting “backup” as the complete answer when the question is about broader continuity, resilience, or recovery planning.

Data Security

Data security protects data from unauthorized access, misuse, alteration, disclosure, or loss.

Security Principles

PrincipleMeaningExample
ConfidentialityOnly authorized users can access dataAccess controls, encryption, masking
IntegrityData is accurate, complete, and not improperly alteredValidation, checks, audit trails
AvailabilityData is accessible when neededResilience, monitoring, recovery planning
Least privilegeUsers get only the access neededRole-based access
Defense in depthMultiple complementary controlsNetwork, application, database, identity, monitoring

Security Controls to Distinguish

ControlPurpose
AuthenticationVerifies identity
AuthorizationDetermines allowed actions
EncryptionProtects data confidentiality by encoding it
MaskingHides sensitive values from users or environments
TokenizationReplaces sensitive values with substitute tokens
AuditingRecords activity for monitoring and investigation
ClassificationLabels data based on sensitivity, value, or handling needs

Exam trap: Security is not only a technical function. Governance defines policies and accountability; security teams and custodians implement controls; data owners help determine classification, sensitivity, and acceptable use.

Data Integration and Interoperability

Integration enables data to move between applications, databases, platforms, partners, reports, and analytics environments.

Integration Pattern Review

PatternBest fitWatch out for
ETLTransform before loading into targetBatch-oriented; transformation happens before load
ELTLoad first, transform in target platformOften used with scalable analytical platforms
APIControlled application-to-application accessRequires interface design, security, versioning
MessagingEvent or message exchange between systemsUseful for decoupling systems
StreamingNear-real-time event processingRequires attention to latency, ordering, and reliability
ReplicationCopies data between environmentsDoes not automatically resolve meaning or quality issues
Change data captureCaptures changes from source systemsUseful for incremental movement
Data virtualization/federationAccesses data without physically moving all of itPerformance, governance, and consistency must be considered

Integration Decision Rules

  • If the issue is meaning, resolve definitions and metadata before building pipelines.
  • If the issue is timeliness, compare batch, near-real-time, and streaming needs.
  • If the issue is reuse, consider shared services, APIs, canonical models, and standards.
  • If the issue is trust, include quality checks, lineage, reconciliation, and monitoring.
  • If the issue is sensitivity, include classification, access controls, encryption, and masking.

Document and Content Management

Document and content management focuses on unstructured and semi-structured information such as documents, images, web content, emails, records, and knowledge assets.

ConceptQuick meaning
Document managementControls documents through creation, versioning, storage, retrieval, and disposition
Content managementBroader management of digital content for use, publishing, search, and reuse
Records managementManages records that provide evidence of business activity
TaxonomyControlled structure for classifying content
Search and retrievalEnables users to find content efficiently
Version controlTracks changes and current approved versions

Common trap: Treating documents as outside data management. Content still needs ownership, metadata, classification, retention, access control, and quality expectations.

Reference Data and Master Data

Reference data and master data are commonly confused. The distinction is high-yield.

Reference Data vs. Master Data

TypeMeaningExamples
Reference dataStandard values used to classify or categorize other dataCountry codes, currency codes, status codes, product categories
Master dataCore business entities shared across processes and systemsCustomer, product, supplier, employee, location, asset

Master Data Management Concepts

ConceptMeaning
Golden recordBest trusted representation of an entity
MatchingIdentifying records that refer to the same real-world entity
MergingCombining duplicate or overlapping records
SurvivorshipRules for selecting the preferred value among conflicting sources
Hierarchy managementManaging parent-child or grouping relationships
Data stewardshipResolving ambiguous matches, definitions, and quality issues

MDM Implementation Styles

StyleGeneral idea
RegistryMaintains cross-references and identifiers across systems
ConsolidationCombines data for reporting or reference use
CoexistenceShares updates between master hub and source systems
CentralizedMaster data is authored and managed centrally

Exam trap: MDM is not just deduplication software. It requires governance, ownership, quality rules, integration, matching logic, stewardship, and lifecycle management.

Data Warehousing and Business Intelligence

Data warehousing and BI support analysis, reporting, performance management, and decision-making.

Operational vs. Analytical Systems

FeatureOperational systemsAnalytical systems
Main purposeRun business processesSupport reporting and analysis
Data patternCurrent, transaction-focusedHistorical, integrated, subject-oriented
Design priorityFast transactions and integrityQuery performance and usability
UsersOperational staff, applicationsAnalysts, managers, data consumers
Common designNormalized relational structuresDimensional models, warehouses, marts

Dimensional Modeling

TermMeaning
FactMeasurable business event or numeric measure
DimensionDescriptive context for facts
GrainLevel of detail represented by a fact table
Star schemaFact table connected to dimension tables
Slowly changing dimensionTechnique for handling changes in dimension attributes over time

Decision rule: Always identify the grain before evaluating a fact table design. Many dimensional modeling errors come from mixing different levels of detail in the same structure.

BI and Analytics Traps

  • Confusing dashboards with data governance.
  • Assuming a report is correct because it was produced by a system.
  • Ignoring lineage from source to report.
  • Mixing metrics with different definitions.
  • Building analytics before agreeing on business terms and calculation rules.

Metadata Management

Metadata is data about data. It makes data understandable, traceable, usable, and governable.

Metadata Types

TypeDescribesExamples
Business metadataBusiness meaning and contextDefinitions, owners, rules, glossary terms
Technical metadataStructure and implementationTables, columns, datatypes, mappings
Operational metadataProcessing and usageJob runs, load times, error counts, access logs
Administrative metadataManagement and controlretention, classification, stewardship, ownership

Metadata Capabilities

CapabilityWhy it matters
Business glossaryAligns terminology across business and technology teams
Data catalogHelps users discover, understand, and evaluate data assets
LineageShows where data came from and how it changed
Impact analysisHelps assess effects of changes
Data dictionaryDescribes structures, fields, formats, and constraints
Metadata repositoryStores and manages metadata centrally or federatively

Exam trap: A data dictionary is not the same as a full metadata management program. A dictionary may describe fields; metadata management also includes ownership, lineage, rules, quality, usage, and governance processes.

Data Quality

Data quality means data is fit for its intended use. It is not absolute perfection.

Common Data Quality Dimensions

DimensionMeaningExample question
AccuracyData correctly represents the real-world valueIs the customer address correct?
CompletenessRequired data is presentIs date of birth missing where required?
ConsistencyData agrees across systems or recordsDoes customer status match in two systems?
TimelinessData is current enough for useWas the balance updated in time for reporting?
ValidityData conforms to rules or allowed valuesIs the status code in the approved list?
UniquenessEntity is not duplicated unnecessarilyAre there duplicate customer records?
IntegrityRelationships and constraints are maintainedDoes every order reference a valid customer?

Data Quality Activities

ActivityPurpose
ProfilingExamines data to discover patterns, anomalies, and quality issues
AssessmentEvaluates quality against business requirements
CleansingCorrects or standardizes data values
Matching/deduplicationIdentifies and resolves duplicate entities
MonitoringTracks quality over time
Root-cause analysisFinds why defects occur
PreventionImproves processes and controls to stop defects at source

High-yield distinction: Cleansing fixes existing data; quality management also prevents future defects through governance, standards, controls, process changes, and monitoring.

Big Data, Data Science, and Analytics Governance

For CDMP review, focus less on buzzwords and more on how data management principles apply at scale.

ConceptWhat to remember
Big dataData with volume, velocity, variety, or complexity that challenges traditional approaches
Data lakeStores raw or varied data for exploration and analytics; still needs governance and metadata
Data lakehouseCombines lake-style storage with warehouse-like management features
Data scienceUses statistical, computational, and machine learning methods to generate insight or predictions
Machine learning modelLearns patterns from data to make predictions or classifications
FeatureInput variable used by a model
Model governanceControls model development, validation, deployment, monitoring, and responsible use

Common Analytics Traps

  • Assuming more data automatically means better results.
  • Ignoring bias, representativeness, and data provenance.
  • Using data without understanding definitions and lineage.
  • Treating models as one-time deliverables rather than lifecycle assets.
  • Forgetting security, privacy, ethics, and access controls in analytical environments.

Data Lifecycle Review

Data management spans the full lifecycle, not just storage.

Lifecycle stageKey concerns
PlanStrategy, requirements, ownership, architecture, standards
Create or acquireSource quality, definitions, consent or usage expectations, validation
Store and maintainDatabases, platforms, metadata, security, backup, performance
Use and shareAccess, integration, reporting, analytics, interoperability
ArchiveLong-term retention, cost, retrieval needs, classification
DisposeAuthorized deletion or destruction when no longer needed

Exam trap: If a question asks for the best long-term solution, prefer lifecycle controls and prevention over repeated manual cleanup.

Common CDMP Wording Traps

Watch for these patterns when answering practice questions.

Wording patternWhat it often testsBetter approach
“Best first step”SequencingUnderstand requirements, ownership, definitions, or impact before implementing tools
“Most responsible for”AccountabilityDistinguish owner, steward, custodian, architect, and consumer
“Enterprise-wide”Governance or architectureAvoid local project-only fixes
“Trusted data”Quality, metadata, lineage, governanceDo not choose only storage or reporting
“Common definition”Business glossary or metadataDo not choose physical database design
“Duplicate customers”MDM and data qualityInclude matching, survivorship, stewardship
“Sensitive data exposure”Security and governanceInclude classification, access, monitoring, and handling rules
“Inconsistent reports”Definitions, lineage, integration, qualityAvoid assuming the BI tool is the root cause
“Historical analysis”Data warehousing/BIOperational database is usually not the best answer
“Impact of a change”Metadata and lineageNeed traceability across sources, transformations, and reports

Fast Decision Rules

Use these quick rules during topic drills and mock exams.

If the question emphasizes…Think first about…
Accountability, ownership, decision rightsData governance
Business definitions and shared terminologyBusiness glossary and metadata
Structure of business conceptsConceptual or logical data modeling
Tables, indexes, partitions, datatypesPhysical design and operations
Data movement between systemsIntegration and interoperability
Trusted entity records across systemsMaster data management
Standard code listsReference data management
Reporting, history, dashboards, metricsData warehousing and BI
Meaning, lineage, discovery, impact analysisMetadata management
Missing, invalid, duplicated, inconsistent dataData quality management
Access, sensitivity, misuse, disclosureData security
Documents, records, versions, retentionContent and records management
Large-scale analytics or MLBig data, data science, and analytics governance

What Strong Candidates Can Explain

Before moving into mixed mock exams, make sure you can explain these without looking them up:

  1. The difference between data governance, data management, and data stewardship.
  2. Why data owners are accountable for business meaning while custodians often manage technical environments.
  3. The difference between conceptual, logical, and physical data models.
  4. Why reference data and master data are related but not the same.
  5. How metadata supports lineage, impact analysis, quality, governance, and discovery.
  6. Why data quality is “fitness for use,” not abstract perfection.
  7. The difference between profiling, cleansing, monitoring, and root-cause prevention.
  8. Why data warehousing supports analytics differently from operational systems.
  9. How ETL, ELT, APIs, replication, streaming, and virtualization differ.
  10. Why security requires classification, access control, monitoring, and accountability.
  11. How lifecycle thinking changes retention, archiving, and disposal decisions.
  12. Why tool selection is rarely the best first answer when governance, definitions, or requirements are unclear.

Review-to-Practice Plan

Use this Quick Review as a bridge into IT Mastery practice.

Step 1: Diagnose by Topic

Start with short topic drills from an original question bank. Do not begin with only full mock exams unless you already know your weak areas.

Recommended drill order:

  1. Data governance and stewardship
  2. Data modeling and architecture
  3. Metadata and data quality
  4. Reference data and master data
  5. Integration and interoperability
  6. Data warehousing and BI
  7. Security, lifecycle, storage, and operations
  8. Content management, big data, and data science

Step 2: Read Detailed Explanations Carefully

For every missed or guessed question, identify the reason:

Miss reasonWhat to do
Term confusionBuild a short contrast table
Role confusionReview owner, steward, custodian, architect, and consumer responsibilities
Sequencing errorAsk what should happen before implementation
Tool-first thinkingReframe the issue as governance, quality, metadata, or lifecycle
Overlooking wordingHighlight “first,” “best,” “most responsible,” and “enterprise-wide”
Weak domain knowledgeReturn to targeted topic drills before another mock exam

Step 3: Move to Mixed Practice

After topic drills, use mixed question sets to practice switching domains quickly. The real challenge is often recognizing which knowledge area a scenario belongs to.

Step 4: Use Mock Exams for Timing and Judgment

Mock exams are most useful after you have already corrected major topic gaps. Review detailed explanations for both incorrect and correct answers, especially when you chose correctly by guessing.

Final Rapid Check

Before your next practice session, ask yourself:

  • Is this problem about governance, management, architecture, quality, metadata, or security?
  • Who is accountable for the data decision?
  • Is the issue caused by unclear definitions, poor quality, weak controls, or bad integration?
  • Does the answer solve the root cause or only clean up symptoms?
  • Is the question asking for a strategic, tactical, or operational response?
  • Would a business stakeholder, steward, architect, custodian, or analyst be the right lead?
  • Is the answer enterprise-reusable or only a local workaround?

Practical Next Step

Use this Quick Review to choose your weakest two or three CDMP topics, then work through focused topic drills with original practice questions and detailed explanations before attempting a full mixed mock exam.

Continue in IT Mastery

Use this Quick Review as a final concept map, then move into IT Mastery for focused topic drills, mixed practice sets, timed mock exams, and detailed explanations. The practice questions are original IT Mastery practice items; they are not official DAMA questions, copied live-exam content, or exam dumps.

Browse Certification Practice Tests by Exam Family