Microsoft Certified Azure Data Engineer Associate · Free Practice Question Medium
Question 15
Azure Storage accounts are the base storage type within Azure. Azure Storage offers a very scalable object store for data objects and file system services in the cloud. It can also provide a messaging store for reliable messaging, or it can act as a NoSQL store.
Which of the following are Azure Storage configuration options? (Select all that apply)
-
A
Azure Queue
-
B
Azure Data Lake
-
C
Azure Files
-
D
Azure Database Server
-
E
Azure Table
-
F
Azure Blob
-
G
Azure Cosmos DB
Reveal correct answers
Correct answers: A, C, E, F
Explanation
Azure Storage accounts are the base storage type within Azure. Azure Storage offers a very scalable object store for data objects and file system services in the cloud. It can also provide a messaging store for reliable messaging, or it can act as a NoSQL store.
Azure Storage offers four configuration options:
Azure Blob: A scalable object store for text and binary data
Azure Files: Managed file shares for cloud or on-premises deployments
Azure Queue: A messaging store for reliable messaging between application components
Azure Table: A NoSQL store for no-schema storage of structured data
You can use Azure Storage as the storage basis when you're provisioning a data platform technology such as Azure Data Lake Storage and HDInsight. But you can also provision Azure Storage for standalone use. For example, you provision an Azure Blob store either as standard storage in the form of magnetic disk storage or as premium storage in the form of solid-state drives (SSDs).
Azure Data Lake is one type of Azure Blob.
Azure Data Lake: Microsoft Azure Data Lake is a technology in Azure cloud that enables big data analytics and artificial intelligence (AI). When this topic mentions "Data Lake," it's referring specifically to storage technology that is based on Azure Data Lake Storage Gen2.
A. Azure Queue is a configuration option within Azure Storage that provides a reliable messaging store. It is used for asynchronous communication between application components and can help decouple different parts of an application.
B. Azure Data Lake is not a configuration option within Azure Storage. It is a separate service that provides a scalable data lake storage and analytics service for big data analytics workloads.
C. Azure Files is a configuration option within Azure Storage that offers file system services in the cloud. It allows users to create file shares that can be accessed from multiple virtual machines, making it suitable for applications that require shared file storage.
D. Azure Database Server is not a configuration option within Azure Storage. It is a separate service that provides managed database services for various database engines, such as SQL Server, MySQL, and PostgreSQL.
E. Azure Table is a configuration option within Azure Storage that acts as a NoSQL store. It provides a key/attribute store with a schema-less design, making it suitable for storing large amounts of structured data.
F. Azure Blob is a configuration option within Azure Storage that provides a scalable object store for data objects and file system services in the cloud. It is used for storing large amounts of unstructured data, such as text or binary data.
G. Azure Cosmos DB is not a configuration option within Azure Storage. It is a globally distributed, multi-model database service that is designed for building highly responsive and scalable applications.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
