Microsoft Certified: Azure Data Fundamentals
Validates foundational knowledge of core data concepts and related Microsoft Azure data services. This beginner-level certification covers core data concepts including structured, semi-structured, and unstructured data, data storage options, transactional and analytical workloads, and data roles, considerations for relational data on Azure including normalization, SQL statements, Azure SQL Database, Azure SQL Managed Instance, and open-source database services, considerations for non-relational data on Azure with Azure Blob Storage, File Storage, Table Storage, and Azure Cosmos DB, and analytics workloads including data ingestion, analytical data stores, Azure Databricks, Microsoft Fabric, real-time analytics, and Power BI visualization. No prerequisites required.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Describe core data conceptshard
A streaming squad is tuning the hot path of a Lambda architecture and must decide what trade-off the speed layer accepts in order to deliver real-time results. Per Microsoft's big data architecture guidance, which statement correctly describes the speed layer?
- A.The speed layer guarantees the same accuracy as the batch layer because it fully reprocesses the entire historical dataset on every event.
- B.The speed layer permanently stores the master copy of all raw data and feeds it directly into long-term cold archival storage for audits.
- C.The speed layer only indexes the batch view so historical queries return faster, which removes any need for a separate serving layer.
- D.The speed layer analyzes data in real time and is designed for low latency, at the expense of some accuracy in its results.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.