How does cloud computing help with disaster recovery compared to traditional on-premises approaches?
Cloud DR uses existing global infrastructure for replication and failover at far lower cost than duplicate on-premises sites.
Why this answer
Cloud computing supports disaster recovery by enabling geographic redundancy and automated failover across multiple Azure regions at a fraction of the cost of building and maintaining a secondary on-premises data center. Services like Azure Site Recovery and Azure Traffic Manager allow organizations to replicate workloads and automatically redirect traffic to a secondary region during an outage, reducing both recovery time objective (RTO) and recovery point objective (RPO) without the capital expenditure of a dedicated DR site.
Exam trap
The trap here is that candidates assume cloud DR is always faster and lossless, but Azure's asynchronous replication and DNS propagation delays mean that RTO and RPO are not guaranteed to be zero, and the 'always' and 'guarantee' in options C and D are absolute statements that are technically incorrect.
How to eliminate wrong answers
Option A is wrong because cloud computing does not eliminate the need for disaster recovery planning; organizations must still define RTO/RPO, configure replication, and test failover processes. Option C is wrong because cloud disaster recovery does not always provide faster recovery than on-premises DR; recovery speed depends on factors like replication type (asynchronous vs. synchronous), network latency, and the chosen Azure service tier (e.g., Azure Site Recovery vs. native geo-replication). Option D is wrong because cloud providers do not guarantee zero data loss; for example, Azure's geo-redundant storage (GRS) uses asynchronous replication, which can result in data loss of up to 15 minutes if a regional disaster occurs before replication completes.