Storage Accounts Flashcards

1
Q

What is an Azure Storage account?

A

It contains all of your Azure Storage data objects which include blobs, files, queues, tables, and disks, etc.

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

What does the storage account feature Deployment model manage?

A

It manages who should deploy the supported services. E.g. Resource Manager, Classic

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

Which storage type only has the Performance Tier Standard?

A

BlobStorage

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

What does the core storage service Azure Disks utilize?

A

It provides block-level storage volumes for Azure VMs.

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

Which core storage service is a messaging store for reliable messaging between application components?

A

Azure Queues

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

Which performance tier for storage accounts is stored on HDDs, and has varied performance based on access tier (Hot, Cool, Archive)?

A

Standard Performance

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

What is the access tier for standard storage: Hot?

A

It stores data that’s accessed frequently, has the highest storage cost and lowest access cost.

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

What happens when you move from a cooler tier (blob storage)?

A

Moving data from a cooler tier like blob storage is treated as a write operation in the new tier, and you’ll be charged accordingly based on the new tier’s pricing for writes and data writing charges.

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

What is Replication?

A

Replication stores multiple copies of your data so that it is protected from planned events, transient hardware failures, network or power outages, and massive natural disasters.

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

What is defined as the storing of the same data in multiple locations? E.g. Storing the same data on multiple data centers

A

Data Redundancy

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

What is AZCopy?

A

AZCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.

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

What is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux?

A

Azure Storage Explorer

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

What is a fully managed file share in the cloud? (A file share is a centralized server for storage that allows multiple connections)

A

Azure Files

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

What is Lift-and-Shift (Azure Files)?

A

A Lift-and-Shift is when you move workloads without rearchitecting, eg. importing local VMs to the cloud.

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

In Azure Files, what is the process where the application data is moved to Azure Files, and the application continues to run on-premises?

A

Hybrid Lift

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

What is Azure File Sync?

A

Azure File Sync is a service that allows you to cache Azure file shares on an on-premises Windows Server or cloud VM.