Sign in to practice all 109 questions with progress tracking and AI explanations.
1. A multinational company must keep EU customer data within specified national boundaries; which Azure construct explains geographic data residency and compliance boundaries?
- A.Azure Geographies group physical regions to meet national data residency and compliance requirements for customers.✓ Correct
- B.Availability Zones replicate data across independent datacenters in the same region to satisfy national compliance rules automatically.
- C.Management Groups create physical data residency guarantees by moving resources between countries on demand for compliance needs.
- D.Resource Groups act as legal entities that enforce national data-handling laws and automatically restrict data to specific countries.
Explanation
Azure Geographies define data residency and compliance boundaries; other options confuse geographies with zones, management groups, or resource groups which don't change physical residency.
2. Why should an architect deploy critical resources to a regional pair rather than two random regions within the same geography?
- A.Regional Pairs are paired to provide sequential planned maintenance updates and prioritized disaster recovery alignment between the two regions.✓ Correct
- B.Any two regions in a geography are automatically a regional pair and offer identical sequential update behavior without explicit pairing by the user.
- C.Regional Pairs provide global load balancing across pairs and eliminate the need for application-level failover logic in all scenarios.
- D.Regional Pairs guarantee synchronous replication for all Azure services so no configuration is required to protect data.
Explanation
Regional Pairs are chosen to enable sequential updates and disaster recovery planning; other options overstate automation, pairing ubiquity, or replication guarantees.
3. A US federal agency requires a cloud with separate controls and compliance boundaries; which Azure offering best fits that requirement and why?
- A.Azure Government is a sovereign cloud that offers isolated infrastructure and compliance controls tailored to US government requirements and certifications.✓ Correct
- B.Azure China is the same as global Azure but with extra billing features for international customers and is recommended for US federal use.
- C.Management Groups are a sovereign offering that create separate physical infrastructure for government workloads within the public Azure control plane.
- D.Azure Regions inside the public global cloud can be designated as government-only by setting subscription flags to meet federal requirements.
Explanation
Azure Government is the sovereign cloud for US government compliance; other options misidentify Azure China or confuse management/region features with sovereign cloud separation.
4. When an application needs 99.99% uptime and protection from datacenter-level failures, which Azure feature and capability should the architect choose?
- A.Deploy instances across Availability Zones within a region because zones have independent power, cooling, and networking to meet high availability SLAs.✓ Correct
- B.Rely on a single Availability Zone since it provides full regional redundancy and avoids the complexity of multi-zone deployments.
- C.Use Resource Groups to automatically distribute VMs across independent power and cooling domains to meet the 99.99% SLA.
- D.Choose a Regional Pair and only a single datacenter inside it, because regional pairs guarantee datacenter-level redundancy automatically.
Explanation
Availability Zones provide independent infrastructure within a region for high availability; other options misattribute redundancy to resource groups or single-zone/regional-pair specifics.
5. You must ensure VMs are placed in specific datacenter zones for licensing constraints; which service behavior applies and how should placement be controlled?
- A.Zonal services like Virtual Machines require explicit placement into a specific Availability Zone when zone affinity matters for compliance or licensing reasons.✓ Correct
- B.Zone-redundant services always let you select an exact zone for each replica, providing deterministic placement for licensing requirements.
- C.Resource Groups automatically convert zonal services into zone-redundant services so manual placement is never required for VMs.
- D.Availability Zones assign zones at random for zonal services and cannot be explicitly selected by architects for placement-sensitive scenarios.
Explanation
Zonal services require explicit placement into chosen zones; zone-redundant services manage replicas automatically, and resource groups do not change zonal placement behavior.
Practice all 109+ questions in this domain
Start free practice →