Skip to content
Getting Digital
Microsoft certificationsMicrosoft · exam DP-900

Microsoft Certified: Azure Data Fundamentals

Azure Data Fundamentals covers core data concepts and how Microsoft delivers them: relational and non-relational stores, analytics workloads, and the roles that operate each.

Forty-five minutes, no prerequisite, permanent once passed.

Exam facts

Exam code
DP-900
Level
Foundational
Field
Data & AI
Duration
45 minutes
Questions
about 40 to 60 (Microsoft does not publish a fixed number)
Passing score
700 of 1,000 (scaled)
Languages
English, German, French, Spanish, Italian, Portuguese, Japanese, Korean, Chinese, Russian, Indonesian, ArabicThe badges group regional variants: Chinese (Simplified and Traditional) count as one language here, so the vendor lists thirteen exam editions where this page shows twelve.
Price
99 USD (read 8 September 2026)
Validity
never expires
Exam delivery
Pearson VUE (test centre or online proctored); students through Certiport

Prerequisites: None required. Microsoft recommends familiarity with relational and non-relational data and with transactional versus analytical workloads.

Source: exam page at Microsoft · Price: Priced by the country where the exam is proctored: 99 USD in the United States, 76 EUR in Germany and Austria (Microsoft Learn country selector, read 2026-09-08)

How to prepare

  1. 1. The vendor's free learning path

    Microsoft publishes the exam objectives and a learning path free of charge — the authoritative source for scope and weighting. Open the learning path (opens in a new tab)

  2. 2. A practice test in the exam format

    MeasureUp sells a practice test for DP-900 with questions in the exam format, an explanation for every answer and a timed mode; the price shows in your currency on the shop page. Affiliate link.

    Practice test for DP-900 at MeasureUp (opens in a new tab)
  3. Book the exam

    Delivered by Pearson VUE (test centre or online proctored); students through Certiport. Schedule with Microsoft (opens in a new tab)

Affiliate disclosure: the practice-test link above is affiliate links — buying through them may earn us a commission at no extra cost to you. The vendor's learning path and booking links carry no commission.

The exam is organised around a distinction that quietly governs a great deal of technical decision-making: what data looks like when it is structured in advance against what it looks like when structure is imposed on reading. Every storage service follows from that, as does most of what goes wrong afterwards. People who never learn this distinction spend years reaching for whichever tool they met first, and this paper is an unusually efficient way to acquire it.

  • Relational concepts: tables, keys, normalisation, and the transactional guarantees that make a relational store the default rather than a fashion.
  • Non-relational stores: document, key-value, graph and column-family, each with the access pattern it was designed for.
  • Analytics workloads: the separation between the system recording transactions and the system answering questions about them.
  • Roles: administrator, engineer and analyst, which is the part hiring managers wish more candidates understood.
  • No SQL is written. Reading a simple statement is enough; nothing asks you to compose one.

The one table to carry out of the exam

StoreBuilt forThe question it answers well
RelationalRecords with a fixed shape and rules between themIs this order consistent with this customer and this stock level
DocumentItems whose shape varies and travel togetherShow me everything about this one thing
Key-valueVery fast lookup by a single identifierWhat is the current state of this session
GraphRelationships as the primary objectWho is connected to whom, and how far
Column-familyEnormous volumes written fast and read by columnWhat did this sensor record this month
AnalyticalQuestions across history rather than the present stateHow did last quarter compare with the one before

Most of the paper is that table in disguise. A stem describes a workload, a shape of data and an access pattern, and asks which kind of store fits or which role owns the problem. Candidates fail it not by lacking knowledge of any one row but by never having compared the rows, which is why a spreadsheet person who reads the table properly often outscores a developer who has only ever used one database and assumes it is the answer to everything.

No prep course in our catalogue matched this exam

We checked the English course pool and found nothing current specific to DP-900, and we decline to dress an adjacent course up as preparation. Microsoft's free learning path covers the syllabus, and a mock sitting in the same question style is the supplement worth adding.

Forty-five minutes, and then forever

Between forty and sixty questions, a pass at 700 on the 1,000-point scale, twelve languages including German, and delivery by Pearson VUE or, for students and educators, Certiport. Microsoft requires nothing beforehand and recommends familiarity with relational and non-relational data and with the transactional-versus-analytical split, which is a description of the table above. The certificate never expires, which is the right design for a paper that certifies concepts rather than a product version: the concepts have not moved in decades and the product names change yearly.

Who should sit it is the question that follows, and the answer is wider than for most fundamentals papers. Analysts who commission reports, product managers who argue about which system is the source of truth, engineers who know one database well and are about to be asked to choose another, and anyone on the business side of a data platform decision all leave with a vocabulary that shortens meetings. The people who should not are the ones already doing data engineering, for whom the associate data papers test the work rather than the words.

What a question looks like

Written by us in the exam's style. It is not a real question from any question bank, and we do not publish those.

An application records orders and must guarantee that a payment and a stock reduction either both happen or neither does. A separate system produces sales reports over five years of those orders. Which pair of data stores suits the two workloads?

Both halves have a defensible single-store answer, and the exam wants the recognition that they are different workloads with different shapes. Candidates who have only used one kind of database pick it for both and lose the mark on the reporting half, where scanning years of history is precisely what a transactional store is bad at.

What it costs to get and to keep

ItemAmountNote
Exam fee99 USDUnited States price; Microsoft charges by the country of proctoring (read 12 September 2026)
Exam fee, Germany and Austria76 EURread from the Microsoft Learn country selector (read 8 September 2026)
Renewalnot publishednone; the certificate is permanent (read 12 September 2026)

How much preparation, from where you are

You work with reports and spreadsheets
The single best audience for this paper. You already meet the problems it names and lack the vocabulary for them, and closing that gap changes how you argue for tooling.
You develop software against a database
Familiar territory with unfamiliar product names. The analytics half is usually the genuine gap, because application developers rarely meet warehouse workloads.

What passing this does not prove

  • Whether you can write a query of any complexity.
  • Whether you could design a schema somebody else would want to maintain.
  • Data quality, governance or lineage, which is where the real work sits.
  • Anything about operating these services under load.

Against the alternatives

AI-901Microsoft Certified: Azure AI Fundamentals
The AI vocabulary paper at the same tier. This one is the better first purchase for most readers, because AI projects fail on data more reliably than they fail on models.
PL-300Microsoft Certified: Power BI Data Analyst Associate
The analytics associate sitting above this. What it certifies is that a report of yours can be depended upon, which is a different and more employable claim.
DEA-C01AWS Certified Data Engineer – Associate
AWS's data engineering associate, a considerable step up in both scope and difficulty. Read this paper as vocabulary and that one as work.

DP-900 — quick answers

Do I need to know SQL?

Not to pass. Being able to read a simple statement helps you follow the questions, but nothing asks you to write one, and the exam is far more interested in whether you know which kind of store suits which job. If you intend to work with data rather than talk about it, learn the query language anyway, because it outlasts every product name on this syllabus.

Is it useful without a technical role?

More than most fundamentals papers. Anyone who commissions reports, argues about a spreadsheet that has outgrown itself, or sits in tooling decisions gets a vocabulary that makes those conversations shorter.

What should I prepare with?

Microsoft's own free learning path plus a practice test. We looked for a current English course covering this exam in our catalogue and did not find one, so we are not linking an approximation.

Which fundamentals paper first: this or the AI one?

This one, for most readers. Artificial-intelligence projects fail on data long before they fail on models, and the vocabulary here is the ground the AI paper stands on. Take the AI paper afterwards if the models are your actual subject; take this alone if your subject is deciding where information lives.

Why does it never expire when the products change constantly?

Because the syllabus certifies the concepts, and those have been stable since long before the cloud. The product names on the exam will be renamed within a few years; the distinction between a transactional store and an analytical one will not. That is also why the certificate is worth more than its length suggests.

What comes next

Concepts this exam draws on

Glossary entries with the reason each one matters for DP-900.

  • Data Analysis

    Analytics workloads and the vocabulary of relational and non-relational data.

  • Data Engineering

    Data ingestion and processing concepts at fundamentals level.

  • Object Storage

    Azure storage options for files, blobs and data lakes.

  • SQL

    Reading a simple statement is expected; writing one is not.

A vendor certificate — not a degree and not an accredited qualification. Facts are from the vendor's exam page on the date shown; prices are list prices that vary by country and tax.

Last reviewed 12 September 2026 · Getting Digital