Medium1 markMultiple Choice
AZ-305 · Question 37 · Domain 3.2: High Availability
You are designing the storage architecture for a new application. The application will use Azure Blob Storage to store user-uploaded documents.
The business requires that the documents remain available even if an entire Azure region goes offline. Furthermore, the application must be able to read the documents from the secondary region immediately, without waiting for Microsoft to initiate a failover.
Which storage redundancy option should you recommend?
You are designing the storage architecture for a new application. The application will use Azure Blob Storage to store user-uploaded documents.
The business requires that the documents remain available even if an entire Azure region goes offline. Furthermore, the application must be able to read the documents from the secondary region immediately, without waiting for Microsoft to initiate a failover.
Which storage redundancy option should you recommend?
Answer options:
A.
Geo-redundant storage (GRS)
B.
Read-access geo-redundant storage (RA-GRS)
C.
Zone-redundant storage (ZRS)
D.
Locally-redundant storage (LRS)
How to approach this question
Identify the redundancy option that provides cross-region replication AND immediate read access to the secondary replica.
Full Answer
B.Read-access geo-redundant storage (RA-GRS)✓ Correct
Geo-redundant storage (GRS) copies data synchronously three times within a single physical location in the primary region, then copies it asynchronously to a single physical location in the secondary region. However, with standard GRS, the secondary region is not available for read access unless Microsoft initiates a failover. Read-access geo-redundant storage (RA-GRS) provides a secondary endpoint, allowing your application to read data from the secondary region at any time, ensuring high availability for read operations even during a primary region outage.
Common mistakes
Choosing standard GRS. Candidates forget that standard GRS does not allow read access to the secondary region prior to a failover.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert