0
0
Azurecloud~20 mins

Disaster recovery strategies in Azure - Practice Problems & Coding Challenges

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

Which statement best describes the primary function of Azure Site Recovery in disaster recovery?

AIt replicates virtual machines to a secondary region to enable failover during outages.
BIt automatically backs up databases to Azure Blob Storage every hour.
CIt monitors network traffic to prevent DDoS attacks during disasters.
DIt encrypts data at rest to protect against unauthorized access.
Attempts:
2 left
💡 Hint

Think about how Azure helps keep applications running when a whole data center fails.

Architecture
intermediate
2:00remaining
Choosing the right Azure disaster recovery architecture

You need to design a disaster recovery solution for a critical web app hosted in Azure. The app must recover within 15 minutes after a regional outage. Which Azure feature combination best meets this requirement?

AUse Azure Backup with geo-redundant storage and manual VM redeployment.
BUse Azure Blob Storage with locally redundant storage and scheduled snapshots.
CDeploy the app in two Azure regions with Azure Traffic Manager and Azure Site Recovery.
DConfigure Azure Firewall with automatic failover and Azure Monitor alerts.
Attempts:
2 left
💡 Hint

Consider both replication and traffic routing for fast recovery.

security
advanced
2:00remaining
Securing disaster recovery data in Azure

During disaster recovery, which Azure feature ensures that replicated data is protected against unauthorized access both in transit and at rest?

AAzure Firewall with IP whitelisting.
BAzure Disk Encryption combined with Azure VPN Gateway.
CAzure Active Directory Conditional Access policies only.
DAzure Storage Service Encryption with HTTPS enforced for replication traffic.
Attempts:
2 left
💡 Hint

Think about encryption for stored data and secure communication channels.

service_behavior
advanced
2:00remaining
Behavior of Azure Recovery Services Vault during failover

What happens to the Recovery Services Vault when you initiate a failover of a protected VM to the secondary Azure region?

AThe vault remains in the primary region and continues to manage replication and recovery points for the VM.
BThe vault duplicates itself in the secondary region and merges backup data automatically.
CThe vault migrates to the secondary region and pauses replication until failback is initiated.
DThe vault automatically switches to the secondary region and deletes backups in the primary region.
Attempts:
2 left
💡 Hint

Consider the vault's role and location relative to the VM replication.

Best Practice
expert
2:00remaining
Optimizing Recovery Point Objective (RPO) in Azure disaster recovery

You want to minimize data loss during failover for a high-transaction database in Azure. Which approach best reduces the Recovery Point Objective (RPO)?

AConfigure asynchronous replication with a 15-minute replication interval.
BUse synchronous replication with Azure SQL Database geo-replication enabled.
CEnable Azure Backup with incremental snapshots every hour.
DSchedule daily backups to Azure Blob Storage with geo-redundancy.
Attempts:
2 left
💡 Hint

Think about replication methods that keep data copies closely synchronized.