Azure Storage Ecosystem 3 Flashcards

1
Q

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

a) Containers, Tables, Queues, and File Shares

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

c) Storing typical objects like images, videos, and documents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

b) 4.75 TiB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

b) It is optimized for appending data to the end of the blob

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

b) Storing virtual disks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

b) 8 TiB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

b) It offers quick, easy, and inexpensive key-value pair NoSQL storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the maximum size of an entity in Azure Table Storage?

a) 512 KB
b) 1 MB
c) 2 MB
d) 4 MB

A

b) 1 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

b) Providing a messaging solution for communicating among disparate components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the default expiration period for messages in Azure Queue Storage?

a) 1 day
b) 3 days
c) 7 days
d) 14 days

A

c) 7 days

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

b) Migrating a Storage Area Network (SAN) drive to the cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What protocol does Azure File Storage primarily use?

a) HTTP
b) FTP
c) SMB 3.0
d) WebSocket

A

c) SMB 3.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly