Storage Flashcards

1
Q

What is Locally Redundant Storage (LRS)?

A

Replicating data 3 times in a single data center. Lowest cost and least redundancy.

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

What is Zone Redundant Storage (ZRS)?

A

Replicated data across three availability zones in the primary region

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

What is Geo-Redundant Storage (GRS)?

A

LRS copies data 3 times, then synchronizes data to single physical location in the secondary region.

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

What is Geo-Zone Redundant Storage (GZRS)?

A

Copes data across 3 availability zones. Then asynchronously copies data to secondary region using LRS

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

What is Read-Access Geo-Redundant Storage (RA-GRS)?

A

GRS, but the data in the secondary region is read-only

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

What is Read-Access Geo-Zone Redundant Storage?

A

Data is copied across 3 redundancy zones. Data is copied asynchronously to the secondary region using LRS. The replicated data is read-only

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

What is Azure Blob Storage?

A

Unstructured object storage. Accessible over HTTP or HTTPS. Good for storing images for a web site, for example.

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

What are the four tiers of storage access?

A

Hot - Most frequently accessed data. Highest cost to access, quickest to retrieve

Cool - Infrequently accessed data, stored for at least 30 days

Cold - Infrequently accessed data, stored for at least 90 days

Archive - Rarely accessed data, stored for at least 180 days. Lowest storage cost, but highest cost to rehydrate. This data is also OFFLINE

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

What are the types of Azure Blob Storage?

A

Block - Flat structure
Page - Read/Write over random areas
Append - Useful in logging scenarios

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

Azure Files?

A

Networked file shares using SMB and NFS protocols

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

Azure File Sync?

A

Synchronization service for syncing a local Windows Server with Azure Files (file share)

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

Azure Queues?

A

Message storage in a FIFO configuation

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

Azure Disk Storage?

A

Block level storage volumes. Designed for use with Virtual Machines.

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

Azure Tables?

A

Structured data storage - NoSQL Datastore

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

What are the ways for migrating data to Azure?

A

Azure Migrate - Service to perform data migration

Azure Data box - Physical migration service. Uses a proprietary Microsoft device

AZCopy - Command line tool for uploading data

Azure Storage Explorer - GUI front-end for AZCopy

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

What are the types of databases Azure offers?

A

Azure SQL DB - Cloud based relational database

Azure SQL Managed Instance - PaaS instance of SQL database

Cosmos DB- Distributed cloud based database that supports multiple models (NoSQL, relational)

17
Q

Azure Data Factory

A

Cloud service for ETL (extract-transform-load) and ELT (extract-load-transform) processes.

Orchestrate processing of large amounts of data for determining business insights.

18
Q

Azure HDInsight

A

Managed open-source cloud service for big data analytics

19
Q

Azure Data Bricks

A

Analytics platform for building and training machine learning models and dashboards from big datasets

20
Q

Azure Synapse Analytics

A

Enterprise analytics and data warehouse service that combines Apache Spark technologies for big data, and Azure Data Explorer for log and time series analytics.