0
0
Azurecloud~20 mins

Storage redundancy (LRS, ZRS, GRS) in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Storage Redundancy Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure Storage Redundancy Options

Which Azure storage redundancy option ensures data is replicated synchronously within a single datacenter in the same region to protect against hardware failures but not against regional outages?

ALocally Redundant Storage (LRS)
BGeo-Redundant Storage (GRS)
CZone-Redundant Storage (ZRS)
DRead-Access Geo-Redundant Storage (RA-GRS)
Attempts:
2 left
💡 Hint

Think about which option keeps copies only within the same region.

service_behavior
intermediate
2:00remaining
Behavior of Zone-Redundant Storage (ZRS)

What is the main benefit of using Zone-Redundant Storage (ZRS) in Azure compared to Locally Redundant Storage (LRS)?

AZRS replicates data synchronously across multiple availability zones within the same region to protect against zone failures.
BZRS replicates data asynchronously to a secondary region for disaster recovery.
CZRS stores data only in a single datacenter to reduce latency.
DZRS provides read access to the secondary copy in a different region.
Attempts:
2 left
💡 Hint

Consider how ZRS protects against datacenter or zone failures within the same region.

Architecture
advanced
2:30remaining
Choosing Storage Redundancy for Disaster Recovery

You need to design an Azure storage solution that ensures data durability even if an entire Azure region becomes unavailable. Which redundancy option should you select?

ALocally Redundant Storage (LRS)
BGeo-Redundant Storage (GRS)
CZone-Redundant Storage (ZRS)
DNone of the above; use manual backups only.
Attempts:
2 left
💡 Hint

Think about which option replicates data to a different region.

security
advanced
2:30remaining
Impact of Storage Redundancy on Data Access Latency

Which Azure storage redundancy option can introduce higher read latency due to asynchronous replication to a distant region, potentially affecting read consistency?

ALocally Redundant Storage (LRS)
BZone-Redundant Storage (ZRS)
CGeo-Redundant Storage (GRS)
DRead-Access Geo-Redundant Storage (RA-GRS)
Attempts:
2 left
💡 Hint

Consider the effect of replicating data across regions asynchronously.

Best Practice
expert
3:00remaining
Optimizing Cost and Availability with Azure Storage Redundancy

You manage a critical application requiring high availability and durability but have a limited budget. Which Azure storage redundancy option balances cost and protection against zone failures without replicating data to another region?

AGeo-Redundant Storage (GRS)
BLocally Redundant Storage (LRS)
CZone-Redundant Storage (ZRS)
DRead-Access Geo-Redundant Storage (RA-GRS)
Attempts:
2 left
💡 Hint

Think about synchronous replication within the same region but across zones.