Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which service allows you to manage and analyze large amounts of structured data in Azure?

  1. Azure SQL Database

  2. Azure Blob Storage

  3. Azure Data Lake Storage

  4. Azure Table Storage

The correct answer is: Azure SQL Database

The service that allows you to manage and analyze large amounts of structured data in Azure is Azure SQL Database. This is a relational database service that supports a variety of structured data types and allows users to perform complex queries using SQL (Structured Query Language). Azure SQL Database is designed for transactional applications and analytical workloads, making it a powerful option for those needing to manage structured data. While other options like Azure Blob Storage and Azure Data Lake Storage are excellent for storing vast amounts of unstructured or semi-structured data, they do not provide the same level of direct query and management capabilities for structured data as Azure SQL Database. Blob Storage is primarily used for storing large binary files, and Data Lake Storage is geared more towards data engineering and large-scale data processing rather than managing structured data directly. Azure Table Storage is a NoSQL key-value store designed for large amounts of unstructured data, and while it can handle structured information, it does not offer the same analytical capabilities as Azure SQL Database. Thus, for managing and analyzing large amounts of structured data specifically, Azure SQL Database is the most suitable service.