Azure Storage Ecosystem 3 Flashcards
What are the four types of storage available within an Azure Storage account?
a) Containers, Tables, Queues, and File Shares
b) Blobs, Tables, Queues, and Databases
c) Containers, Databases, Queues, and File Shares
d) Blobs, Tables, Databases, and File Shares
a) Containers, Tables, Queues, and File Shares
What is the primary use case for block blobs in Azure Blob Storage?
a) Storing virtual disks
b) Storing log files with append-only operations
c) Storing typical objects like images, videos, and documents
d) Storing key-value pair NoSQL data
c) Storing typical objects like images, videos, and documents
What is the maximum size of a block blob if the block size is set to 100 MiB?
a) 3.2 GB
b) 4.75 TiB
c) 8 TiB
d) 190.7 TiB
b) 4.75 TiB
What is the main characteristic of an append blob in Azure Blob Storage?
a) It allows modification of existing blocks
b) It is optimized for appending data to the end of the blob
c) It is used for storing virtual disks
d) It supports random read/write operations
b) It is optimized for appending data to the end of the blob
What is the primary use case for page blobs in Azure Blob Storage?
a) Storing log files
b) Storing virtual disks
c) Storing key-value pair NoSQL data
d) Storing typical objects like images and documents
b) Storing virtual disks
What is the maximum size of a page blob in Azure Blob Storage?
a) 4 TiB
b) 8 TiB
c) 16 TiB
d) 32 TiB
b) 8 TiB
What is the primary advantage of using Azure Table Storage?
a) It provides global replication and high availability
b) It offers quick, easy, and inexpensive key-value pair NoSQL storage
c) It supports relational data and complex queries
d) It is optimized for storing large binary objects
b) It offers quick, easy, and inexpensive key-value pair NoSQL storage
What is the maximum size of an entity in Azure Table Storage?
a) 512 KB
b) 1 MB
c) 2 MB
d) 4 MB
b) 1 MB
What is the primary use case for Azure Queue Storage?
a) Storing large binary objects
b) Providing a messaging solution for communicating among disparate components
c) Storing virtual disks
d) Storing key-value pair NoSQL data
b) Providing a messaging solution for communicating among disparate components
What is the default expiration period for messages in Azure Queue Storage?
a) 1 day
b) 3 days
c) 7 days
d) 14 days
c) 7 days
What is the primary use case for Azure File Storage?
a) Storing images and videos for a website
b) Migrating a Storage Area Network (SAN) drive to the cloud
c) Storing key-value pair NoSQL data
d) Providing a messaging solution for microservices
b) Migrating a Storage Area Network (SAN) drive to the cloud
What protocol does Azure File Storage primarily use?
a) HTTP
b) FTP
c) SMB 3.0
d) WebSocket
c) SMB 3.0