Which statement best describes the purpose of Azure Availability Zones in the context of the Reliability pillar?
Think about how to keep your app running even if one part of the datacenter stops working.
Azure Availability Zones are physically separate locations within an Azure region. They help keep applications running by isolating failures to one zone.
You want to design an Azure solution that continues working even if one virtual machine fails. Which Azure service or feature should you use?
Think about running many copies of your app to handle failures.
Virtual Machine Scale Sets allow you to run multiple VM instances across zones, so if one fails, others keep running.
Which security practice directly supports the Reliability pillar by preventing unauthorized changes that could cause downtime?
Think about controlling who can change your cloud setup.
Azure RBAC restricts permissions to only authorized users, reducing the risk of accidental or malicious changes that could cause outages.
What happens to Azure SQL Database when a hardware failure occurs in the primary region configured with geo-replication?
Consider how geo-replication helps keep data available during failures.
Geo-replication creates a readable secondary database in another region. If the primary fails, Azure automatically switches to the secondary to keep the database available.
You need to ensure your Azure virtual machines can be restored quickly after accidental deletion or corruption. Which backup strategy best supports the Reliability pillar?
Think about automated, consistent backups that can restore your VM state.
Azure Backup provides automated, application-consistent snapshots with retention policies, enabling quick and reliable recovery of VMs.