5. Storage Flashcards

1
Q

Describe blob

Topic: Blob

A

Blob means Binary large object, meaning pretty much includes any data

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

Describe how blobs of data are stored

Topic: Blob

A
  1. Data is stored in blob
  2. Blob blocks are stored in containers
  3. Containers are located inside storage accounts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three types of blob storage?

Topic: Blob

A
  1. Block type - store text and binary data
  2. Append type - block blob types that are optimezed for append operations (ie. log writes)
  3. Page type - store random access files (ie. a virtual hard drive)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three pricing tiers for blob storage?

Topic: Blob

A
  1. Hot for frequently access files
  2. Cool - Lower cost, higher access time
  3. Archive - Lowest cost, highest access time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are managed disk typically used for?

Topic: Disk

A

A managed disk is what you attach to a VM

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

What are the 4 types of disk types

Topic: Disk

A
  1. HDD
  2. Standard SSD
  3. Premium SSD
  4. Ultra Disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Azure File Storage used for?

Topic: File Storage

A

Used for sharing access across multiple machines and connecing to on-premisis infrastructure.

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

What is Azure File Storage?

Topic: File Storage

A

A fully managed file share service that is always available.

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

How does Azure ensure data protection against unexpected failures?

Topic: Storage Redundancy

A

Azure storage will always, automatically create multiple copies of data.

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

What is the minimum number of copies of data Azure will make.

Topic: Storage Redundancy

A

Three

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

Describe the four possible storage redundancy options?

Describe in simple terms.

Topic: Storage Redundancy

A
  1. Single Zone, Single Region
  2. Multi Zone, Single Region
  3. Single, Zone, Multi Region
  4. Multi Zone, Multi Region
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe locally-redundant storage (LRS)

Topic: Storage Redundancy

A

Creates copies in single location (datacenter/zone)

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

Describe Zone-redundant storage (ZRS)

Topic: Storage Redundancy

A

Creates three copies across three availabity zones in a region, one copy in each zone

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

Describe Geo-redundant storage (GRS)

Topic: Storage Redundancy

A

Creates six copies across two different regions
1. Three copies in primary regional physical location (LRS)
2. Three copies in secondary (paired) regional physical location (LRS)

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

Describe Geo-zone-redundant storage (GZRS)

Topic: Storage Redundancy

A

Creates six copies across two different regions
1. Three copies across three availability zones in primary region (ZRS)
2. Three copies in secondary region physical location/zone (LRS)

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

What are three Azure services used for smaller, occasional data transfers?

Describe each service.

Topic: Moving Data

A
  1. AzCopy - Command line interface tool
  2. Azure Storage Explorer - GUI interactive tool
  3. Azure File Sync - Sync Azure files with on-premisis files
17
Q

What are two Azure services used for larger scale data transfers?

Describe each service.

Topic Moving Data

A
  1. Azure Data Box - Offline data transfer to/from Azure
  2. Azure Migrate - Migrate non-Azure resources into Azure, including servers, databases, and apps
18
Q

Describe the three premium performance storage options.

Include the supported storage type and redudnancy option

Topic: Premium Performance Storage Options

A
  1. Premium block blobs- supports block storage, and LRS/ZRS only
  2. Premium page block - supports page blob storage, and LRS only
    3.Premium file shares - supports Azure files, and LRS/ZRS only