All practice questions

1186 questions

Question 881Question

A company plans to deploy a multi-tier web application in Azure. The deployment architecture requires resources to be distributed across different geographical locations for high availability, while keeping billing and administrative access segregated for different departments.

Which two configuration guidelines are valid when designing the Azure resource hierarchy? (Select two)

Select all that apply

Show answer & explanation

Answer: Deploying resources in different Azure regions than the region of the resource group they belong to; Using separate subscriptions to enforce distinct billing boundaries and access control limits across departments

Answer

Deploying resources in different Azure regions than the region of the resource group they belong to, and using separate subscriptions to enforce distinct billing boundaries and access control limits across departments.
Deploying resources in different regions than their resource groups is valid because a resource group's location only determines where its metadata is stored. Additionally, using separate subscriptions is a valid configuration as subscriptions represent a billing and access management boundary in Azure.

Step-by-Step Solution

1
Analyze the relationship between Azure resources and resource groups.
Confirm that a resource group's location is for storing metadata and does not restrict the location of the resources it contains, nor do resources inherit the resource group's location.
This evaluates the region and nesting properties of resource groups.
2
Evaluate resource group nesting constraints.
Identify that resource groups cannot be nested inside other resource groups.
This rules out hierarchical nesting solutions for resource groups.
3
Examine the function of Azure subscriptions in the resource hierarchy.
Confirm that subscriptions act as logical boundaries for billing and access control (RBAC).
This determines if subscriptions meet the requirement of segregating billing and administration.

Key Concept

Azure resource groups hold metadata and have no region restrictions on resources, while subscriptions establish logical boundaries for billing and access control.
Question 882Question

When monitoring the internal performance metrics—such as CPU percentage and memory usage—of an individual Azure Virtual Machine, you must configure Azure Service Health to collect and display these resource-level metrics. Is this statement true or false?

Show answer & explanation

Answer: False

Answer

The statement is false because Azure Monitor is used to collect and analyze resource-level performance metrics, whereas Azure Service Health provides information about the status of Azure services and regions.
The correct answer is false. Azure Monitor is the dedicated monitoring service for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments, including individual resource metrics like CPU and memory. Azure Service Health does not monitor individual resource performance; instead, it reports on the status of Azure services and regions that could affect your subscription.

Step-by-Step Solution

1
Analyze the monitoring requirement.
The requirement is to collect and monitor resource-level metrics (CPU percentage and memory usage) for a specific Azure Virtual Machine.
To determine the monitoring scope and identify the correct tool designed for resource-level telemetry.
2
Compare the functions of Azure Service Health and Azure Monitor.
Azure Monitor collects performance metrics and logs from Azure resources (like VMs). Azure Service Health tracks the availability and status of Azure's global and regional services (like App Service or VMs globally in a region).
To evaluate if Azure Service Health is the correct service for the VM-specific performance monitoring task.

Key Concept

Azure Monitor vs. Azure Service Health
Question 883Question

A company plans to migrate its legacy remote desktop environment to Azure Virtual Desktop. Under the Azure shared responsibility model for Azure Virtual Desktop, Microsoft manages the virtualization infrastructure and control plane services, including the web portal, connection broker, and gateway. Is it true that Microsoft is also responsible for patching the operating systems and managing the applications installed on the session host virtual machines?

Show answer & explanation

Answer: False

Answer

The statement is false. In Azure Virtual Desktop, the customer is responsible for patching the operating systems and managing applications on the session host virtual machines.
The correct answer is false. While Microsoft manages the virtualization infrastructure and control plane services for Azure Virtual Desktop, the customer is responsible for managing the guest operating systems, applications, and user profiles on the session host virtual machines.

Step-by-Step Solution

1
Identify the boundary of the managed control plane in Azure Virtual Desktop.
Microsoft manages the connection broker, gateway, web portal, and diagnostics database.
This establishes what components are handled by Microsoft as a service.
2
Identify the deployment model and ownership of the session host virtual machines.
Session hosts are standard Azure Virtual Machines (IaaS) deployed within the customer's subscription.
Determining where these VMs run helps map them to the correct shared responsibility model.
3
Apply the shared responsibility model to IaaS resources.
For Infrastructure as a Service (IaaS), the customer is responsible for managing the guest operating system, applications, network security, and identity infrastructure.
This determines who is responsible for patching and app management on the VMs.
4
Evaluate the statement in the question stem based on these responsibilities.
Microsoft is not responsible for VM patching or app management; the customer is. Therefore, the statement is false.
This provides the final determination for the true/false question.

Key Concept

Shared Responsibility Model for Azure Virtual Desktop
Question 884Question

An organization wants to host a web application in Azure. They want a service that automatically handles hardware maintenance, operating system patching, and scaling of the web application, without requiring them to configure virtual machines or container orchestration. Which Azure service should they use?

Show answer & explanation

Answer: Azure App Service

Answer

Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering that allows you to host web applications. In a PaaS model, Microsoft manages the hardware, operating system, and web server patching, allowing you to focus on the application code. It also supports automatic scaling to handle varying traffic.

Step-by-Step Solution

1
Identify the hosting requirements from the scenario.
The requirements are: hosting a web application, automatic hardware/OS patching, automatic scaling, and no VM or container orchestration management.
Understanding the operational constraints helps eliminate incompatible service models.
2
Compare the hosting requirements against Azure compute service categories.
Platform as a Service (PaaS) fits because it removes OS management, and Azure App Service is the specific PaaS offering designed for web applications.
Evaluating standard Azure compute options determines the exact service that fulfills the organization's criteria.

Key Concept

PaaS offerings vs. IaaS and Container hosting in Azure
Estimated Time:45s
Question 885Question

Match each cloud model to the workload scenario that best illustrates its implementation.

Click a left item, then click its matching right item

Items

Public cloud
Private cloud
Hybrid cloud
Multi-cloud

Matches

Show answer & explanation

Answer

Public cloud matches the online education portal scenario. Private cloud matches the healthcare provider scenario. Hybrid cloud matches the research institute scenario. Multi-cloud matches the SaaS provider scenario.
The correct matches align the scenarios based on infrastructure ownership, sharing, and combination. Public cloud uses shared public infrastructure, private cloud uses dedicated single-tenant infrastructure, hybrid cloud combines on-premises and public cloud, and multi-cloud uses multiple public cloud providers.

Step-by-Step Solution

1
Analyze the public cloud scenario.
Identify that the online education portal uses shared infrastructure on Microsoft Azure, which is owned by a third-party and shared with other tenants. This maps to the public cloud model.
Public cloud workloads run on multi-tenant, shared infrastructure owned by cloud providers.
2
Analyze the private cloud scenario.
Identify that the healthcare provider uses a dedicated hardware cluster in a local data center that is not shared with others. This maps to the private cloud model.
Private cloud workloads run on single-tenant hardware dedicated exclusively to one organization.
3
Analyze the hybrid cloud scenario.
Identify that the research institute uses on-premises infrastructure combined with Azure Virtual Machines. This maps to the hybrid cloud model.
Hybrid cloud integrates on-premises or private cloud environments with public cloud services.
4
Analyze the multi-cloud scenario.
Identify that the SaaS provider uses multiple public cloud providers (AWS and Azure) to leverage specific services. This maps to the multi-cloud model.
Multi-cloud refers to using services from two or more public cloud providers.

Key Concept

Cloud deployment models (Public, Private, Hybrid, Multi-cloud) define where resources are deployed, who owns the physical hardware, and how those resources are accessed.
Estimated Time:1m 30s
Question 886Question

An administrator is planning the resource hierarchy and governance model for a new Azure environment.

Determine if the following statement is true or false:

To simplify policy administration, an administrator can assign individual Azure resources, such as virtual machines and storage accounts, directly to an Azure management group.

Show answer & explanation

Answer: False

Answer

False
The correct answer is False because the Azure resource hierarchy dictates that management groups can only contain other management groups and Azure subscriptions. Individual resources, such as virtual machines and storage accounts, must be created inside resource groups, which in turn belong to subscriptions.

Step-by-Step Solution

1
Analyze the levels of the Azure resource hierarchy from top to bottom.
The hierarchy starts with Management Groups at the top, followed by Subscriptions, Resource Groups, and finally individual Azure Resources.
Understanding the structure is essential to determine which containers can hold which items.
2
Identify the allowed contents for Azure management groups.
Management groups can only contain other management groups (child management groups) or Azure subscriptions.
This establishes the boundary of what can be placed inside a management group.
3
Determine if individual resources can bypass the subscription and resource group levels to reside directly in a management group.
They cannot. Every Azure resource must reside in a resource group, and every resource group must belong to a subscription.
This confirms that the statement is false.

Key Concept

Azure resource hierarchy and management group containment rules
Question 887Question

An IT administrator is configuring a backup and disaster recovery strategy for an application hosted in Azure. The administrator is reviewing how Azure region pairs function to ensure data residency and service continuity during an outage. Which two statements are true regarding Azure region pairs? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: They are separated by a physical distance of at least 300 miles (480 km) when possible to protect against regional disasters.; Azure performs planned system updates to paired regions sequentially to minimize the risk of simultaneous application downtime.

Answer

Azure region pairs are separated by a physical distance of at least 300 miles (480 km) when possible to protect against regional disasters, and Azure performs planned system updates to paired regions sequentially to minimize the risk of simultaneous application downtime.
The correct statements describe the key features of Azure region pairs: they are physically separated by a distance of at least 300 miles (480 km) to safeguard against broad regional disasters, and Azure manages updates sequentially to avoid simultaneous downtime in both paired regions.

Step-by-Step Solution

1
Analyze the requirements for data residency and disaster recovery in the scenario.
Identify that Azure region pairs are designed to provide physical isolation (at least 300 miles apart) and follow specific update rules to ensure continuity.
To determine which features of region pairs align with disaster recovery and service continuity.
2
Evaluate the given statements about Azure region pairs.
Identify that region pairs are physically separated by 300 miles and receive updates sequentially, while Availability Zones do not span across regions, and region pairs do not replace local high availability configuration.
To select the two correct features that accurately describe region pairs.

Key Concept

Azure Region Pairs
Estimated Time:1m 0s
Question 888Question

A logistics company hosts its delivery tracking application in Microsoft Azure. The company wants to guarantee that the application can recover from unexpected database failures and continue to function with minimal disruption.

Which cloud benefit is primarily demonstrated by this ability to recover from failures and remain operational?

Show answer & explanation

Answer: Reliability

Answer

Reliability
Reliability is defined as the ability of a system to recover from failures and continue to function. In this scenario, the system's capability to recover from database failures and maintain operational status directly demonstrates reliability.

Step-by-Step Solution

1
Analyze the business requirement in the scenario.
The logistics company needs its system to recover from database failures and continue operating.
Identifying the core technical need is the first step in mapping it to a cloud characteristic.
2
Map the requirement to the correct cloud definition.
The definition of reliability is the ability of a system to recover from failures and continue to function.
This direct mapping confirms that reliability is the characteristic being demonstrated.

Key Concept

Cloud Reliability
Question 889Question

A company needs to host a new HTTP-based web API. The development team wants to deploy their application code directly to Azure without managing container configurations or configuring virtual machines. They also require that the underlying operating system is kept secure and patched by the cloud provider. Which Azure service should the company choose?

Show answer & explanation

Answer: Azure App Service

Answer

Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering designed specifically for hosting web applications and APIs. It allows developers to deploy their application code directly (using supported runtimes like Node.js or .NET) without containerizing it. As a PaaS service, the underlying hardware, operating system, and web server patching are fully managed by Microsoft.

Step-by-Step Solution

1
Analyze the application requirements.
The application is a web API, the team wants to deploy code directly (without containers), and the cloud provider must manage operating system patching.
This establishes the hosting and management criteria to evaluate the Azure compute services.
2
Compare the Azure compute offerings against the requirements.
Azure App Service supports direct code deployment and fully managed OS patching (PaaS). Azure Virtual Machines requires OS patching by the user (IaaS). Azure Container Instances and Azure Kubernetes Service both require code to be containerized first.
This identifies the only service that fulfills all constraints of the scenario.

Key Concept

Azure App Service is a Platform as a Service (PaaS) hosting solution that supports direct code deployment and handles all underlying OS patching and infrastructure maintenance.
Estimated Time:45s
Question 890Question

When creating a new Azure resource group, you must specify a region (location) for it. Which of the following statements correctly describes how this location relates to the resources placed within the group?

Show answer & explanation

Answer: The resource group location specifies where the metadata is stored, and resources inside it can be located in any Azure region.

Answer

The resource group location determines where the metadata is stored, and the resources inside the group can reside in any Azure region.
The correct option is that the resource group's location specifies where its metadata is stored, while the actual resources inside the group can reside in any Azure region. This allows resource groups to act as logical containers for related resources, even if they are distributed globally.

Step-by-Step Solution

1
Identify the purpose of a resource group's location.
The resource group location determines where its metadata is stored.
Understanding resource group metadata storage is key to knowing why it requires a location.
2
Determine if resources inside a resource group must share the same region.
No, resources can be located in any Azure region, independent of the resource group's location.
Azure allows flexibility in resource placement for availability and regional deployment requirements.
3
Verify if resource groups can be nested to organize resources by region.
No, Azure resource groups cannot be nested inside other resource groups.
Azure has a flat structure for resource groups within a subscription.

Key Concept

Azure Resource Group location, metadata storage, and resource location independence
Question 891Question

An organization is restructuring its Azure environment to comply with new corporate policies. The current resource hierarchy and setup are as follows:
- A parent management group named Corp-MG contains two subscriptions: Sub-Production and Sub-Testing.
- Sub-Production contains a resource group named RG-App located in the West US region.
- RG-App contains a virtual machine named VM-Web deployed in the East US region.

An administrator is tasked with planning the following three actions:
1. Apply a tag to the resource group RG-App and have it automatically apply to VM-Web for billing categorization.
2. Move the virtual machine VM-Web from RG-App in Sub-Production to a new resource group in Sub-Testing while keeping the virtual machine running in the East US region.
3. Create a new resource group named RG-Database inside the existing RG-App resource group to group database resources.

Which of the administrative actions are supported in Azure?

Show answer & explanation

Answer: Only action 2 is supported.

Answer

Only action 2 is supported.
The option stating that only action 2 is supported is correct. Azure allows moving resources across resource groups and subscriptions, and their physical deployment region remains unchanged. In contrast, tags applied to a resource group are not inherited by resources, and resource groups cannot be nested in Azure.

Step-by-Step Solution

1
Evaluate Action 1 (Tag inheritance from Resource Group to Resource).
Action 1 is not supported.
Azure resources do not automatically inherit tags applied to their parent resource group. Tags must be applied directly to resources or enforced via Azure Policy.
2
Evaluate Action 2 (Moving a resource between resource groups/subscriptions and location independence).
Action 2 is supported.
Azure supports moving resources (like virtual machines) between resource groups and subscriptions. During the move, the resource's physical location (East US) does not change, and it does not need to match the resource group's location (West US).
3
Evaluate Action 3 (Nesting resource groups).
Action 3 is not supported.
Azure resource groups represent a flat organizational boundary and cannot be nested inside other resource groups.
4
Combine results to identify the correct option.
Only Action 2 is supported.
Based on the individual evaluations of the three actions, only the second action is supported by Azure.

Key Concept

Azure resource hierarchy, resource movement boundaries, resource group nesting limitations, and tag inheritance rules.
Question 892Question

A software testing group deploys several test nodes on Azure VMs. Under the shared responsibility model, which management task is the responsibility of Microsoft?

Show answer & explanation

Answer: Maintaining the physical host servers and underlying virtualization hypervisors

Answer

The correct answer is maintaining the physical host servers and underlying virtualization hypervisors.
In an Infrastructure as a Service (IaaS) model such as Azure VMs, Microsoft is responsible for managing the physical infrastructure, physical servers, and the hypervisor virtualization layer. The customer is responsible for maintaining the guest operating system and everything installed on top of it.

Step-by-Step Solution

1
Identify the cloud service model being used.
Azure VMs fall under the Infrastructure as a Service (IaaS) model.
Understanding the service model is necessary to determine the correct division of responsibilities.
2
Determine Microsoft's responsibilities in the IaaS model.
Microsoft is responsible for the physical host, physical network, physical datacenter, and the hypervisor virtualization layer.
This establishes the boundary of what tasks Microsoft manages.
3
Evaluate the options against the identified responsibilities.
Operating system updates, middleware configuration, and guest OS firewalls are managed by the customer. Only physical host and hypervisor maintenance is managed by Microsoft.
This confirms which option is the correct responsibility of Microsoft.

Key Concept

Shared responsibility in Infrastructure as a Service (IaaS)
Question 893Question

A medical research laboratory deploys a group of virtual machines in Microsoft Azure to run data analysis software. Under the Infrastructure as a Service (IaaS) model, which of the following components is Microsoft responsible for managing?

Show answer & explanation

Answer: Maintaining the physical host hardware and hypervisor

Answer

Maintaining the physical host hardware and hypervisor
Under the Infrastructure as a Service (IaaS) model, the cloud provider (Microsoft) is responsible for the physical infrastructure, including physical servers, networking hardware, power, cooling, and the virtualization hypervisor. The customer is responsible for everything from the operating system upward, including guest OS patching, middleware, databases, and application data.

Step-by-Step Solution

1
Identify the cloud service model used in the scenario.
The scenario specifies Infrastructure as a Service (IaaS) using Azure Virtual Machines.
Determining the cloud service model establishes the correct shared responsibility boundary.
2
Recall the division of responsibility in the IaaS model.
Microsoft manages the physical infrastructure and hypervisor, while the customer manages the operating system, middleware, and applications.
This allows us to identify the specific components that Microsoft is responsible for managing.

Key Concept

Shared responsibility model in Infrastructure as a Service (IaaS)
Estimated Time:45s
Question 894Question

A company hosts a public-facing website on Azure App Service. The IT team needs to configure a monitoring solution to address two specific scenarios:

- Scenario 1: Receive alerts if Microsoft reports a global service outage or planned maintenance that affects all App Service instances in the East US region.
- Scenario 2: Track custom application metrics, such as page load speed and active user sessions, for their specific website instance.

Which services should the team use for each scenario?

Show answer & explanation

Answer: Azure Service Health for Scenario 1, and Azure Monitor for Scenario 2

Answer

Azure Service Health for Scenario 1, and Azure Monitor for Scenario 2
Azure Service Health is the correct service for Scenario 1 because it keeps you informed about planned maintenance, service advisories, and outages affecting Azure services across regions. Azure Monitor is the correct service for Scenario 2 because it collects logs and performance telemetry (such as web response times, page loads, and active sessions using features like Application Insights) from your specific application workloads.

Step-by-Step Solution

1
Analyze Scenario 1 requirements.
Identify that tracking global outages and planned maintenance that affect all customers in a region requires a tool that monitors the Azure platform infrastructure itself.
Azure Service Health tracks the health of Azure services globally and regionally, alerting you to issues that Microsoft experiences at the cloud provider level.
2
Analyze Scenario 2 requirements.
Identify that tracking application-specific metrics like page load speed and active user sessions requires an application performance management (APM) and telemetry collection tool.
Azure Monitor (specifically Application Insights) is designed to collect performance metrics, logs, and telemetry directly from application workloads and individual resources.
3
Map the identified services to the options.
Select the option that pairs Azure Service Health with Scenario 1 and Azure Monitor with Scenario 2.
This configuration correctly maps the platform-level health monitoring to Azure Service Health and resource-level telemetry to Azure Monitor.

Key Concept

Understanding the difference between Azure Monitor (resource-level performance and telemetry) and Azure Service Health (global platform and infrastructure health)
Estimated Time:1m 0s
Question 895Question

A hotel chain adopts a cloud-based property management system (PMS) to coordinate room reservations and guest billing across all its locations. The system is fully hosted by the vendor, and hotel staff access it via a web browser. Under the cloud shared responsibility model, which of the following tasks is the responsibility of the hotel chain?

Show answer & explanation

Answer: Managing user accounts and access permissions for the hotel staff

Answer

Managing user accounts and access permissions for the hotel staff
In a Software as a Service (SaaS) model, the cloud provider manages the physical infrastructure, operating systems, database engines, and applications. However, the customer is always responsible for managing and securing identities and directory infrastructure, which includes configuring user accounts and defining access permissions for staff.

Step-by-Step Solution

1
Identify the cloud service model described in the scenario.
The scenario describes a property management system (PMS) that is fully hosted by the vendor and accessed via a web browser, which is a Software as a Service (SaaS) model.
Correctly classifying the service model is necessary to apply the appropriate shared responsibility boundaries.
2
Determine the customer's responsibilities within the Software as a Service (SaaS) shared responsibility matrix.
Under SaaS, the customer is responsible for information and data, devices (mobile and PCs), and accounts and identities (people).
This identifies the specific area of responsibility that remains with the customer, leading to the correct option.

Key Concept

Under the cloud shared responsibility model, the customer is always responsible for managing user accounts, identities, and data access, regardless of whether they use IaaS, PaaS, or SaaS.
Question 896Question

A financial institution operates its core banking ledger on dedicated hardware in a secure, on-premises data center to satisfy regulatory compliance. However, to handle seasonal spikes in user traffic, the customer-facing mobile banking portal is hosted on Microsoft Azure.

Which cloud deployment model is represented by this environment?

Show answer & explanation

Answer: Hybrid cloud

Answer

Hybrid cloud
A hybrid cloud model is defined by the integration of public cloud services (like Microsoft Azure) with private cloud or on-premises infrastructure. In this scenario, the financial institution maintains its core ledger locally for regulatory compliance (private/local control) while deploying its mobile portal on Azure (public cloud scalability), forming a hybrid cloud model.

Step-by-Step Solution

1
Identify the infrastructure components mentioned in the scenario.
The scenario describes two main components: a core banking ledger running on dedicated, on-premises hardware, and a mobile portal running on Microsoft Azure.
To determine the cloud model, you must first inventory where the workloads are hosted.
2
Classify the hosting environments into deployment models.
On-premises hardware represents a private cloud/local infrastructure, whereas Microsoft Azure is a public cloud provider.
Classifying each environment allows you to determine how the total infrastructure is structured.
3
Analyze the connection and combination of these two environments.
Combining local/private infrastructure with public cloud resources to support different parts of the same application environment forms a hybrid cloud model.
A hybrid model is specifically defined by the integration of private and public cloud components.

Key Concept

Hybrid cloud definition and characteristics
Question 897Question

A construction firm subscribes to a cloud-based project scheduling tool to track build phases and coordinate subcontractor timelines. The application is hosted, patched, and maintained entirely by the cloud provider, and employees access it via a web browser.

Under the cloud shared responsibility model, which of the following responsibilities are retained by the construction firm? Select two.

Select all that apply

Show answer & explanation

Answer: Configuring user identities and access permissions for the project team; Managing and securing the project scheduling data entered into the application

Answer

Configuring user identities and access permissions for the project team, and managing and securing the project scheduling data entered into the application
In a Software as a Service (SaaS) model, the cloud provider manages all underlying infrastructure, including virtual machines, operating systems, database engines, and the software itself. The customer retains responsibility for managing their own data (such as project scheduling data entered into the application) and user identities/access permissions (such as assigning access to the project team).

Step-by-Step Solution

1
Identify the cloud service model described in the scenario.
The project scheduling tool is a Software as a Service (SaaS) application because it is hosted, patched, and maintained entirely by the provider, with users accessing it via a web browser.
Determining the service model (SaaS) is necessary to correctly apply the shared responsibility model.
2
Differentiate customer versus provider responsibilities under SaaS.
In a SaaS model, the provider manages the physical infrastructure, virtualization, operating systems, database engine, and the application itself. The customer remains responsible for their own data, devices, and user identities/accounts.
This establishes the boundaries of the shared responsibility model for SaaS.
3
Match the options against the customer's SaaS responsibilities.
Configuring user identities/permissions and managing the project data are customer responsibilities. Operating system patching and database scaling are handled completely by the SaaS provider.
This identifies the correct responsibilities retained by the construction firm.

Key Concept

SaaS Shared Responsibility Model
Question 898Question

An administrator creates a resource group named RG-Operations and sets its location to East US. The administrator needs to deploy a virtual machine that requires low latency for users in Europe. Which statement correctly describes the regional placement constraint for the new virtual machine?

Show answer & explanation

Answer: The virtual machine can be deployed to a Europe-based region, such as North Europe, even though the resource group is located in East US.

Answer

The virtual machine can be deployed to a Europe-based region, such as North Europe, even though the resource group is located in East US.
The correct answer is correct because Azure resource groups only store metadata about resources. Resources within a resource group can reside in any Azure region, allowing a virtual machine to be deployed to a Europe-based region while its resource group remains in East US.

Step-by-Step Solution

1
Analyze the relationship between resource group location and resource location.
A resource group only stores metadata. Its location does not restrict the regional deployment of the actual resources inside it.
To determine if the virtual machine must be in East US.
2
Select the option that allows deploying the resource to the desired region (Europe) to minimize user latency.
The virtual machine can be placed in a Europe region directly, while metadata is stored in East US.
To satisfy the low latency requirement for European users.

Key Concept

Resource groups are logical containers that store metadata. Resources inside a resource group do not have to reside in the same Azure region as the resource group itself.
Question 899Question

An administrator creates a resource group named RG-Finance in the West US region. The administrator needs to deploy a database resource that must physically reside in the East US region. Additionally, the administrator wants to create a nested resource group named RG-Data inside RG-Finance to isolate the database's access permissions.

Which of the following statements correctly describes the feasibility of this configuration?

Show answer & explanation

Answer: The configuration is not supported because resource groups cannot be nested, although Azure resources can reside in a different region than their containing resource group.

Answer

The configuration is not supported because resource groups cannot be nested, although Azure resources can reside in a different region than their containing resource group.
The correct option is that the configuration is not supported because resource groups cannot be nested, although Azure resources can reside in a different region than their containing resource group. In Azure, resource groups are flat containers and cannot be nested within one another. However, resources do not inherit the region of their resource group; they can be deployed in different regions to meet compliance, residency, or latency needs.

Step-by-Step Solution

1
Evaluate the rule regarding resource group nesting in Azure.
Resource groups in Azure cannot be nested inside other resource groups. They exist as a flat list under an Azure subscription.
This determines that the attempt to create a nested resource group named RG-Data inside RG-Finance will fail.
2
Evaluate the rule regarding resource location and resource group location.
Azure resources can reside in a different region than the resource group that contains them.
The location of a resource group only specifies where its metadata is stored, not where the actual resources must be deployed.
3
Combine the evaluations to select the correct feasibility statement.
The plan is not supported because of the nesting attempt, but the regional mismatch between the resource group and the database is valid.
This matches the option stating nesting is not supported while location mismatch is supported.

Key Concept

Azure Resource Group organizational and regional boundaries
Question 900Question

An organization wants to perform advanced data analysis on their cloud spending using external analytics tools. Determine if the following statement is true or false: Azure Cost Management supports the automatic, recurring export of cost and usage data directly to an Azure Storage account.

Show answer & explanation

Answer: True

Answer

The statement is true because Azure Cost Management has a built-in feature to schedule recurring exports of cost data directly to an Azure Storage account.
The statement is true because the 'Exports' feature within Azure Cost Management allows you to automate the scheduled delivery of cost data to an Azure Storage account.

Step-by-Step Solution

1
Analyze the capability of Azure Cost Management to integrate with external analytics tools.
Identify that Azure Cost Management provides an 'Exports' feature.
To verify if data can be moved automatically without manual downloads.
2
Determine if the export destination and schedule requirements are met.
The 'Exports' feature allows selecting an Azure Storage account as the destination and scheduling it on a recurring basis (e.g., daily, weekly, monthly).
To evaluate the truth value of the statement.

Key Concept

Azure Cost Management data export automation
Estimated Time:1m 0s
PreviousPage 45 / 60Next
All practice questions — Microsoft Azure Fundamentals (AZ-900) | Examkin