Sample questions
Microsoft Azure Data Fundamentals DP-900 practice questions
Which THREE of the following are characteristics of a data lake compared to a data warehouse?
Refer to the exhibit. An administrator is configuring aggregations in Power BI Premium to improve performance on a large dataset. The aggregation is defined on the Sales table with…
A company uses Azure SQL Database for an inventory management system. The Inventory table has millions of rows. Queries frequently filter on WarehouseID and then sort by LastUpdate…
Identify considerations for relational data on AzuremediumSee the answer and why each option is right or wrong →A company operates an online store where customers place orders and the system immediately updates inventory and records payments. This workload is best described as:
A social media application stores user posts in Azure Cosmos DB. Each post has fields: PostID (unique), UserID, Timestamp, Content, LikesCount. The application frequently queries f…
Describe considerations for working with non-relational data on AzuremediumSee the answer and why each option is right or wrong →A library management system uses Azure SQL Database. The Books table has 500,000 rows with columns: BookID (primary key, clustered), Title, Author, ISBN, PublishedYear, CopiesAvail…
Identify considerations for relational data on AzuremediumSee the answer and why each option is right or wrong →A team is designing a data pipeline to process streaming sensor data from IoT devices. The data must be ingested, transformed in real time, and stored in a time-series database. Wh…
A company collects data from multiple sources: IoT sensor streams, social media feeds, and CSV files from legacy systems. They want to store all this data in its original format wi…
The exhibit shows a SQL query run against Azure SQL Database. What is the purpose of the HAVING clause in this query?
Which TWO of the following are common characteristics of a NoSQL database?
A financial services company is building a real-time fraud detection system. Transactions are streamed from multiple sources into Azure Event Hubs. The system must run a trained ma…
Your company is migrating an on-premises SQL Server data warehouse to Azure. The solution must support both historical analytics and real-time reporting. Which Azure service should…
A globally distributed online auction platform uses a replicated database system across multiple Azure regions. The system must continue accepting bids (writes) even if a network p…
A company uses Azure Blob Storage to store video files for a streaming service. The files are accessed frequently for the first 30 days after upload, then rarely after. The company…
Describe considerations for working with non-relational data on AzurehardSee the answer and why each option is right or wrong →A company uses Azure SQL Database and needs to audit all data modifications (INSERT, UPDATE, DELETE) for compliance purposes. The audit logs must be stored for 7 years. Which featu…
Identify considerations for relational data on AzureeasySee the answer and why each option is right or wrong →You need to store semi-structured JSON data from a web application and query it using SQL-like syntax. The solution must support high throughput with low latency. Which Azure data…
Refer to the exhibit. You create an external table in Azure SQL Database. Which data source is being used?
Identify considerations for relational data on AzurehardSee the answer and why each option is right or wrong →A global e-commerce company uses Azure Cosmos DB with multiple write regions to handle high traffic from users worldwide. For their order processing system, they must guarantee tha…
Describe considerations for working with non-relational data on AzurehardSee the answer and why each option is right or wrong →A company stores three types of data: 1) Customer orders in a SQL table with fixed columns for OrderID, CustomerID, and OrderDate. 2) Product reviews in XML files where each file c…
A gaming company stores player profiles as JSON documents. Each profile includes standard fields like playerId, username, and email, as well as optional fields such as achievements…
Describe considerations for working with non-relational data on AzuremediumSee the answer and why each option is right or wrong →A company stores customer data in a relational database with columns like CustomerID, Name, and Email. They also store product images as JPEG files in Azure Blob Storage, and custo…
A global e-commerce company uses Azure SQL Database for its product catalog. The database is hosted in the West US region. To ensure the catalog remains available if West US experi…
Identify considerations for relational data on AzuremediumSee the answer and why each option is right or wrong →A company is migrating an on-premises SQL Server database to Azure. They want to ensure that database administrators (DBAs) can perform administrative tasks but cannot view sensiti…
Identify considerations for relational data on AzuremediumSee the answer and why each option is right or wrong →A data engineering team needs to build a batch ETL pipeline that transforms large volumes of clickstream data stored as CSV files in Azure Data Lake Storage Gen2. The transformatio…