Describe Azure Storage Services Flashcards

1
Q

Which are the 3 data types used in storage?

A

Structured

Semi-structured

Unstructured

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

What is an Azure Storage Account?

A

Group of services which include

blob storage

queue storage

table storage

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

Name 2 key features of Blob Storage

A

BLOB – binary large object – file

Designed for storage of files of any kind

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

Describe the 3 storage tiers of Blob Storage

A

Hot – frequently accessed data

Cool – infrequently accessed data (lower availability, high durability)

Archive – rarely (if-ever) accessed data

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

Storage for small pieces of data (messages)

Designed for scalable asynchronous processing

A

Queue Storage

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

Storage for semi-structured data (NoSQL)
No need for foreign joins, foreign keys, relationships or strict schema
Designed for fast access

A

Table Storage

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

This storage has many programming interfaces and SDKs

A

Table Storage

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

Storage for files accessed via shared drive protocols

Designed to extend on-premise file shares or implement lift-and-shift scenarios

A

File Storage

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

Disk emulation in the cloud

Persistent storage for Virtual Machines

Disk can be unmanaged or managed

A

Disk Storage

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

Different:

sizes,
types (SSD, HDD)
performance tiers
A

Disk Storage

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

Azure Storage Account services

A

Azure Table Storage

Azure Blob Storage

Azure File Storage

Azure Queue Storage

Azure Disk Storage

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

These two services provide persistent storage for Azure VMs

A

Azure Disk Storage

Azure File Storage

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

Service used to store small pieces of information (messages) and build scalable solutions with asynchronous messaging patterns.

A

Azure Queue Storage

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