Section 2: Data Storage and Management in Azure Flashcards

1
Q

What are the main types of Azure storage options?

A

Blob Storage, File Storage, Queue Storage, Table Storage, and Disk Storage.

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

True or False: Azure Blob Storage is ideal for storing unstructured data.

A

True.

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

Fill in the blank: Azure ___ Storage is designed for storing large amounts of unstructured data.

A

Blob

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

What SKU should be used for high-performance workloads in Azure Disk Storage?

A

Premium SSD.

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

Which Azure storage option is best suited for sharing files across multiple VMs?

A

Azure File Storage.

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

What is the primary benefit of using Azure Queue Storage?

A

Decoupling application components and enabling asynchronous communication.

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

True or False: Azure Table Storage is a NoSQL key-value store.

A

True.

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

What are the three tiers of Azure Blob Storage?

A

Hot, Cool, and Archive.

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

In Azure, what does the term ‘scalability’ refer to?

A

The ability to increase or decrease resources to handle varying workloads.

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

Which Azure storage option provides a hierarchical namespace?

A

Azure Data Lake Storage.

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

True or False: Azure Storage Accounts can be configured for geo-redundancy.

A

True.

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

What is the purpose of Azure Storage Access Tiers?

A

To optimize costs based on data access patterns.

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

What does the ‘LRS’ stand for in Azure Storage redundancy options?

A

Locally Redundant Storage.

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

Which Azure storage service should be used for application logging?

A

Azure Blob Storage.

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

Short Answer: What is the primary security feature of Azure Storage?

A

Encryption at rest and in transit.

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

Which Azure service allows you to manage access to your storage account?

A

Azure Role-Based Access Control (RBAC).

17
Q

True or False: Azure Storage can be accessed through REST APIs.

A

True.

18
Q

What is the benefit of using Azure File Sync?

A

It allows on-premises Windows Servers to synchronize files with Azure File Storage.

19
Q

Fill in the blank: Azure ___ allows for scalable storage of structured data.

A

SQL Database

20
Q

What type of Azure storage is optimized for high transaction workloads?

A

Azure Cosmos DB.

21
Q

What is the primary use case for Azure Blob Storage’s Archive tier?

A

Long-term data retention with infrequent access.

22
Q

True or False: Data in Azure Storage can only be accessed by users within the same Azure subscription.

A

False.

23
Q

What is the key feature of the Azure Storage Explorer tool?

A

It allows users to manage Azure storage resources visually.

24
Q

What is required to access Azure Storage from an application?

A

Connection string or shared access signature (SAS).

25
Q

What is the maximum size of a single blob in Azure Blob Storage?

A

Up to 200 GB for block blobs.

26
Q

Fill in the blank: Azure Storage replication options include LRS, GRS, ___, and RA-GRS.

A

ZRS

27
Q

What service should be used for implementing data governance in Azure Storage?

A

Azure Policy.