All practice questions

1186 questions

Question 901Question

An IT administrator is planning the deployment of several virtual machines and storage accounts in Azure. Which two statements correctly describe the structural and regional capabilities of Azure resource groups and resources? (Select two.)

Select all that apply

Show answer & explanation

Answer: A resource group can contain resources that reside in different Azure regions.; An individual Azure resource can only belong to a single resource group at a time.

Answer

A resource group can contain resources that reside in different Azure regions, and an individual Azure resource can only belong to a single resource group at a time.
The correct statements describe the flexible regional capabilities of resource groups and the strict containment rule of Azure resources. Specifically, a resource group is permitted to manage resources located in any Azure region because the group's location is only used to store deployment metadata. Additionally, every Azure resource must belong to exactly one resource group at any given time, preventing duplicate group ownership.

Step-by-Step Solution

1
Analyze the regional relationship between resource groups and resources.
Resource groups only store metadata in their designated region, allowing them to group resources regardless of their actual physical region.
This shows that resources in a resource group can be located in different regions.
2
Evaluate the containment and nesting rules of resource groups.
Resource groups cannot contain other resource groups, and each resource must belong to exactly one resource group.
This establishes that resource groups cannot be nested and resources cannot exist in multiple groups simultaneously.

Key Concept

Azure resource groups act as logical containers where resources can reside in different regions from the group itself, nesting is not supported, and resources must belong to exactly one group.
Estimated Time:1m 0s
Question 902Question

In Azure's architectural design, data replication between Availability Zones within a single region is performed asynchronously to maximize performance, whereas replication between Azure region pairs is performed synchronously to prevent data loss during regional disasters.

Show answer & explanation

Answer: False

Answer

False
The correct answer is False because Azure utilizes synchronous replication across Availability Zones to ensure zero data loss during a local datacenter outage, and asynchronous replication between region pairs to avoid application performance issues caused by the distance between regions.

Step-by-Step Solution

1
Analyze the latency constraints and replication type of Availability Zones.
Availability Zones are physically separate datacenters within the same region, connected by high-speed private fiber optics, which allows for synchronous replication.
Determining the proximity of Availability Zones explains why synchronous replication is viable for local high availability.
2
Analyze the latency constraints and replication type of Region Pairs.
Region pairs are geographically separated by hundreds of miles, requiring asynchronous replication to prevent write latency from slowing down applications in the primary region.
Determining the distance of region pairs explains why asynchronous replication must be used for disaster recovery.
3
Compare the analyzed details with the statement in the prompt.
The statement asserts that Availability Zones replicate asynchronously and region pairs replicate synchronously, which is the exact opposite of Azure's architecture.
Comparing the statement's claims against architectural facts reveals that the statement is false.

Key Concept

Availability Zones within a single region use synchronous replication due to low network latency, while Region Pairs separated by hundreds of miles use asynchronous replication to avoid performance bottlenecks.
Question 903Question

An administrator claims that implementing a disaster recovery (DR) plan is the primary method to ensure that an Azure-hosted application remains continuously available and running without any downtime during a localized hardware failure.

Show answer & explanation

Answer: False

Answer

False
The claim is false because the described functionality—maintaining continuous uptime during localized hardware failures—is the definition of High Availability. Disaster Recovery is focused on restoring application function and data after a major event, which generally involves an acceptable period of downtime.

Step-by-Step Solution

1
Analyze the administrator's claim about maintaining continuous availability with no downtime during localized failures.
The claim states that a disaster recovery plan is the primary method for achieving this.
To identify the specific cloud concept being referenced in the scenario.
2
Compare the scenario description with the definitions of High Availability (HA) and Disaster Recovery (DR).
Maintaining continuous operations and preventing downtime during local hardware failures is the definition of High Availability. Disaster Recovery is about recovering from catastrophic events and restoring service, which often accepts some downtime.
To determine if the administrator's statement is correct.

Key Concept

Disaster Recovery vs High Availability
Question 904Question

A healthcare provider plans to migrate a legacy health records application to Azure. The application requires direct access to the underlying operating system to configure custom registry keys and install kernel-level system drivers. To meet these requirements, the provider should deploy the application using Platform as a Service (PaaS) rather than Infrastructure as a Service (IaaS). Is this statement true or false?

Show answer & explanation

Answer: False

Answer

False
The statement is false because Infrastructure as a Service (IaaS) is the cloud service model that provides administrative access to the underlying operating system. Platform as a Service (PaaS) abstracts the operating system layer, preventing customers from installing custom kernel-level drivers or making registry modifications.

Step-by-Step Solution

1
Analyze the application requirements.
The application requires direct operating system access for custom registry configurations and kernel-level drivers.
Identifying the required level of control over the infrastructure is necessary to select the correct cloud service model.
2
Compare the access levels of IaaS and PaaS.
IaaS (e.g., Azure VMs) provides full administrative control over the OS, while PaaS abstracts and manages the OS, restricting customer access.
Understanding the division of responsibility and access limits between the two models determines which one supports custom OS configurations.
3
Evaluate the statement.
The statement recommends PaaS instead of IaaS, which contradicts the required operating system access.
Since IaaS is required for OS-level configurations, recommending PaaS makes the statement false.

Key Concept

Operating system administrative access in Infrastructure as a Service (IaaS)
Question 905Question

A company's cloud engineering team is deploying a web application using Azure App Service and Azure SQL Database. The team decides to place all related web resources into a single resource group for easier lifecycle management. The resource group is configured in the East US region. Which of the following is a valid configuration for these resources and their resource group?

Show answer & explanation

Answer: The Azure SQL Database can be deployed to the West US region while remaining in the East US resource group.

Answer

The Azure SQL Database can be deployed to the West US region while remaining in the East US resource group.
The correct option is correct because Azure resources do not need to share the same region as the resource group that contains them. A resource group can contain resources deployed across different geographical regions, as the resource group's location is only used to store deployment metadata.

Step-by-Step Solution

1
Analyze the relationship between the location of a resource group and the location of the resources inside it.
A resource group's location specifies where its deployment metadata is stored. However, the resources inside the resource group can be located in any supported Azure region.
To verify if resources are restricted to the region of their resource group.
2
Evaluate the possibility of nesting resource groups in Azure.
Azure does not support nesting resource groups. A resource group is a flat logical container.
To eliminate configurations that assume nesting is supported.
3
Check the behavior of tag inheritance between resource groups and resources.
By default, resource tags applied at the resource group level do not automatically propagate or inherit down to individual resources.
To verify if the tag propagation option is valid.

Key Concept

Azure Resource Group boundaries and capabilities
Estimated Time:1m 0s
Question 906Question

A financial services company is planning to migrate its core application to Azure. The application architecture must satisfy two key requirements:
1. It must remain operational in the event of a local power, cooling, or hardware failure within the primary datacenter.
2. It must support a disaster recovery plan that replicates data to a secondary region located at least 300 miles away, while ensuring compliance with strict data residency regulations that prohibit data from leaving the country of origin.

Which deployment strategy should the company implement to meet these requirements?

Show answer & explanation

Answer: Deploy the virtual machines across multiple Availability Zones in the primary region, and configure database replication to the primary region's designated Azure Region Pair.

Answer

Deploying the virtual machines across multiple Availability Zones in the primary region and configuring database replication to the primary region's designated Azure Region Pair.
To protect against local datacenter outages (like power or cooling failures), resources should be distributed across multiple Availability Zones in the primary region, as each zone represents a unique physical location with independent power, cooling, and networking. To protect against a regional disaster while meeting strict data residency laws, data replication should target the region's designated Azure Region Pair, which is located in the same geography (usually the same country) and is positioned at least 300 miles away.

Step-by-Step Solution

1
Analyze the high availability requirement within the primary region to protect against localized datacenter failures (power, cooling, hardware).
Determine that deploying resources across multiple Availability Zones in the primary region provides physical isolation within the region.
Each Availability Zone is a unique physical location with independent power, cooling, and networking.
2
Analyze the disaster recovery and data residency requirements for replicating data to a secondary region.
Determine that using the region's designated Azure Region Pair within the same geography (country) satisfies the 300-mile distance requirement and maintains data residency compliance.
Azure Region Pairs are always located within the same geography/country boundary (with the exception of Brazil South) and are at least 300 miles apart to protect against regional disasters.

Key Concept

Azure Regions, Availability Zones, and Region Pairs
Question 907Question

Determine whether the following statement is true or false:

To implement a private cloud model, an organization must physically own, operate, and locate all hosting hardware within its own on-premises datacenter.

Show answer & explanation

Answer: False

Answer

The statement is false. A private cloud can be hosted by a third-party service provider in an off-premises datacenter, provided the infrastructure is dedicated exclusively to a single organization.
The statement is false because private cloud environments are defined by single-tenancy (exclusive access to resources by one organization) rather than physical location or direct ownership of the hardware. A private cloud can be hosted off-premises by a third-party service provider.

Step-by-Step Solution

1
Identify the defining characteristic of a private cloud model.
A private cloud is defined by single-tenancy, meaning the resources are dedicated to a single organization.
To distinguish private cloud from other models based on tenancy rather than physical location.
2
Analyze the hosting options for a private cloud.
A private cloud can be hosted on-premises or by a third-party service provider in an off-premises datacenter.
To determine if physical ownership and on-premises location are mandatory conditions.
3
Evaluate the truth value of the statement.
Since a private cloud can be hosted by a third party off-premises, the statement claiming it must be located on-premises and owned by the organization is false.
To arrive at the final correct answer.

Key Concept

Private Cloud Hosting and Tenancy
Question 908Question

A company plans to deploy an application on a newly created Azure Virtual Machine. Is the statement 'Microsoft automatically applies operating system updates and security patches to the guest operating system of the virtual machine' true or false?

Show answer & explanation

Answer: False

Answer

False
The correct answer is False because under the Azure shared responsibility model, Virtual Machines are an Infrastructure as a Service (IaaS) offering, which means the customer is responsible for managing, updating, and patching the guest operating system.

Step-by-Step Solution

1
Identify the service category of Azure Virtual Machines.
Azure Virtual Machines fall under Infrastructure as a Service (IaaS).
Understanding the service category is necessary to apply the correct shared responsibility model boundaries.
2
Determine the division of responsibilities for operating system updates in IaaS.
In IaaS, the customer is responsible for managing, configuring, and updating the guest operating system, while Microsoft manages the physical infrastructure and virtualization layer.
Evaluating who patches the guest OS determines the truth value of the statement.

Key Concept

Azure Virtual Machines guest operating system management responsibility
Question 909Question

An administrator is reorganizing an Azure environment to apply unified governance policies. Is the statement that moving an Azure subscription to a different parent management group automatically transfers the billing ownership of the subscription to the billing account associated with the target management group true or false?

Show answer & explanation

Answer: False

Answer

False
The statement is false because moving an Azure subscription to a different management group only alters its position in the governance hierarchy. This move changes which Azure policies and RBAC roles the subscription inherits, but it has no effect on billing ownership or financial agreements, which are governed by the billing account.

Step-by-Step Solution

1
Analyze the components of the Azure hierarchy mentioned in the statement: subscriptions, management groups, and billing ownership.
Identify that management groups are governance containers and subscriptions are billing boundaries.
To determine the relationship between governance hierarchy and billing responsibility.
2
Evaluate the impact of moving a subscription to a different parent management group.
Understand that the subscription inherits policies and RBAC roles from the new parent management group.
Management groups organize subscriptions for unified governance.
3
Determine if billing ownership is tied to management group membership.
Recognize that billing accounts and profiles manage billing ownership, and these are decoupled from the management group governance hierarchy.
To verify if the governance change triggers a billing change.

Key Concept

Management groups are used for governance (policy and RBAC inheritance) across subscriptions, while billing ownership is managed independently through Azure billing accounts.
Question 910Question

A university IT department plans to deploy a new student registration portal using Azure App Service, which is a Platform as a Service (PaaS) offering. Which two statements describe the responsibilities under this PaaS deployment model?

Select all that apply

Show answer & explanation

Answer: The cloud provider is responsible for maintaining the virtualized hardware and patching the operating system.; The university is responsible for deploying and configuring the application code.

Answer

The cloud provider is responsible for maintaining the virtualized hardware and patching the operating system, and the university is responsible for deploying and configuring the application code.
In a PaaS deployment like Azure App Service, the cloud provider takes care of the physical hardware, network, virtualization layer, and operating system patching. The customer is solely responsible for developing, deploying, and configuring their application code.

Step-by-Step Solution

1
Identify the cloud service model referenced in the scenario.
The scenario specifies Azure App Service, which is a Platform as a Service (PaaS) offering.
Understanding the service model determines the boundary of responsibilities between the customer and the cloud provider.
2
Determine infrastructure responsibilities under PaaS.
The cloud provider manages the physical server hardware, virtualization layer, and operating system updates/patching.
PaaS minimizes the customer's administrative overhead by offloading operating system and hardware management to the provider.
3
Determine application and data responsibilities under PaaS.
The customer (the university) remains responsible for deploying their application code and configuring application-level settings, while also managing data and user access.
Under the shared responsibility model, the customer always controls their application and who has access to it.

Key Concept

Under Platform as a Service (PaaS), the cloud provider manages the physical infrastructure, virtualization, and operating system patching, while the customer is responsible for the application code, configuration, and data access.
Estimated Time:1m 0s
Question 911Question

An organization is designing a governance and resource hierarchy in Azure. They plan to use management groups, subscriptions, and resource groups to organize their cloud infrastructure. Which two statements correctly describe the capabilities and restrictions of these Azure management components?

Select all that apply

Show answer & explanation

Answer: A management group can contain multiple Azure subscriptions, but it cannot directly contain individual Azure resources.; An Azure resource group can contain resources that reside in different Azure regions.

Answer

A management group can contain multiple Azure subscriptions, but it cannot directly contain individual Azure resources; and an Azure resource group can contain resources that reside in different Azure regions.
A management group acts as a container for subscriptions and other management groups, but it cannot hold individual resources directly. Resources must be deployed inside resource groups. Furthermore, resource groups are logical containers that store resource metadata, and resources within a single resource group are not restricted to the resource group's region, allowing them to reside in different geographical locations.

Step-by-Step Solution

1
Analyze the management group containment rules.
Management groups organize subscriptions and management groups into a hierarchy. They cannot contain individual resources directly.
This confirms that management groups are purely logical containers for subscriptions and policy management.
2
Evaluate the regional flexibility of resource groups.
A resource group's location is only for storing its metadata. The resources inside the group can be located in other Azure regions.
This verifies that resources do not need to match the resource group's geographical region.
3
Identify and rule out common misconceptions.
Resource groups cannot be nested, and resources are not restricted to the region of their resource group.
This eliminates the incorrect choices that assume nesting is possible and that resource locations are restricted by their groups.

Key Concept

Governance and resource organization in Azure using resource groups, subscriptions, and management groups.
Estimated Time:1m 30s
Question 912Question

An Azure administrator applies a tag with the key-value pair 'CostCenter: 10021' to an Azure resource group named 'Production-RG'. The administrator then deploys an Azure Virtual Machine and an Azure Storage account inside 'Production-RG' without applying any tags directly to these resources. When viewing the cost analysis in Azure Cost Management grouped by the 'CostCenter' tag, how will the costs of the Virtual Machine and the Storage account be represented?

Show answer & explanation

Answer: The costs will be grouped under the 'Untagged' label because resources do not automatically inherit tags from their parent resource group.

Answer

The costs will be grouped under the 'Untagged' label because resources do not automatically inherit tags from their parent resource group.
In Azure, resources do not automatically inherit tags applied to their containing resource group. Therefore, when grouping cost analysis by a tag, any resource without the tag applied directly to it is grouped under the 'Untagged' category.

Step-by-Step Solution

1
Analyze the tag application boundary in Azure.
The tag 'CostCenter: 10021' is applied only to the resource group 'Production-RG', not to the individual resources inside it.
To determine how costs are grouped, we must check where the tag is explicitly applied.
2
Apply the Azure tag inheritance rule.
Azure resources do not inherit tags from their parent resource group.
Since the Virtual Machine and Storage account have no direct tags, they remain untagged for this specific key.
3
Determine how the costs will be grouped in Azure Cost Management.
The cost analysis tool groups the costs of these resources under the 'Untagged' label.
Grouping by a tag key only includes resources that have that tag key explicitly applied.

Key Concept

Azure resource tags are not inherited from resource groups to individual resources.
Question 913Question

An enterprise cloud operations team is configuring monitoring tools to maintain the health of their cloud environment. The team wants to deploy Azure Monitor to collect, analyze, and act on telemetry data from their cloud and on-premises environments.

Which two of the following tasks can be performed specifically using Azure Monitor? (Select TWO options.)

Select all that apply

Show answer & explanation

Answer: Collecting and alerting on host-level CPU utilization metrics from an Azure Virtual Machine.; Querying transaction logs to analyze response times in a custom web application.

Answer

Azure Monitor is used to collect and alert on host-level CPU utilization metrics from virtual machines, as well as query transaction logs to analyze response times in web applications.
Azure Monitor is focused on collecting, analyzing, and acting on telemetry from your specific resources (such as VM CPU metrics) and custom applications (such as querying transaction logs to analyze web application response times). These activities fall under Azure Monitor Metrics, Log Analytics, and Application Insights.

Step-by-Step Solution

1
Identify the primary function of the requested tool.
Azure Monitor is designed to track performance and telemetry data of your specific Azure resources and applications.
This helps distinguish it from other tools like Azure Service Health which monitor the health of Azure's global platform.
2
Evaluate the choices against Azure Monitor capabilities.
Monitoring VM metrics (like CPU utilization) and querying application logs for performance (like response times) are core capabilities of Azure Monitor Metrics and Log Analytics/Application Insights. In contrast, tracking scheduled maintenance or global service outages is the role of Azure Service Health.
This determines which options are correct and which belong to Azure Service Health.

Key Concept

Azure Monitor vs. Azure Service Health
Question 914Question

A logistics company utilizes an Azure-based package tracking application. During a localized storm, tracking requests spike unpredictably. The underlying Azure infrastructure automatically allocates additional virtual machine instances to handle the load and deallocates them as soon as request volume returns to normal. Is this automatic allocation and deallocation of resources in response to immediate, fluctuating demand known as high availability?

Show answer & explanation

Answer: False

Answer

False
The statement is false because the capability to automatically and dynamically scale resources up/out and down/in to match demand is defined as elasticity, whereas high availability ensures the application remains online and accessible through redundancy.

Step-by-Step Solution

1
Analyze the scenario details.
The scenario describes the system automatically adding virtual machines during peak demand and removing them when demand drops.
To identify the cloud concept related to dynamic resource scaling.
2
Define high availability and elasticity.
Elasticity is the automatic scaling of resources to meet demand. High availability is maintaining service uptime and accessibility despite failures.
To compare the behavior described in the scenario with official cloud concepts.
3
Evaluate the statement.
Since the scenario describes elasticity but asks if it is high availability, the statement is false.
To determine the final true/false answer.

Key Concept

Cloud Concepts: Elasticity vs High Availability
Question 915Question

An organization plans to host containerized and web applications in Azure. Which two of the following statements about Azure compute services are correct?

Select all that apply

Show answer & explanation

Answer: Azure Container Instances (ACI) is designed to run containers quickly without the need to manage virtual machines or configure servers.; Azure Kubernetes Service (AKS) provides full container orchestration capabilities, including service discovery and multi-container scheduling.

Answer

Azure Container Instances (ACI) is designed to run containers quickly without the need to manage virtual machines or configure servers, and Azure Kubernetes Service (AKS) provides full container orchestration capabilities, including service discovery and multi-container scheduling.
The correct statements are that Azure Container Instances (ACI) runs containers without VM management, and Azure Kubernetes Service (AKS) provides container orchestration. ACI is serverless and handles infrastructure provisioning automatically, while AKS is designed specifically for orchestration features like scheduling and service discovery across multiple containers.

Step-by-Step Solution

1
Identify the features of Azure Container Instances (ACI).
ACI is a serverless, single-container execution service that does not require managing underlying VMs.
This confirms the statement about ACI running containers without VM management is correct.
2
Identify the features of Azure Kubernetes Service (AKS).
AKS is a managed Kubernetes service offering orchestration, routing, scaling, and scheduling for container clusters.
This confirms the statement about AKS offering container orchestration and service discovery is correct.
3
Evaluate the incorrect statements against Azure's shared responsibility model and compute service definitions.
The statements claiming ACI provides complex orchestration and that App Service requires manual OS patching are incorrect.
AKS, not ACI, manages complex orchestration, and Microsoft, not the customer, manages OS patching for PaaS services like App Service.

Key Concept

Azure Container Instances (ACI), Azure Kubernetes Service (AKS), and Azure App Service differences and responsibilities
Question 916Question

A software development team plans to deploy a custom Node.js application to Azure App Service, which is a Platform as a Service (PaaS) offering. Under the shared responsibility model for PaaS, which of the following tasks is the responsibility of the development team?

Show answer & explanation

Answer: Configuring application settings and writing the custom code

Answer

Configuring application settings and writing the custom code
The responsibility for configuring application settings and writing custom code lies with the customer in a Platform as a Service (PaaS) model. The cloud provider handles the underlying infrastructure, operating system, and runtime environment.

Step-by-Step Solution

1
Identify the cloud service model being used in the scenario.
The scenario specifies Azure App Service, which is a Platform as a Service (PaaS) model.
Understanding the service model helps determine the division of responsibilities.
2
Determine the division of responsibilities under the PaaS shared responsibility model.
In PaaS, the cloud provider manages the physical infrastructure, virtualization, operating system, and middleware. The customer manages the application and its data.
This isolates the tasks that fall to the development team.
3
Evaluate the choices to find the task that belongs to the customer.
Developing the application code and configuring settings is a customer task, while OS patching, VM management, and SaaS software updates are not.
This confirms the correct choice.

Key Concept

Under the Platform as a Service (PaaS) shared responsibility model, the cloud provider manages the physical infrastructure, operating system, and middleware, while the customer is responsible for the application code, configurations, and data.
Estimated Time:45s
Question 917Question

A financial services company is migrating its core transaction system to Microsoft Azure. The company needs to design a solution that will restore operations in a separate geographical region if the primary region suffers a complete, catastrophic outage due to a natural disaster. Which cloud concept is directly addressed by this design requirement?

Show answer & explanation

Answer: Disaster recovery

Answer

Disaster recovery is the cloud concept directly addressed by this requirement.
Disaster recovery is the correct answer because it specifically deals with restoring systems and applications in a secondary location or geographical region when a catastrophic event takes down the primary infrastructure.

Step-by-Step Solution

1
Analyze the business requirement in the scenario.
The requirement is to restore operations in a separate geographical region following a complete outage of the primary region.
This establishes that the solution must handle regional catastrophic failures rather than localized resource issues.
2
Compare the requirement to key cloud concepts.
Disaster recovery is the process of restoring systems after a disaster, often using a secondary geographic region. High availability focuses on local redundancy, while elasticity handles auto-scaling. Availability Zones are boundaries within a single region.
Differentiating these concepts leads to the correct identification of disaster recovery.

Key Concept

Disaster recovery provides the capability to restore systems and data in a secondary location when a primary site fails due to a catastrophic event.
Estimated Time:45s
Question 918Question

An animation studio deploys several Azure Virtual Machines (IaaS) to run proprietary 3D rendering software that requires custom graphics driver configurations. Under the shared responsibility model, which of the following tasks is the responsibility of Microsoft?

Show answer & explanation

Answer: Maintaining the physical server hardware and hypervisor infrastructure

Answer

Maintaining the physical server hardware and hypervisor infrastructure
Maintaining the physical server hardware and hypervisor infrastructure is correct because in the Infrastructure as a Service (IaaS) model, Microsoft is responsible for managing the physical infrastructure, physical security, power, cooling, and the virtualization hypervisor that hosts the virtual machines.

Step-by-Step Solution

1
Identify the cloud service model used in the scenario.
The scenario mentions Azure Virtual Machines, which belongs to the Infrastructure as a Service (IaaS) category.
Understanding the service model is necessary to apply the correct shared responsibility boundaries.
2
Determine the boundary of responsibility between the customer and Microsoft for IaaS.
In IaaS, Microsoft manages the physical hosts, datacenters, and the virtualization layer. The customer manages the guest operating system, middleware, databases, applications, and network controls.
This boundary distinguishes which management tasks belong to which party.
3
Evaluate the options against the identified responsibilities to find Microsoft's task.
Maintaining the physical server hardware and hypervisor infrastructure is managed by Microsoft, while guest OS patching, middleware/database management, and application licensing are customer responsibilities.
This identifies the correct task that Microsoft is responsible for.

Key Concept

Infrastructure as a Service (IaaS) Shared Responsibility Model
Question 919Question

A company is planning to migrate a legacy retail application to Azure. The architecture team needs to ensure the application remains running even if a physical datacenter within the target region experiences a power outage. Evaluate the following statement: Deploying the application's virtual machines across multiple Azure Availability Zones in the same region protects the application from a localized datacenter power failure. Is this statement true or false?

Show answer & explanation

Answer: True

Answer

True
Deploying virtual machines across multiple Availability Zones in the same region ensures that if one zone experiences a localized power outage, the other zones remain operational and can handle the traffic.

Step-by-Step Solution

1
Analyze the requirements for resilience against datacenter outages.
The company wants to protect the application from a physical datacenter power outage within a single region.
This is a local disaster recovery and high availability scenario limited to a single region.
2
Evaluate the architectural capability of Azure Availability Zones.
Availability Zones are physically isolated datacenters within a region with independent power, cooling, and networking infrastructure.
Deploying resources across multiple zones ensures that the failure of one zone does not affect the others, protecting the application from localized failures.

Key Concept

Azure Availability Zones are designed to provide high availability within a single region by isolating resources across physically separate datacenters with independent infrastructure.
Estimated Time:45s
Question 920Question

An administrator is designing a resource layout for a new multi-tier application. The architecture design includes a resource group named rg-app-prod located in the East US region. The plan specifies that all frontend web servers must be deployed in the West US region but placed within rg-app-prod. Additionally, to organize database resources separately, the plan proposes creating a nested resource group named rg-app-db inside rg-app-prod. Which statement correctly describes the feasibility of this planned deployment?

Show answer & explanation

Answer: The deployment is partially supported; resources can be deployed in a different region than their containing resource group, but resource groups cannot be nested.

Answer

The deployment is partially supported; resources can be deployed in a different region than their containing resource group, but resource groups cannot be nested.
The deployment is partially supported because Azure permits resources to be deployed in a region different from their resource group. The resource group's location is only used to store metadata about the resources. However, Azure resource groups cannot contain other resource groups, so nested resource groups are not allowed.

Step-by-Step Solution

1
Analyze the rule for resource locations in relation to resource groups.
Resources do not inherit their resource group's location and can reside in different Azure regions.
The resource group location determines where metadata is stored, not where actual resource instances must run.
2
Analyze the hierarchy rule for resource groups.
Resource groups cannot contain other resource groups (no nesting is allowed).
Azure Resource Manager uses a flat structure for resource groups within a subscription.
3
Combine these rules to determine the overall support status.
Deploying West US resources in an East US resource group is supported, but nesting resource groups is not supported.
This makes the overall deployment design only partially supported.

Key Concept

Azure Resource Group containment rules, location independence, and flat hierarchy structure
Estimated Time:2m 0s
PreviousPage 46 / 60Next
All practice questions — Microsoft Azure Fundamentals (AZ-900) | Examkin