Microsoft Azure Architect Technologies (AZ-300) Practice Exam

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

Prepare for the Microsoft Azure Architect Technologies Exam. Engage with challenging questions and detailed explanations to test your knowledge and enhance your skills. Get set for certification success!

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 in Azure general-purpose storage accounts is specifically designed for NoSQL data storage?

  1. Blob

  2. Queue

  3. Table

  4. File

The correct answer is: Table

The service in Azure general-purpose storage accounts designed for NoSQL data storage is Table storage. Azure Table storage is a NoSQL key-value store that provides a structured way to store data in tables, similar to database tables but without the constraints of traditional relational databases. It allows for the storage of structured data, which can be accessed via a simple REST API, providing flexibility and scalability for applications that require quick access to large volumes of data without the need for the complex joins of SQL-based databases. This makes Table storage ideal for applications that need to manage large amounts of structured or semi-structured data easily, such as user data for web applications or any scenario where fast read and writes are essential without adhering to a strict schema. The design allows for efficient querying and flexibility in handling varied types of data. On the other hand, Blob storage is used for storing unstructured data such as images, videos, and documents. Queue storage is designed for messaging between application components, allowing for asynchronous communication. File storage offers fully managed file shares in the cloud accessible via the SMB (Server Message Block) protocol, and while it could store data, it is not geared toward the NoSQL paradigm. Therefore, when specifically looking for NoSQL data storage capabilities, Azure Table storage