dc dotCreds
Reference guide

CompTIA Data+ Course Notes

Study CompTIA Data+ section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue CourseStart PracticePDF downloads available in Pro.
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 11.0 Data Concepts and Environments (20%)Preview
More in this section
  • 10 more key points in Pro version
  • 6 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 37 more related questions in Pro version

Summary

Know how data is structured, where it comes from, where it lives, which tools fit the task, and the basic AI terms CompTIA expects. Structured data fits rows/columns; JSON is semi-structured and can nest values. Data lakes favor raw/diverse data, while warehouses favor curated/structured data. Match cloud and storage choices to control, access, scalability, and workload needs. Pandas is a Python data-manipulation library. AI-generated output must be validated.

Key Points

  • Structured data: rows and columns.

Common Mistakes

  • Treating null as zero or blank.

Exam Tips

  • Translate the scenario into a category first: structure, source, infrastructure, tool, or AI.
Section 22.0 Data Acquisition and Preparation (22%)Preview
More in this section
  • 15 more key points in Pro version
  • 6 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 41 more related questions in Pro version

Summary

This domain is about getting data, spotting problems, and preparing it correctly. JOIN combines related columns/records by a condition; UNION appends compatible result sets. ETL transforms before loading; ELT loads first and transforms in the target platform. Investigate missing values, duplicates, redundancy, and outliers before changing them. Know what each transformation does: parse, convert, standardize, merge, append, explode, impute, scale, bin, cluster, or delete.

Key Points

  • JOIN = combine related data using a condition/key.

Common Mistakes

  • Using JOIN when the task is to append rows.

Exam Tips

  • Ask: combine columns/related records, or append rows/results?
Section 33.0 Data Analysis (24%)Preview
More in this section
  • 11 more key points in Pro version
  • 5 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 45 more related questions in Pro version

Summary

This is the heaviest domain. Match the analysis and communication method to the business purpose. Tailor language and detail to the audience, keep sensitive data protected, and tie KPIs to business objectives. Descriptive summarizes what happened; inferential generalizes from samples; predictive forecasts; prescriptive recommends actions. Median is more resistant to outliers than mean. For troubleshooting, verify connectivity and credentials, inspect logs, confirm the authoritative source, reproduce the issue, and isolate the defect.

Key Points

  • Audience determines terminology and level of detail.

Common Mistakes

  • Using technical jargon for a non-technical audience.

Exam Tips

  • Read the desired outcome verb: summarize, infer, predict, or recommend.
Section 44.0 Visualization and Reporting (20%)Preview
More in this section
  • 13 more key points in Pro version
  • 5 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 37 more related questions in Pro version

Summary

Pick visuals based on the relationship you need to show, then choose delivery based on audience and freshness needs. Bar charts compare categories; line charts show change over time; scatter plots show association/correlation; histograms show distributions; maps show geography; pivot tables summarize groups. Snapshot/static delivery preserves a point-in-time view; real-time emphasizes freshness; recurring supports routine monitoring; ad hoc answers one-off questions. When reports fail, check the source and schema first, then transformations/calculations, refresh behavior, filters, and rendering.

Key Points

  • Bar chart = compare categories.

Common Mistakes

  • Inferring causation from correlation.

Exam Tips

  • Choose the visual from the relationship, not from personal preference.
Section 55.0 Data Governance (14%)Preview
More in this section
  • 15 more key points in Pro version
  • 7 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 25 more related questions in Pro version

Summary

Know who owns the truth, how data moved, what rules apply, how it is protected, and how quality is tested. Source of truth is the authoritative value; lineage traces origin and transformations; versioning tracks changes; snapshots preserve states; refresh intervals control freshness. Compliance depends on classification and jurisdiction. Privacy concerns rights and appropriate use; protection concerns safeguards. Classification drives controls such as RBAC, encryption, retention, and disposal. For QA: requirement tests check specified behavior, unit tests check transformation logic, UAT checks user needs, stress tests check performance under load, and monitoring detects drift or quality changes.

Key Points

  • Source of truth = authoritative data value/source.

Common Mistakes

  • Confusing lineage with metadata.

Exam Tips

  • Governance questions usually start with classification and authority.