Which statement best describes the primary function of Azure Site Recovery in disaster recovery?
Think about how Azure helps keep applications running when a whole data center fails.
Azure Site Recovery replicates workloads to a secondary location, allowing failover if the primary site is unavailable.
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?
Consider both replication and traffic routing for fast recovery.
Deploying in two regions with Traffic Manager and Site Recovery enables quick failover and minimal downtime.
During disaster recovery, which Azure feature ensures that replicated data is protected against unauthorized access both in transit and at rest?
Think about encryption for stored data and secure communication channels.
Azure Storage Service Encryption protects data at rest, and HTTPS secures data in transit during replication.
What happens to the Recovery Services Vault when you initiate a failover of a protected VM to the secondary Azure region?
Consider the vault's role and location relative to the VM replication.
The Recovery Services Vault stays in the primary region and manages replication and recovery points even after failover.
You want to minimize data loss during failover for a high-transaction database in Azure. Which approach best reduces the Recovery Point Objective (RPO)?
Think about replication methods that keep data copies closely synchronized.
Synchronous replication ensures data is written to both primary and secondary locations simultaneously, minimizing data loss.