Unit4 - Subjective Questions

INT327 • Practice Questions with Detailed Answers

1

Define an Azure Storage Account. Explain its primary purpose and list the core services it provides.

2

Differentiate between 'Hot', 'Cool', and 'Archive' access tiers for Azure Blob Storage. Discuss their typical use cases and cost implications.

3

Explain the concept of Shared Access Signatures (SAS) in Azure Storage. Describe its primary purpose and identify its three main types.

4

Describe a scenario where a User Delegation SAS would be the most appropriate choice for granting access to Azure Blob Storage, highlighting its security advantages.

5

What is Azure Storage Explorer? Enumerate its key features and explain how it simplifies managing Azure Storage resources.

6

Define Local Redundant Storage (LRS) and Zone Redundant Storage (ZRS) in the context of Azure Storage. Discuss their respective advantages and ideal use cases.

7

Explain Geo-Redundant Storage (GRS) and Geo-Zone-Redundant Storage (GZRS). When would you choose GRS over ZRS, and what are the benefits of GZRS?

8

Compare and contrast the data redundancy options LRS, ZRS, and GRS in terms of data durability, cost, and availability during a regional outage. Use a table format for clarity.

9

Discuss the various layers of security mechanisms available for Azure Storage to protect data at rest and in transit.

10

What are Backup Vaults in Azure? Explain their role in Azure's data protection strategy and how they relate to Azure Backup.

11

A company stores sensitive financial data in Azure Blob Storage. Describe at least three critical security best practices they should implement to protect this data.

12

Explain the significance of 'soft delete' for Azure Blob Storage. How does it contribute to data protection and what configuration options are available?

13

A developer needs to grant read-only access to a specific container within an Azure Storage Account for an external partner for a limited time. The partner should not have access to any other containers or the storage account keys. Which type of SAS would be most suitable and why? Explain the parameters you would configure.

14

Describe Azure Blob Storage's lifecycle management feature. How can it be used to optimize storage costs for data with varying access patterns?

15

Discuss the importance of immutability policies for Azure Blob Storage, especially in regulated industries. What is the 'Write Once, Read Many' (WORM) model, and how does it apply here?

16

How does Azure Active Directory (AAD) integration enhance access control for Azure Storage? Contrast it with using Shared Access Signatures (SAS) for access management.

17

You are managing an Azure Storage account. List and briefly describe three common Azure Storage security best practices you would implement.

18

What are the key considerations when choosing between LRS, ZRS, and GRS for an Azure Storage account? Provide an example scenario for each choice.

19

Describe the main components of an Azure Storage Account. How do these components work together to provide a comprehensive storage solution?

20

When might you consider using client-side encryption for data stored in Azure Blob Storage, and what are its primary advantages and disadvantages compared to Azure Storage Encryption (ASE)?

21

Explain the role of stored access policies in enhancing the management and security of Shared Access Signatures (SAS) for Azure Storage.

22

A company is considering migrating its on-premises file shares to Azure. Explain how Azure File Storage can meet this requirement and what features would be beneficial for such a migration.

23

You need to store diagnostic logs from multiple Azure Virtual Machines. These logs are generated frequently but are rarely accessed after 7 days, and after 90 days, they can be deleted. Which Azure storage service and access tiers would you recommend, and how would you automate the lifecycle management?