{"id":17126,"date":"2026-09-21T06:36:34","date_gmt":"2026-09-21T06:36:34","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17126"},"modified":"2026-09-21T06:36:34","modified_gmt":"2026-09-21T06:36:34","slug":"microsoft-dp-900-practice-test-questions-and-exam-dumps-part10-q181-200","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-900-practice-test-questions-and-exam-dumps-part10-q181-200\/","title":{"rendered":"Microsoft DP-900 Practice Test Questions and Exam Dumps Part10 Q181-200"},"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 181<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database based on the SQL Server database engine?<\/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 Table Storage<\/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: 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 the SQL Server database engine. It allows organizations to run relational database workloads without managing the underlying physical servers or operating system. Azure SQL Database supports SQL queries, tables, indexes, transactions, constraints, and relationships. It is commonly used by cloud applications that require a managed relational database platform. Azure Cosmos DB provides NoSQL capabilities, Table Storage provides non-relational entity storage, and Blob Storage is designed for object storage. Azure SQL Database is therefore appropriate for managed SQL Server-compatible relational workloads.<\/span><\/p>\n<h3><b>Question 182<\/b><\/h3>\n<p><b>Which type of data contains tags, keys, or metadata but does not require a rigid tabular 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;\">Relational 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;\">Transactional data<\/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;\">Semi-structured data contains organizational elements such as keys, tags, metadata, or field names but does not require a rigid relational table structure. JSON and XML are common examples. A JSON document can contain nested objects and arrays and may have different properties from another document. This flexibility makes semi-structured data useful for web APIs, application data, and many NoSQL workloads. Structured data follows a predefined schema, usually in tables and columns. Transactional data describes how data is used in a workload rather than how it is structurally organized.<\/span><\/p>\n<h3><b>Question 183<\/b><\/h3>\n<p><b>Which Azure service is designed for storing large amounts of data as objects?<\/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 SQL Database<\/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 Files<\/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 Blob Storage is Microsoft&#8217;s object storage service for storing large amounts of unstructured data. It can store images, videos, documents, backups, logs, and other files as objects within containers. Blob Storage is designed for scalability and can support different access patterns through storage tiers. Azure SQL Database stores relational data, Queue Storage is used for messages, and Azure Files provides cloud-based file shares. When an application needs scalable object storage rather than a relational database or shared file system, Azure Blob Storage is an appropriate choice.<\/span><\/p>\n<h3><b>Question 184<\/b><\/h3>\n<p><b>Which SQL command is used to remove records from a relational database table?<\/b><\/p>\n<ol>\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;\">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;\">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 is used to remove rows from a relational database table. A WHERE clause can be used to specify which records should be deleted. For example, an application might delete a customer record based on a specific CustomerID. Without an appropriate filtering condition, a DELETE operation can remove more records than intended, so it should be used carefully. SELECT retrieves records, INSERT adds new records, and UPDATE modifies existing records. These statements form part of the basic SQL data manipulation operations used in relational database systems.<\/span><\/p>\n<h3><b>Question 185<\/b><\/h3>\n<p><b>Which Azure service is primarily used to create data pipelines for moving and transforming 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 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 Queue 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 Data Factory is a cloud-based data integration service used to create pipelines for moving and transforming data. It can connect to many types of data sources and destinations, including databases, files, cloud services, and analytical platforms. Pipelines can contain activities that copy data, perform transformations, and coordinate processing workflows. Data Factory is commonly used for ETL and ELT scenarios. Azure Files provides file storage, Cosmos DB provides NoSQL database functionality, and Queue Storage handles asynchronous messages. Data Factory is therefore focused on data movement and orchestration.<\/span><\/p>\n<h3><b>Question 186<\/b><\/h3>\n<p><b>Which database model stores data as key-value pairs?<\/b><\/p>\n<ol>\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;\">Document<\/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 key-value database stores information as pairs consisting of a unique key and an associated value. Applications can use the key to quickly retrieve the corresponding value. This model is useful for simple, high-speed lookups and workloads such as caching, session storage, configuration information, and other scenarios where complex relationships are not required. Document databases store information as documents, graph databases focus on relationships, and relational databases organize information into tables. The key-value model is intentionally simple and can provide efficient access when the application&#8217;s primary operation is retrieving data using known keys.<\/span><\/p>\n<h3><b>Question 187<\/b><\/h3>\n<p><b>Which Azure service is designed for processing real-time 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 Stream Analytics<\/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 Stream Analytics is a managed service designed to process and analyze streaming data in real time. It can continuously consume incoming events and perform operations such as filtering, aggregation, calculations, and pattern detection. Common use cases include IoT telemetry, application monitoring, fraud detection, and real-time dashboards. Unlike batch processing, streaming analytics can produce results while data is still arriving. Azure Data Factory focuses primarily on data integration, while Azure Files and Table Storage are storage services. Stream Analytics is therefore appropriate for workloads that require continuous event processing.<\/span><\/p>\n<h3><b>Question 188<\/b><\/h3>\n<p><b>Which database object can provide a virtual representation of data from one or more tables?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index<\/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;\">Foreign key<\/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 view is a database object based on a query that provides a virtual representation of data. A view can combine information from multiple tables, filter records, or expose only selected columns. Views can simplify complex queries and can also help control access to sensitive information by exposing only the required data. An index is used primarily to improve query performance, a primary key uniquely identifies rows, and a foreign key establishes relationships between tables. Views are especially useful when applications or reporting users need a consistent way to access selected database information.<\/span><\/p>\n<h3><b>Question 189<\/b><\/h3>\n<p><b>Which workload is optimized for frequent short transactions such as creating orders and updating customer records?<\/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;\">Batch 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 operational workloads involving frequent short transactions. Examples include creating orders, processing payments, updating customer details, and changing inventory quantities. OLTP systems are optimized for reliable inserts, updates, and deletes and typically emphasize transaction consistency and quick response times. OLAP is focused on analytical queries over large datasets, while data warehouses are generally used for analytical reporting. Batch analytics processes groups of data rather than individual operational transactions. Identifying the workload type helps determine the appropriate data platform.<\/span><\/p>\n<h3><b>Question 190<\/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 SQL Database<\/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 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 Cosmos DB is a globally distributed NoSQL database service designed for scalable applications. It can replicate data across multiple Azure regions and provide low-latency access to users in different geographic locations. Cosmos DB supports multiple APIs and flexible data models, making it suitable for modern applications with varying data requirements. Typical scenarios include globally distributed web applications, IoT solutions, recommendation systems, and personalized applications. Azure SQL Database and Azure Database for MySQL are relational services, while Azure Files provides managed file shares rather than database functionality.<\/span><\/p>\n<h3><b>Question 191<\/b><\/h3>\n<p><b>Which ACID property ensures that a transaction either completes fully or has no effect?<\/b><\/p>\n<ol>\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;\">Durability<\/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;\">Consistency<\/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;\">Atomicity ensures that a transaction is treated as one complete unit of work. If every operation succeeds, the transaction can be committed. If an operation fails, the transaction can be rolled back so that partial changes are not left in the database. For example, a transfer between two accounts should not complete only the withdrawal while failing to complete the deposit. Durability ensures committed changes survive failures, isolation controls concurrent transactions, and consistency maintains valid database rules. Atomicity is therefore essential for reliable transactional operations.<\/span><\/p>\n<h3><b>Question 192<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database using the MySQL engine?<\/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 Blob 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 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 Database for MySQL is a managed relational database service based on the MySQL database engine. It allows applications to use MySQL in Azure while Microsoft manages much of the underlying infrastructure. The service supports common relational database capabilities such as tables, SQL queries, indexes, relationships, and transactions. It is useful for web applications and business systems that depend on MySQL. Azure Cosmos DB is a NoSQL database, Blob Storage is object storage, and Queue Storage is designed for asynchronous messaging. Therefore, Azure Database for MySQL is the appropriate choice for managed MySQL workloads.<\/span><\/p>\n<h3><b>Question 193<\/b><\/h3>\n<p><b>Which data storage solution is best suited for a large collection of video files?<\/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 Table Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/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 Blob Storage is designed for object storage and is well suited to large collections of video files. Videos are generally unstructured data and can be stored as blobs within containers. Blob Storage provides scalable capacity and supports different access tiers depending on how frequently content is accessed. Queue Storage is designed for messages, Table Storage provides NoSQL entity storage, and Azure SQL Database is a relational database service. Storing large media files in Blob Storage avoids forcing binary objects into a relational database and provides a storage model specifically designed for this type of content.<\/span><\/p>\n<h3><b>Question 194<\/b><\/h3>\n<p><b>Which SQL statement is used to modify existing records?<\/b><\/p>\n<ol>\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<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/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 modifies existing rows in a relational database. It can change one or more column values for records that meet a specified condition. For example, an application can update an order&#8217;s status or change a customer&#8217;s contact information. A WHERE clause is normally used to identify the records that should be changed. INSERT adds new records, SELECT retrieves information, and DELETE removes records. UPDATE is an important SQL operation in transactional applications because business information frequently changes after records have been created.<\/span><\/p>\n<h3><b>Question 195<\/b><\/h3>\n<p><b>Which Azure service provides cloud-based shared file storage?<\/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 Cosmos DB<\/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 Synapse Analytics<\/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 users. It is useful for scenarios where multiple systems need access to common files or when organizations want to move traditional file-share workloads to Azure. Azure Files supports standard file-sharing protocols and provides a familiar file-system model. Cosmos DB is a NoSQL database, Queue Storage provides asynchronous messaging, and Synapse Analytics is focused on large-scale analytics. Therefore, Azure Files is the appropriate service when the requirement is shared cloud-based file storage.<\/span><\/p>\n<h3><b>Question 196<\/b><\/h3>\n<p><b>Which approach transforms data after it has been loaded into the target 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;\">OLAP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ELT<\/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;\">ELT stands for Extract, Load, Transform. In this approach, data is extracted from source systems and loaded into the target platform before transformations are performed. Modern cloud data platforms can provide significant processing capabilities, making this approach practical for many analytical workloads. ETL performs transformations before loading the data. OLTP and OLAP describe workload types rather than data integration sequences. ELT can be useful when organizations want to preserve raw data in the target environment and perform transformations there according to different analytical requirements.<\/span><\/p>\n<h3><b>Question 197<\/b><\/h3>\n<p><b>Which type of database is most appropriate when an application needs to analyze relationships such as social connections?<\/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;\">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;\">Object 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;\">A graph database is designed to represent and analyze relationships between entities. It uses nodes to represent entities and edges to represent relationships. This makes graph databases useful for social networks, recommendation systems, fraud detection, network management, and other scenarios where connections are central to the data. Key-value databases focus on direct access by keys, document databases store flexible documents, and object storage is designed for files rather than relational analysis. A graph model can make traversing complex relationships more natural and efficient for appropriate workloads.<\/span><\/p>\n<h3><b>Question 198<\/b><\/h3>\n<p><b>Which Azure service is designed for large-scale analytical queries and data warehousing?<\/b><\/p>\n<ol>\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<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<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Synapse Analytics is designed for large-scale data analytics and data warehousing workloads. It provides capabilities for querying and analyzing large datasets and can integrate with information from multiple data sources. Organizations can use Synapse to support reporting, business intelligence, historical analysis, and complex analytical queries. Azure Files provides file shares, Queue Storage handles asynchronous messages, and Azure Database for MySQL provides relational database functionality. Synapse is therefore appropriate when the primary requirement involves analyzing large volumes of data rather than handling routine operational transactions.<\/span><\/p>\n<h3><b>Question 199<\/b><\/h3>\n<p><b>Which constraint is used to ensure that a column cannot contain duplicate values?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DEFAULT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CHECK<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UNIQUE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FOREIGN KEY<\/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 UNIQUE constraint ensures that values in a specified column or combination of columns cannot be duplicated. It is useful for attributes that must remain unique, such as an email address, employee number, or product code. A primary key also enforces uniqueness while serving as the main identifier for each row. DEFAULT provides a value when none is specified, CHECK enforces a condition, and a foreign key establishes a relationship between tables. Constraints are important because they allow database systems to enforce data integrity and business rules automatically.<\/span><\/p>\n<h3><b>Question 200<\/b><\/h3>\n<p><b>Which statement best describes a data warehouse?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A system designed primarily for analytical queries and reporting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A service used only for asynchronous messages<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A storage system exclusively for video files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A database used only for application sessions<\/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 data warehouse is designed primarily for analytical queries, reporting, and business intelligence. It typically stores integrated and historical information collected from multiple operational sources. Data warehouses are optimized for activities such as aggregations, trend analysis, comparisons, and complex queries across large datasets. They are different from OLTP databases, which are optimized for frequent operational transactions. A data warehouse does not replace every operational system and is not limited to storing media or messages. It provides an analytical environment where organizations can examine historical business data and support decision-making.<\/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 181 Which Azure service provides a managed relational database based on the SQL Server database engine? Azure Cosmos DB Azure SQL Database Azure Table Storage Azure Blob Storage Correct Answer: 2 Explanation Azure SQL Database is a fully managed relational database service based [&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\/17126"}],"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=17126"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17126\/revisions"}],"predecessor-version":[{"id":17127,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17126\/revisions\/17127"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}