{"id":17142,"date":"2026-09-21T06:40:10","date_gmt":"2026-09-21T06:40:10","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17142"},"modified":"2026-09-21T06:40:10","modified_gmt":"2026-09-21T06:40:10","slug":"microsoft-dp-900-practice-test-questions-and-exam-dumps-part18-q341-360","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-900-practice-test-questions-and-exam-dumps-part18-q341-360\/","title":{"rendered":"Microsoft DP-900 Practice Test Questions and Exam Dumps Part18 Q341-360"},"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 341<\/b><\/h3>\n<p><b>Which Azure service is primarily used for storing objects such as images, videos, and documents?<\/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 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<\/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. Objects can include images, videos, documents, backups, logs, and other files. Blob Storage organizes data into containers and provides highly scalable storage for cloud applications. Azure Files is designed for shared file storage, while Queue Storage is used for asynchronous messaging. Azure SQL Database is a relational database service rather than an object storage service. Blob Storage can also be used as part of data lake architectures and is suitable when applications need to store and retrieve large quantities of files or other unstructured objects.<\/span><\/p>\n<h3><b>Question 342<\/b><\/h3>\n<p><b>Which database model stores information as key-value pairs?<\/b><\/p>\n<ol>\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;\">Graph<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document<\/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;\">A key-value database stores data as a collection of unique keys associated with corresponding values. The value can contain simple information or more complex data depending on the database technology. This model is useful when applications primarily need to retrieve information based on a known key. It is commonly used for caching, session information, configuration data, and other high-speed lookup scenarios. Relational databases use tables and relationships, graph databases focus on nodes and edges, and document databases store document-oriented records. Therefore, the key-value model is the correct choice.<\/span><\/p>\n<h3><b>Question 343<\/b><\/h3>\n<p><b>Which Azure service is designed to provide managed relational database capabilities using SQL Server technology?<\/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 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 SQL Database is a fully managed relational database service based on Microsoft SQL Server technologies. It supports SQL queries, tables, indexes, relationships, transactions, views, and other relational database capabilities. Microsoft manages much of the underlying infrastructure, reducing the administrative work required from customers. Azure Cosmos DB is a NoSQL database service, Blob Storage is object storage, and Event Hubs is used for event ingestion. Azure SQL Database is therefore appropriate when an application requires a managed relational database in Azure without directly maintaining the database server infrastructure.<\/span><\/p>\n<h3><b>Question 344<\/b><\/h3>\n<p><b>Which SQL command is used to remove existing rows from a table?<\/b><\/p>\n<ol>\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;\">INSERT<\/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: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The DELETE statement removes existing rows from a relational database table. A WHERE clause is normally used to specify which rows should be removed. For example, an application might delete a customer record that matches a particular customer ID. If a WHERE clause is omitted, all rows can potentially be deleted, so care is required when executing DELETE statements. SELECT retrieves data, INSERT adds new rows, and UPDATE modifies existing rows. Therefore, DELETE is the appropriate SQL command when records need to be removed from a table.<\/span><\/p>\n<h3><b>Question 345<\/b><\/h3>\n<p><b>Which Azure service is used to create pipelines for moving and transforming data between different sources and destinations?<\/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 Files<\/span><\/li>\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 Cosmos DB<\/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 Data Factory is a cloud-based data integration service that allows organizations to create and manage data pipelines. Pipelines can copy information from different sources, move it to target systems, and coordinate transformation or processing activities. Data Factory is commonly used for ETL and ELT workflows and can connect to many different data stores and services. Azure Files provides file shares, Table Storage provides NoSQL entities, and Cosmos DB provides NoSQL database capabilities. Therefore, Azure Data Factory is the correct choice for orchestrating data movement and transformation pipelines.<\/span><\/p>\n<h3><b>Question 346<\/b><\/h3>\n<p><b>Which ACID property ensures that a database remains valid according to its defined rules after a transaction completes?<\/b><\/p>\n<ol>\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;\">Consistency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Isolation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Atomicity<\/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;\">Consistency ensures that a database moves from one valid state to another valid state after a transaction. Database constraints, rules, relationships, and other integrity requirements should remain satisfied when the transaction completes. Atomicity means that all operations in a transaction succeed together or are rolled back. Isolation controls how concurrent transactions interact, while durability ensures committed changes survive failures. Consistency is particularly important in relational databases because invalid relationships or constraint violations could lead to unreliable information. Therefore, consistency is the ACID property described in this question.<\/span><\/p>\n<h3><b>Question 347<\/b><\/h3>\n<p><b>Which Azure service provides a NoSQL database designed for globally distributed applications?<\/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 Files<\/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 Data Factory<\/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 Cosmos DB is a managed NoSQL database service designed for scalable and globally distributed applications. It can distribute data across geographic regions and provide low-latency access for users around the world. Cosmos DB supports flexible data models and is commonly used for modern web applications, IoT solutions, personalization systems, and globally distributed workloads. Azure SQL Database is a relational service, Azure Files provides shared file storage, and Data Factory provides data integration capabilities. Therefore, Azure Cosmos DB is the appropriate choice for globally distributed NoSQL applications.<\/span><\/p>\n<h3><b>Question 348<\/b><\/h3>\n<p><b>Which SQL statement is used to add a new record to 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;\">UPDATE<\/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<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The INSERT statement is used to add new rows to a relational database table. It can specify values for individual columns and create a new record in the table. For example, an application can use INSERT to add a new customer, product, employee, or order. UPDATE changes values in existing rows, DELETE removes rows, and SELECT retrieves information. INSERT is therefore the appropriate SQL command when new records need to be added to an existing table. Database constraints and data types are checked when the new row is inserted.<\/span><\/p>\n<h3><b>Question 349<\/b><\/h3>\n<p><b>Which Azure storage service provides cloud-based file shares?<\/b><\/p>\n<ol>\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 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 Files provides managed cloud file shares that applications and virtual machines can access. It is useful when workloads require a shared file-system experience similar to traditional network file shares. Organizations can use Azure Files for application data, configuration files, shared documents, and migration scenarios involving file servers. Blob Storage is designed for objects, Queue Storage is designed for messages, and Table Storage provides NoSQL entities. Therefore, Azure Files is the correct choice when an application needs shared cloud-based file storage accessible by multiple clients.<\/span><\/p>\n<h3><b>Question 350<\/b><\/h3>\n<p><b>Which workload is optimized for frequent inserts, updates, and deletes?<\/b><\/p>\n<ol>\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;\">Data warehousing<\/span><\/li>\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;\">Data lake analytics<\/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;\">OLTP stands for Online Transaction Processing and is designed for workloads involving frequent transactional operations. Examples include order processing, banking systems, inventory management, customer account updates, and reservation systems. OLTP databases are generally optimized for fast individual transactions and concurrent access. OLAP is focused on analytical queries and historical analysis, while data warehouses and data lakes are commonly used for analytical workloads. Therefore, OLTP is the appropriate workload type when applications continuously perform inserts, updates, and deletes on operational data.<\/span><\/p>\n<h3><b>Question 351<\/b><\/h3>\n<p><b>Which Azure service is designed to ingest high volumes of event and telemetry data?<\/b><\/p>\n<ol>\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 SQL Database<\/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 Event Hubs is a managed event ingestion service designed to handle large volumes of events and telemetry. Applications, IoT devices, monitoring systems, and other sources can send events to Event Hubs for downstream processing. It is commonly used as part of real-time analytics and streaming architectures. Azure Stream Analytics can process incoming events, while other services can store or analyze the resulting information. Azure Files, SQL Database, and Table Storage serve different purposes. Therefore, Event Hubs is the appropriate choice for high-volume event ingestion.<\/span><\/p>\n<h3><b>Question 352<\/b><\/h3>\n<p><b>Which SQL clause is used to filter rows before they are returned by a query?<\/b><\/p>\n<ol>\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;\">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;\">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 WHERE clause is used to filter rows according to a specified condition. For example, a query can use WHERE to return only customers from a specific city or products whose price is greater than a particular amount. WHERE can also be used with UPDATE and DELETE statements to control which records are affected. ORDER BY sorts the result, GROUP BY creates groups for aggregation, and JOIN combines related data from tables. Therefore, WHERE is the correct SQL clause when the goal is to restrict rows based on a condition.<\/span><\/p>\n<h3><b>Question 353<\/b><\/h3>\n<p><b>Which Azure service is designed for real-time processing of streaming data?<\/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 Synapse Analytics<\/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 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 Stream Analytics is designed to process and analyze streaming data continuously. It can receive incoming events and perform operations such as filtering, aggregation, grouping, and calculations with low latency. Common scenarios include IoT telemetry, real-time monitoring, fraud detection, and streaming dashboards. Azure Data Factory is mainly used for data integration and pipeline orchestration, while Azure Synapse Analytics focuses on broader analytical workloads and data warehousing. Azure Files provides shared file storage. Therefore, Azure Stream Analytics is the most appropriate service for real-time stream processing.<\/span><\/p>\n<h3><b>Question 354<\/b><\/h3>\n<p><b>Which type of data is commonly stored in JSON or XML format?<\/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 binary data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational-only 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;\">JSON and XML are commonly classified as semi-structured data formats. They contain organizational elements such as fields, names, values, attributes, and nested structures, but they do not necessarily require every record to follow the same rigid schema as a relational table. This flexibility makes JSON and XML popular for APIs, configuration files, logs, and document-oriented applications. Structured data generally follows a predefined schema, such as rows and columns in a relational table. Therefore, semi-structured data is the correct classification for common JSON and XML information.<\/span><\/p>\n<h3><b>Question 355<\/b><\/h3>\n<p><b>Which key is used to uniquely identify a row within a relational table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Foreign key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Primary key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secondary index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partition key<\/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 primary key uniquely identifies each row in a relational table. It must contain unique values and normally cannot contain NULL values. For example, an EmployeeID column can serve as the primary key in an Employees table. A foreign key is used to establish relationships with another table, while indexes are mainly used to improve query performance. Partition keys are commonly used in distributed or NoSQL systems. Therefore, the primary key is the correct choice when the requirement is to uniquely identify individual records within a relational table.<\/span><\/p>\n<h3><b>Question 356<\/b><\/h3>\n<p><b>Which Azure service is best suited for storing simple NoSQL data using entities and properties?<\/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 Table 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 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 Table Storage is a NoSQL key-attribute data store that uses tables containing entities and properties. Each entity can have a flexible set of properties, making the service useful when a relational schema is unnecessary. It can provide scalable storage for applications that need simple NoSQL data access. Azure SQL Database uses a relational model, Azure Files provides shared file storage, and Event Hubs is designed for event ingestion. Therefore, Azure Table Storage is the appropriate choice for applications that need simple NoSQL entities and properties.<\/span><\/p>\n<h3><b>Question 357<\/b><\/h3>\n<p><b>Which Azure service provides enterprise-scale analytics and data warehousing capabilities?<\/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 Queue Storage<\/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 Synapse Analytics<\/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;\">Azure Synapse Analytics is designed for large-scale analytical workloads and data warehousing. It enables organizations to analyze large amounts of information and integrate data from different sources for reporting and business intelligence. Synapse can support complex analytical queries and is commonly used in enterprise data platforms. Azure Files provides file storage, Queue Storage handles messages, and Azure Database for MySQL is a managed relational database service. Therefore, Azure Synapse Analytics is the appropriate choice for enterprise-scale analytics and data warehouse scenarios.<\/span><\/p>\n<h3><b>Question 358<\/b><\/h3>\n<p><b>Which process loads data into a target platform before performing transformations within that platform?<\/b><\/p>\n<ol>\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<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<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ELT stands for Extract, Load, Transform. In this approach, data is extracted from source systems and loaded into the target data platform before many transformations are performed. Modern cloud data platforms can provide significant processing power, making this approach useful for large analytical workloads. ETL performs transformation before loading the data into the target. OLTP and OLAP describe different workload types rather than data integration sequences. Therefore, ELT is the correct choice when data is loaded into the target platform before transformation occurs.<\/span><\/p>\n<h3><b>Question 359<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database based on the PostgreSQL engine?<\/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 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: 1<\/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 workloads in Azure while Microsoft handles much of the underlying infrastructure management. Applications can use SQL queries, tables, indexes, relationships, transactions, and other PostgreSQL capabilities. Azure Cosmos DB provides NoSQL functionality, Blob Storage is designed for object storage, and Event Hubs is used for event ingestion. Therefore, Azure Database for PostgreSQL is the correct choice for managed PostgreSQL relational workloads.<\/span><\/p>\n<h3><b>Question 360<\/b><\/h3>\n<p><b>Which Azure service is used to store and process data pipelines from multiple sources?<\/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 Data Factory<\/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: 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 and manage pipelines that move and transform data. It can connect to many different data sources and destinations and coordinate activities such as copying data, transformations, and processing steps. Data Factory is commonly used to build ETL and ELT workflows. Queue Storage is intended for messages, Azure Files provides shared file storage, and Table Storage is a NoSQL data store. Therefore, Azure Data Factory is the appropriate service for managing data pipelines across multiple sources.<\/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 341 Which Azure service is primarily used for storing objects such as images, videos, and documents? Azure SQL Database Azure Files Azure Blob Storage Azure Queue Storage Correct Answer: 3 Explanation Azure Blob Storage is designed for storing large amounts of unstructured object [&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\/17142"}],"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=17142"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17142\/revisions"}],"predecessor-version":[{"id":17143,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17142\/revisions\/17143"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}