0
0
Azurecloud~20 mins

Reliability pillar principles in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Reliability Mastery in Azure
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure Availability Zones

Which statement best describes the purpose of Azure Availability Zones in the context of the Reliability pillar?

AThey are a type of Azure virtual machine optimized for high compute workloads.
BThey are used to increase the speed of data transfer within a single datacenter.
CThey automatically back up data to an external cloud provider.
DThey provide isolated locations within an Azure region to protect applications from datacenter failures.
Attempts:
2 left
💡 Hint

Think about how to keep your app running even if one part of the datacenter stops working.

Architecture
intermediate
2:00remaining
Designing for Fault Tolerance in Azure

You want to design an Azure solution that continues working even if one virtual machine fails. Which Azure service or feature should you use?

AAzure Virtual Machine Scale Sets with multiple instances across Availability Zones.
BAzure Blob Storage with geo-redundant storage.
CAzure Functions with a single instance plan.
DAzure Virtual Network peering.
Attempts:
2 left
💡 Hint

Think about running many copies of your app to handle failures.

security
advanced
2:00remaining
Impact of Security on Reliability

Which security practice directly supports the Reliability pillar by preventing unauthorized changes that could cause downtime?

AUsing Azure Security Center to scan for malware on virtual machines.
BImplementing Azure Role-Based Access Control (RBAC) to limit who can modify resources.
CEncrypting data at rest using Azure Storage Service Encryption.
DConfiguring Azure Firewall to block all inbound traffic.
Attempts:
2 left
💡 Hint

Think about controlling who can change your cloud setup.

service_behavior
advanced
2:00remaining
Azure Service Behavior Under Failure

What happens to Azure SQL Database when a hardware failure occurs in the primary region configured with geo-replication?

AThe system automatically fails over to the secondary region with minimal downtime.
BThe primary database switches to read-only mode but continues serving queries.
CData is lost because geo-replication only backs up data once a day.
DThe database becomes unavailable until manual intervention restores it.
Attempts:
2 left
💡 Hint

Consider how geo-replication helps keep data available during failures.

Best Practice
expert
2:00remaining
Implementing Reliable Backup Strategies in Azure

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?

ACreate VM images only during initial deployment.
BRely on Azure Site Recovery without regular backups.
CUse Azure Backup service with application-consistent snapshots and retention policies.
DManually copy VM disks to a storage account once a month.
Attempts:
2 left
💡 Hint

Think about automated, consistent backups that can restore your VM state.