{"id":17144,"date":"2026-09-21T06:40:28","date_gmt":"2026-09-21T06:40:28","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17144"},"modified":"2026-09-21T06:40:28","modified_gmt":"2026-09-21T06:40:28","slug":"microsoft-dp-900-practice-test-questions-and-exam-dumps-part19-q361-380","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-900-practice-test-questions-and-exam-dumps-part19-q361-380\/","title":{"rendered":"Microsoft DP-900 Practice Test Questions and Exam Dumps Part19 Q361-380"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/dp-900-exam-dumps\"><b>Microsoft DP-900 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 361<\/b><\/h3>\n<p><b>Which Azure service is designed to store unstructured object data such as images and videos?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Blob Storage is designed for storing large amounts of unstructured object data. Examples include images, videos, documents, backups, logs, and other files. It organizes objects into containers and provides scalable cloud storage for applications. Unlike relational databases, Blob Storage does not require a fixed table schema for the stored objects. Azure Table Storage is a NoSQL entity store, Queue Storage handles messages, and Azure SQL Database provides relational database functionality. Therefore, Azure Blob Storage is the appropriate service when an application needs scalable storage for unstructured objects.<\/span><\/p>\n<h3><b>Question 362<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database compatible with PostgreSQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for PostgreSQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Hubs<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Database for PostgreSQL is a managed relational database service based on the PostgreSQL database engine. It allows organizations to run PostgreSQL applications in Azure without having to manage all the underlying database infrastructure themselves. The service supports relational tables, SQL queries, indexes, constraints, and transactions. Azure Cosmos DB is a NoSQL database service, Blob Storage provides object storage, and Event Hubs is designed for event ingestion. Therefore, Azure Database for PostgreSQL is the appropriate Azure service for applications that require PostgreSQL-based relational database capabilities.<\/span><\/p>\n<h3><b>Question 363<\/b><\/h3>\n<p><b>Which SQL statement is used to retrieve records from a database table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SELECT statement is used to retrieve data from relational database tables. It can return specific columns and rows and can include clauses such as WHERE, GROUP BY, ORDER BY, and JOIN. For example, SELECT can retrieve customer names, filter orders by date, or calculate totals using aggregate functions. INSERT adds new records, UPDATE changes existing records, and DELETE removes records. Therefore, SELECT is the correct SQL statement when the requirement is to read information from a database rather than modify the stored data.<\/span><\/p>\n<h3><b>Question 364<\/b><\/h3>\n<p><b>Which Azure service provides a globally distributed NoSQL database?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Data Factory<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Cosmos DB is a globally distributed NoSQL database service designed for applications that require scalable performance and low-latency access. Data can be distributed across geographic regions, allowing applications to serve users from locations closer to where they are located. Cosmos DB supports flexible data models and is commonly used for modern web applications, IoT workloads, and globally distributed systems. Azure SQL Database provides relational database functionality, Azure Files provides shared file storage, and Data Factory handles data integration. Therefore, Azure Cosmos DB is the correct choice.<\/span><\/p>\n<h3><b>Question 365<\/b><\/h3>\n<p><b>Which ACID property ensures that concurrent transactions do not improperly interfere with one another?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consistency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durability<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Atomicity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Isolation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Isolation is the ACID property that controls how concurrent transactions interact with each other. It helps ensure that one transaction does not improperly see intermediate or uncommitted changes made by another transaction. This is important in systems where many users may access and modify data simultaneously. Atomicity ensures a transaction is completed completely or rolled back, consistency maintains database rules, and durability preserves committed changes. Isolation helps databases maintain predictable behavior when multiple transactions execute at the same time, making it essential for reliable transactional applications.<\/span><\/p>\n<h3><b>Question 366<\/b><\/h3>\n<p><b>Which Azure service is used to create and orchestrate data integration pipelines?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Data Factory<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Data Factory is a cloud-based data integration service used to create, schedule, and manage data pipelines. Pipelines can move data between different sources and destinations and coordinate activities such as copying, transformation, and processing. It can be used in both ETL and ELT architectures and supports integration with many Azure and external data services. Azure Files provides shared file storage, Queue Storage provides messaging, and Table Storage provides NoSQL entity storage. Therefore, Azure Data Factory is the correct choice for orchestrating data integration workflows.<\/span><\/p>\n<h3><b>Question 367<\/b><\/h3>\n<p><b>Which data model represents entities as nodes and relationships as edges?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Graph<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key-value<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A graph data model represents entities as nodes and relationships between entities as edges. This structure makes graph databases useful when relationships are an important part of the application&#8217;s data. Examples include social networks, recommendation systems, fraud detection, and network analysis. Document databases organize information as documents, key-value databases use pairs of keys and values, and relational databases organize information into tables. Graph databases can efficiently represent complex connections between entities. Therefore, the graph model is the correct choice for data centered around relationships.<\/span><\/p>\n<h3><b>Question 368<\/b><\/h3>\n<p><b>Which SQL clause is used to arrange query results in ascending or descending order?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WHERE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GROUP BY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ORDER BY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">JOIN<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ORDER BY is the SQL clause used to sort query results. It can arrange records in ascending order using ASC or descending order using DESC. For example, a sales report can use ORDER BY to display products from highest to lowest sales. WHERE filters rows based on conditions, GROUP BY organizes rows into groups for aggregation, and JOIN combines data from multiple tables. ORDER BY is therefore the correct clause when the requirement is to control how returned records are arranged for users or reports.<\/span><\/p>\n<h3><b>Question 369<\/b><\/h3>\n<p><b>Which Azure storage service is designed for asynchronous message queuing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Queue Storage provides cloud-based messaging for asynchronous communication between application components. A producer can place messages into a queue, while a consumer can retrieve and process them later. This approach can help applications handle workloads at different speeds and reduce direct dependencies between components. Blob Storage is intended for objects, Azure Files provides shared file storage, and Table Storage stores NoSQL entities. Therefore, Azure Queue Storage is the appropriate choice when an application needs a simple queue for asynchronous messages.<\/span><\/p>\n<h3><b>Question 370<\/b><\/h3>\n<p><b>Which workload is primarily designed for business intelligence and historical analysis?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OLTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OLAP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Message processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">OLAP, or Online Analytical Processing, is designed for analytical workloads such as business intelligence, reporting, historical analysis, and complex aggregations. OLAP systems often work with large amounts of historical data and allow users to analyze trends and patterns. OLTP systems are optimized for day-to-day transactional operations such as inserting and updating records. Message processing and file storage are different types of workloads. Therefore, OLAP is the appropriate workload type when an organization needs to analyze historical data and support business intelligence activities.<\/span><\/p>\n<h3><b>Question 371<\/b><\/h3>\n<p><b>Which Azure service is designed to ingest large volumes of event data and telemetry?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Hubs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for MySQL<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Event Hubs is a managed event ingestion service designed for high-throughput scenarios. It can receive large volumes of telemetry and event data from applications, IoT devices, monitoring systems, and other sources. The ingested data can then be processed by downstream services such as Azure Stream Analytics or stored for later analysis. Azure SQL Database and Azure Database for MySQL are relational database services, while Azure Files provides shared file storage. Therefore, Event Hubs is the appropriate choice for collecting large amounts of incoming event data.<\/span><\/p>\n<h3><b>Question 372<\/b><\/h3>\n<p><b>Which SQL statement modifies existing records in a table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The UPDATE statement is used to modify existing rows in a relational database table. It can change one or more column values for records that meet a specified condition. A WHERE clause is commonly included to ensure only the intended rows are changed. INSERT adds new records, SELECT retrieves records, and DELETE removes records. For example, an application can use UPDATE to change a customer&#8217;s address or modify a product&#8217;s price. Therefore, UPDATE is the correct SQL statement for changing values in existing database records.<\/span><\/p>\n<h3><b>Question 373<\/b><\/h3>\n<p><b>Which type of data does not follow a fixed relational table structure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unstructured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tabular data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational data<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Unstructured data does not follow a fixed relational table structure. Examples include images, videos, audio recordings, documents, and many types of free-form text. This data can still contain valuable information, but it does not naturally fit into predefined rows and columns. Structured data, such as relational database records, follows a defined schema. Semi-structured data, such as JSON and XML, has some organizational elements but remains more flexible than relational tables. Understanding these categories helps organizations select appropriate storage and processing technologies for different data types.<\/span><\/p>\n<h3><b>Question 374<\/b><\/h3>\n<p><b>Which Azure service is a managed relational database service based on MySQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for PostgreSQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for MySQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Database for MySQL is a managed relational database service based on the MySQL database engine. It allows applications to use familiar MySQL capabilities while Azure handles many infrastructure management tasks. Applications can work with tables, SQL queries, indexes, relationships, and transactions. Azure Database for PostgreSQL is based on PostgreSQL, Cosmos DB provides NoSQL capabilities, and Blob Storage provides object storage. Therefore, Azure Database for MySQL is the correct choice when an application specifically requires a managed MySQL relational database.<\/span><\/p>\n<h3><b>Question 375<\/b><\/h3>\n<p><b>Which SQL clause groups rows for aggregate calculations such as SUM and COUNT?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WHERE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GROUP BY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ORDER BY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">JOIN<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The GROUP BY clause groups rows that have matching values in one or more columns. It is frequently used with aggregate functions such as SUM, COUNT, AVG, MIN, and MAX. For example, a sales report can group transactions by product category and calculate total sales for each category. WHERE filters individual rows before grouping, ORDER BY sorts the final results, and JOIN combines related tables. Therefore, GROUP BY is the appropriate SQL clause when the requirement is to create groups for aggregate calculations.<\/span><\/p>\n<h3><b>Question 376<\/b><\/h3>\n<p><b>Which Azure service provides shared file storage accessible through standard file protocols?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Hubs<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Files provides managed cloud file shares that can be accessed by applications and virtual machines. It is designed for workloads that need shared file-system functionality and can support scenarios such as application configuration, shared documents, and migration from traditional file servers. Blob Storage is designed for object storage, Queue Storage is intended for asynchronous messages, and Event Hubs handles high-volume event ingestion. Therefore, Azure Files is the correct choice when applications require shared cloud-based file storage rather than object, message, or event storage.<\/span><\/p>\n<h3><b>Question 377<\/b><\/h3>\n<p><b>Which Azure service provides managed data warehousing and analytical capabilities?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Synapse Analytics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Synapse Analytics provides capabilities for large-scale analytics and data warehousing. It can be used to analyze data from multiple sources and support reporting, business intelligence, and complex analytical workloads. Synapse is designed for scenarios where organizations need to work with significant volumes of data and perform analytical queries. Queue Storage provides messaging, Cosmos DB is a NoSQL database service, and Azure Files provides shared file storage. Therefore, Azure Synapse Analytics is the appropriate Azure service for data warehousing and enterprise analytical workloads.<\/span><\/p>\n<h3><b>Question 378<\/b><\/h3>\n<p><b>Which concept describes data that has some organizational structure but does not require a rigid schema?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semi-structured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unstructured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational data<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semi-structured data contains organizational elements such as fields, tags, keys, or attributes but does not necessarily follow a rigid relational schema. JSON and XML are common examples. A JSON document can contain different fields or nested structures in different records while still maintaining recognizable organization. Structured data generally follows a predefined schema, such as a relational table. Unstructured data, such as images and videos, does not have this type of inherent organization. Therefore, semi-structured data provides a flexible middle ground between structured and unstructured information.<\/span><\/p>\n<h3><b>Question 379<\/b><\/h3>\n<p><b>Which Azure service is designed for processing streaming data with near real-time results?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Data Factory<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Stream Analytics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Stream Analytics is a managed service for processing and analyzing streaming data in real time or near real time. It can continuously process incoming events and perform operations such as filtering, grouping, aggregation, and calculations. It is commonly used for IoT telemetry, real-time dashboards, monitoring, and event-based applications. Azure Data Factory focuses on data integration pipelines, SQL Database provides relational storage, and Azure Files provides file shares. Therefore, Azure Stream Analytics is the appropriate service for continuous processing of streaming information.<\/span><\/p>\n<h3><b>Question 380<\/b><\/h3>\n<p><b>Which process extracts data, transforms it before loading, and then stores it in a target system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ELT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OLAP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ETL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OLTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ETL stands for Extract, Transform, Load. In an ETL workflow, data is extracted from one or more source systems, transformed according to business or analytical requirements, and then loaded into a target system. Transformations may include cleaning, filtering, joining, formatting, and aggregation. ELT differs because the data is loaded into the target platform before transformation is performed there. OLTP and OLAP describe workload types rather than data integration processes. Therefore, ETL is the correct answer for a workflow that transforms data before loading it into the destination.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft DP-900 Exam Dumps and Practice Test Dumps. &nbsp; Question 361 Which Azure service is designed to store unstructured object data such as images and videos? Azure Table Storage Azure SQL Database Azure Blob Storage Azure Queue Storage Correct Answer: 3 Explanation Azure Blob Storage is designed for storing large amounts of unstructured [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17144"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=17144"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17144\/revisions"}],"predecessor-version":[{"id":17145,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17144\/revisions\/17145"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}