Tüm alıştırma soruları

1186 soru

Soru 801Soru

A corporate compliance firm hosts its audit processing application on Microsoft Azure. The architecture must satisfy three main requirements:

1. Compute resources must automatically scale out and in during the day to match fluctuating workload demands, keeping performance consistent and costs predictable.
2. The application must remain online even if an entire physical datacenter within the primary Azure region suffers a total power failure.
3. In the event of a catastrophic environmental disaster that disables the entire primary region, the firm must be able to restore operations in a separate geographical region.

Which combination of cloud characteristics and deployment strategies directly aligns with these requirements?

Cevabı ve açıklamayı göster

Cevap: Elasticity, Availability Zones, and Disaster Recovery

Cevap

Elasticity, Availability Zones, and Disaster Recovery
The correct answer combines elasticity, Availability Zones, and disaster recovery. Elasticity allows resources to scale down as well as up automatically to control costs and performance. Availability Zones provide localized fault tolerance within a single region by hosting resources in isolated datacenters. Disaster recovery enables failover to an entirely different geographical region to restore operations during a regional outage.

Adım Adım Çözüm

1
Analyze the scaling requirement.
The requirement to automatically scale out and in based on fluctuating demand to ensure both consistent performance and cost optimization represents elasticity.
Elasticity is the capability to dynamically scale resources up and down to match demand, whereas scalability is the broader ability to handle increased workload.
2
Analyze the datacenter failure requirement.
Surviving a total power failure in a single physical datacenter within the primary region is achieved by distributing components across Availability Zones.
Availability Zones are unique physical locations with independent power, cooling, and networking within an Azure region, providing high availability.
3
Analyze the regional outage requirement.
Restoring operations in a separate geographical region after a catastrophic disaster affects the entire primary region is a disaster recovery strategy.
Disaster recovery involves restoring applications and data in a separate location after a catastrophic regional outage, distinguishing it from local high availability.

Anahtar Kavram

Reliability, Predictability, and Disaster Recovery in Cloud Computing
Soru 802Soru

A manufacturing company subscribes to a cloud-based inventory tracking and supplier coordination platform. The platform is fully hosted, managed, and updated by the cloud provider, and employees access it via a web browser. Under the shared responsibility model, which of the following tasks is the responsibility of the manufacturing company?

Cevabı ve açıklamayı göster

Cevap: Configuring user access permissions and protecting the data stored within the platform

Cevap

Configuring user access permissions and protecting the data stored within the platform
Under the Software as a Service (SaaS) model, the cloud provider manages the entire application stack, including the underlying infrastructure, operating systems, and database engines. The customer is only responsible for configuring user accounts, managing access control, and ensuring the security of their own data within the application.

Adım Adım Çözüm

1
Identify the cloud service model described in the scenario.
The application is fully managed, hosted, and updated by the provider and accessed via a web browser, which represents a Software as a Service (SaaS) model.
Understanding the service model determines the shared responsibility boundaries between the customer and the provider.
2
Analyze the responsibility division for the SaaS model.
In a SaaS model, the provider manages the physical hosts, network, operating system, database engine, and application code, while the customer retains responsibility for identity and access management, client devices, and data protection.
This division allows us to identify which of the options represents a customer task rather than a provider task.
3
Evaluate the options against the customer responsibility boundary.
Only managing user access and data protection is a customer responsibility; all other listed options are managed by the provider or represent on-premises characteristics.
Selecting the correct task aligns with the SaaS shared responsibility model.

Anahtar Kavram

Shared responsibility model for Software as a Service (SaaS)
Soru 803Soru

A university transitions its student enrollment and course scheduling portal to a cloud-based Software as a Service (SaaS) application. Under this SaaS model, which of the following responsibilities belongs solely to the university?

Cevabı ve açıklamayı göster

Cevap: Configuring user access levels and managing student accounts

Cevap

Configuring user access levels and managing student accounts
In a Software as a Service (SaaS) model, the cloud provider manages the entire infrastructure, operating system, middleware, and application software. The customer remains responsible for managing access, configuring user accounts, and securing their own data. Therefore, managing student accounts and access levels is the responsibility of the university.

Adım Adım Çözüm

1
Identify the cloud service model described in the scenario.
The university is adopting a Software as a Service (SaaS) model.
The scenario describes using a fully functioning cloud-based student enrollment portal rather than building one from scratch.
2
Determine the customer's responsibility boundaries in a SaaS model.
The customer (the university) is responsible for managing their own data, devices, and user accounts/identities.
Under the shared responsibility model, the cloud provider manages all physical infrastructure, virtualization, operating systems, middleware, and application code in a SaaS deployment.

Anahtar Kavram

Under the cloud shared responsibility model for Software as a Service (SaaS), the customer retains responsibility for information, data, devices, accounts, and identities, while the cloud provider manages everything else.
Tahmini Süre:45s
Soru 804Soru

An IT training academy plans to use Azure Virtual Machines to create temporary hands-on labs for students. When utilizing the IaaS model, is the customer responsible for configuring, updating, and patching the guest operating systems on these virtual machines?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

Yes, the customer is responsible for configuring, updating, and patching the guest operating systems on the virtual machines.
In an IaaS configuration, the user manages the guest OS, runtime, and application layers, while the cloud provider manages the physical host and hypervisor.

Adım Adım Çözüm

1
Identify the cloud model used in the scenario.
The scenario uses Azure Virtual Machines, which is an example of the IaaS model.
Recognizing the service category is necessary to determine the boundary of shared responsibility.
2
Evaluate the management duties for the guest operating system in this cloud model.
In the IaaS shared responsibility matrix, the cloud provider manages the physical hosts and underlying network, while the customer maintains the OS and applications.
This determines that patching the guest OS is a customer responsibility.

Anahtar Kavram

Under the Infrastructure as a Service (IaaS) model, the customer manages the operating system, middleware, and applications, including patch management.
Tahmini Süre:45s
Soru 805Soru

An agricultural technology company is planning its governance and resource organization strategy in Microsoft Azure. Which two statements correctly describe how Azure resource groups and resource properties behave? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Resources placed within a resource group can reside in a different Azure region than the resource group itself.; Resource groups cannot be nested inside another resource group.

Cevap

The two correct statements are that resources within a resource group can reside in a different region than the resource group itself, and resource groups cannot be nested inside one another.
Resources within a resource group can be located in different regions because the resource group location is only used to store metadata. Additionally, resource groups are flat organizational units in Azure and cannot be nested within each other.

Adım Adım Çözüm

1
Analyze the relationship between resource group location and resource location.
Confirm that a resource group's location only dictates metadata storage, and resources inside it can be created in different regions.
This determines if resources must share their resource group's location.
2
Evaluate the structure of resource groups and their hierarchy.
Verify that resource groups are flat containers and cannot contain other resource groups.
This determines whether nesting is supported at the resource group level.
3
Review tag inheritance and governance behaviors.
Recognize that tags do not automatically propagate from resource groups to individual resources.
This identifies the rules governing Azure tags and inheritance.

Anahtar Kavram

Azure resource groups act as logical containers for resources, allowing regional diversity and offering a flat organization structure without support for nesting or tag inheritance.
Soru 806Soru

An Azure administrator applies a tag named `Department: Finance` to a resource group that contains several virtual machines. Additionally, the administrator configures a monthly budget of 500500 USD on the resource group with a notification alert set at 100%100\% of the threshold.

Which of the following statements about the tags and budget behavior in this scenario are correct? (Select TWO)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The virtual machines inside the resource group do not inherit the Department: Finance tag, and they must be tagged individually or via Azure Policy.; When the resource group's actual cost reaches 100% of the budgeted amount, Azure generates a notification alert but allows the virtual machines to continue running.

Cevap

Virtual machines do not inherit tags from their resource group, and reaching a budget limit triggers a notification alert without stopping the resources.
The correct statements are that virtual machines do not automatically inherit tags from their resource group and that reaching a budget limit triggers a notification alert without shutting down or stopping the resources.

Adım Adım Çözüm

1
Evaluate the tag inheritance behavior for the virtual machines inside the tagged resource group.
Confirm that resources do not inherit tags from the resource group they reside in.
Azure resource tagging rules specify that tags applied to a resource group are not automatically inherited by the resources inside that group.
2
Evaluate the behavior of Azure Cost Management budget alerts when actual spending hits the threshold.
Determine that budget alerts generate notifications but do not stop, delete, or shut down resources.
Azure budgets are purely for cost monitoring and alerting; they do not enforce resource termination or stop services.
3
Identify the type of expenditure represented by cloud resource consumption.
Confirm that cloud spending is Operational Expenditure (OpEx), not Capital Expenditure (CapEx).
Cloud services operate on a consumption-based model, which aligns with OpEx where costs are billed dynamically as resources are used.

Anahtar Kavram

Azure resource tags do not inherit automatically to resources, and Cost Management budgets only trigger alerts without affecting resource status.
Soru 807Soru

An online banking service requires that its transaction processing system remain fully operational and accessible to clients during a localized power grid failure at one of the physical data centers within an Azure region. To achieve this, the architecture team configures the service to distribute its workloads across multiple separate physical locations within that single region. Which cloud concept does this design directly address?

Cevabı ve açıklamayı göster

Cevap: High availability

Cevap

High availability is the cloud concept that ensures services remain operational and accessible with minimal downtime by using local redundancy within the same region.
High availability is designed to keep services operational and accessible with minimal downtime by offering localized redundancy (such as multiple availability zones) within a single region, safeguarding against localized hardware or power grid failures.

Adım Adım Çözüm

1
Analyze the scenario requirements.
The requirement is to keep the banking service operational during a local power failure within a single Azure region by distributing workloads across physical locations in that same region.
This establishes that the solution targets local redundancy and continuous uptime rather than cross-region recovery or dynamic resource scaling based on workload volume.
2
Compare the requirements with cloud concepts.
Local redundancy to maintain continuous uptime within a single region maps directly to high availability. Disaster recovery focuses on regional failover, elasticity adjusts resources dynamically to demand, and geographic replication spans across different regions.
By matching the definition of local service uptime to high availability, we identify the correct cloud concept.

Anahtar Kavram

High Availability vs Disaster Recovery, Elasticity, and Geographic Replication
Tahmini Süre:1m 0s
Soru 808Soru

A company creates an Azure resource group named `RG-App` in the North Europe region. An administrator plans to deploy a new virtual machine to the West Europe region.

Which of the following describes the capabilities or limitations when deploying this virtual machine?

Cevabı ve açıklamayı göster

Cevap: The virtual machine can be deployed to the West Europe region and placed in the RG-App resource group.

Cevap

The virtual machine can be deployed to the West Europe region and placed in the RG-App resource group.
Deploying a resource to a different region than its containing resource group is fully supported in Azure. The location of a resource group is used to store its deployment metadata, while the resources themselves can be deployed to any supported Azure region. Therefore, placing a virtual machine in the West Europe region within a resource group located in North Europe is allowed.

Adım Adım Çözüm

1
Analyze the relationship between resource location and resource group location in Azure.
Azure resources can be deployed to any region, regardless of the location of the resource group that contains them. The resource group's location is only used to store metadata about the resources it holds.
To verify if the proposed deployment of a West Europe VM into a North Europe resource group is supported.
2
Evaluate potential resource group nesting constraints.
Azure resource groups cannot be nested under other resource groups; they are top-level containers within a subscription.
To rule out the need or possibility of using a nested resource group structure for regional deployment.
3
Evaluate resource tag inheritance rules.
Azure resources do not inherit tags from their resource group automatically.
To verify that tag inheritance cannot be assumed as a default behavior of the deployment.

Anahtar Kavram

Azure Resource Groups act as logical containers for resources, but their location only dictates metadata storage, meaning resources within the group can reside in different regions. Additionally, resource groups cannot be nested, and tags are not inherited from resource groups by default.
Soru 809Soru

An administrator needs to monitor the CPU utilization of an Azure virtual machine in real time and configure an automated alert to trigger if the utilization exceeds 90%90\%. The administrator asserts that Azure Service Health must be used to configure this CPU utilization alert. Is this assertion true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The assertion is false because Azure Monitor Metrics, rather than Azure Service Health, is the service used to track individual resource metrics (like CPU utilization) and configure corresponding alert rules.
Azure Monitor is the service used to collect, analyze, and act on telemetry data (including CPU utilization metrics) from your Azure resources, whereas Azure Service Health monitors the health of Azure services and regions.

Adım Adım Çözüm

1
Identify the monitoring requirement.
The requirement is to monitor a specific resource-level metric (virtual machine CPU utilization) in real time and trigger an alert.
To choose the correct tool, we must determine if it is a resource-level metric or an Azure-wide service health event.
2
Evaluate Azure Service Health.
Azure Service Health provides information about Azure service outages, planned maintenance, and other advisories impacting services globally or regionally.
This helps determine if Azure Service Health fits the requirement.
3
Evaluate Azure Monitor.
Azure Monitor collects and analyzes telemetry data, including resource metrics like CPU utilization, and supports metric alerts.
This identifies the correct service for resource-level alerts.

Anahtar Kavram

Distinguishing between Azure Monitor and Azure Service Health
Soru 810Soru

An organization deploys its application workloads across both Microsoft Azure and Google Cloud Platform (GCP) to prevent dependency on a single cloud vendor. The organization does not own or maintain any on-premises infrastructure.

Which cloud model describes this deployment?

Cevabı ve açıklamayı göster

Cevap: Multi-cloud

Cevap

Multi-cloud
The correct answer is the option indicating a multi-cloud model. A multi-cloud model is defined by the use of multiple public cloud providers (such as Microsoft Azure and Google Cloud Platform) to host workloads, often to avoid vendor lock-in or leverage specific features of different providers, without combining them with on-premises infrastructure.

Adım Adım Çözüm

1
Identify the infrastructure components mentioned in the scenario.
The organization uses two public cloud providers (Microsoft Azure and Google Cloud Platform) and has no on-premises infrastructure.
Understanding the components helps determine if the model involves private, public, or mixed environments.
2
Map the identified components to the correct cloud model definition.
Using multiple public cloud providers without on-premises infrastructure is defined as a multi-cloud model.
This directly answers the question by distinguishing between hybrid cloud (public + private/on-premises) and multi-cloud (multiple public clouds).

Anahtar Kavram

Cloud Models (Public, Private, Hybrid, Multi-cloud)
Tahmini Süre:45s
Soru 811Soru

An Azure administrator needs to organize resources across multiple geographical locations. Is the statement that a single Azure resource group can contain resources from different Azure regions true or false?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

The statement is true because resource groups do not restrict the geographical location of the resources they contain.
The statement is true because the location of a resource group only dictates where the group's metadata is stored. Resources within the group can reside in any supported Azure region.

Adım Adım Çözüm

1
Identify the function of a resource group's location property.
The location of a resource group determines where its deployment metadata is stored.
To understand if the resource group's location acts as a geographic boundary for resource deployments.
2
Evaluate if Azure resources within a resource group are restricted to the group's location.
Azure allows resources from any region to be placed inside a single resource group.
To verify if the statement is true or false.

Anahtar Kavram

Azure Resource Group Location and Resource Location Independence
Tahmini Süre:45s
Soru 812Soru

A regional utility company deploys its smart grid telemetry platform on Azure. The platform is deployed across two distinct datacenters within a single region, allowing it to continue processing electricity usage data without interruption if one datacenter goes offline due to a local grid failure. During hot summer days when air conditioning usage peaks, the platform automatically increases its compute capacity to process the massive influx of smart meter readings, and automatically scales back down overnight as data volume decreases.

Which of the following cloud characteristics are demonstrated by this deployment? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: High availability, because the platform remains operational despite the failure of an entire local datacenter.; Elasticity, because the compute resources automatically adjust upward and downward based on telemetry data volume.

Cevap

The correct answers are the options describing high availability (continuous operation despite local datacenter failure) and elasticity (automatic adjustment of resources based on telemetry data volume).
The correct options are high availability and elasticity. High availability is demonstrated by deploying across two distinct datacenters in a single region to ensure data processing continues without interruption even if one datacenter goes offline. Elasticity is demonstrated by the platform automatically scaling its compute capacity up during peak telemetry times and scaling back down during low-activity periods.

Adım Adım Çözüm

1
Identify the response to a datacenter outage.
The platform is deployed across two distinct datacenters within a single region, ensuring that processing continues if one goes offline. This matches the definition of high availability, which focuses on keeping services running with minimal downtime.
This step evaluates how the architecture handles localized physical infrastructure failures.
2
Identify how compute resources respond to demand.
The platform automatically increases capacity during peak periods (hot summer days) and decreases capacity when demand drops (overnight). This automatic scaling up and down matches the definition of elasticity.
This step evaluates how the architecture manages fluctuating workloads dynamically.

Anahtar Kavram

High Availability, Scalability, and Elasticity
Tahmini Süre:1m 30s
Soru 813Soru

A boutique real estate agency adopts a cloud-based document collaboration platform delivered as a Software as a Service (SaaS) solution to manage client contracts. Is the statement that the agency is responsible for installing software updates and feature upgrades on the collaboration platform true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because a primary characteristic of Software as a Service (SaaS) is that the cloud provider manages, patches, and updates the application software automatically. The customer has no responsibility for software maintenance or installation.

Adım Adım Çözüm

1
Identify the cloud service model from the scenario description.
The scenario describes a document collaboration platform delivered as Software as a Service (SaaS).
Correctly identifying the service model is essential to determine the corresponding shared responsibility division.
2
Determine who holds the responsibility for application updates and patches in a SaaS model.
Under the SaaS shared responsibility model, the cloud service provider fully manages the application layer, including patching, updating, and upgrading software.
SaaS abstracts all infrastructure and application maintenance away from the customer.
3
Evaluate the statement in the prompt against SaaS responsibilities.
The statement claims the customer (the agency) must install updates, which is false since the provider is responsible.
Comparing the scenario's claim to the defined cloud model rules yields the final true/false determination.

Anahtar Kavram

SaaS Shared Responsibility Model
Tahmini Süre:1m 0s
Soru 814Soru

A company is planning to migrate a legacy financial database to Azure. The architecture must satisfy three key requirements:
1. High availability (HA) that protects the database from a localized power or cooling failure in a single datacenter building.
2. Disaster recovery (DR) that replicates data to a separate geographic region at least 300 miles away to guard against regional disasters, while keeping the data within the same national borders.
3. The database resources must be managed under a Resource Group that was created in a distant region for administrative purposes.

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

Cevabı ve açıklamayı göster

Cevap: Deploy the database nodes across multiple Availability Zones in the primary region, configure database replication to the primary region's paired region for disaster recovery, and deploy the database resources in the primary region regardless of the Resource Group's location.

Cevap

Deploy the database nodes across multiple Availability Zones in the primary region, configure database replication to the primary region's paired region for disaster recovery, and deploy the database resources in the primary region regardless of the Resource Group's location.
The correct strategy deploys database nodes across multiple Availability Zones in the primary region to guarantee high availability and resilience against datacenter building failures. It configures replication to the region's paired region, which provides a disaster recovery location at least 300 miles away within the same national border. Finally, it correctly recognizes that Resource Group location does not limit the deployment location of the resources it contains.

Adım Adım Çözüm

1
Evaluate the requirement for high availability that protects against a single datacenter building outage.
Identify that Azure Availability Zones (AZs) are required, as each zone consists of one or more datacenters with independent power, cooling, and networking within a single region.
Availability Sets only protect against hardware/rack failures inside a single datacenter, whereas Availability Zones protect against the loss of an entire datacenter building.
2
Evaluate the disaster recovery and data residency requirements.
Identify that the primary region's paired region must be used for disaster recovery replication.
Azure region pairs are situated at least 300 miles apart and reside within the same geography/national boundary (with the exception of Brazil South) to ensure data residency compliance and protection against regional disasters.
3
Evaluate the Resource Group location constraint.
Confirm that resources can be deployed in the primary region even if their parent Resource Group is in a different region.
A Resource Group is a logical metadata container. Its location only dictates where the resource metadata is stored, not where the actual resources must be provisioned.

Anahtar Kavram

Understanding the physical and logical boundaries of Azure Regions, Availability Zones, Region Pairs, and Resource Group metadata independence.
Tahmini Süre:2m 0s
Soru 815Soru

A company hosts a critical database in Microsoft Azure. The systems architect must ensure that the database can be recovered and restored to service even if the primary Azure region suffers a complete, catastrophic outage due to a natural disaster. Which cloud concept or practice is directly responsible for meeting this requirement?

Cevabı ve açıklamayı göster

Cevap: Disaster recovery

Cevap

Disaster recovery
Disaster recovery is specifically designed to restore applications and data in the event of a catastrophic failure, such as a complete regional outage, typically by failing over services to a secondary geographical region.

Adım Adım Çözüm

1
Analyze the failure scope in the scenario.
The failure is a complete, catastrophic outage of the primary Azure region.
To choose the correct capability, we must understand the scale of the disaster we are protecting against.
2
Evaluate the capabilities of the options against a full regional outage.
High availability and Availability Zones protect against localized failures within a region, and elasticity manages resource scaling. Only disaster recovery handles recovery from a complete regional loss by failing over to a separate region.
This determines which cloud concept is designed to restore operations after a full regional disaster.

Anahtar Kavram

Disaster Recovery vs. High Availability in Azure
Tahmini Süre:45s
Soru 816Soru

A retail company plans to migrate a legacy stock management database to Microsoft Azure. The database requires administrative-level access to the underlying operating system to perform custom system-level configurations. Which cloud service model is most appropriate for this database migration?

Cevabı ve açıklamayı göster

Cevap: Infrastructure as a Service (IaaS)

Cevap

Infrastructure as a Service (IaaS) is the most appropriate cloud service model because it provides administrative control over the operating system, which is required for custom configurations.
Infrastructure as a Service (IaaS) provides virtualized computing resources (like virtual machines) where the customer is responsible for installing, configuring, and managing the operating system. This satisfies the requirement for administrative-level access to make custom system-level configurations.

Adım Adım Çözüm

1
Analyze the application requirements.
The legacy database requires administrative-level access to the operating system for custom configurations.
This requirement determines the level of control and shared responsibility needed from the cloud service model.
2
Evaluate the management boundaries of cloud service models.
Infrastructure as a Service (IaaS) gives the customer administrative control over the OS, whereas Platform as a Service (PaaS) and Software as a Service (SaaS) manage the OS layer on behalf of the customer.
By comparing the models, we identify which category keeps the operating system within the customer's scope of responsibility.
3
Select the correct model.
Infrastructure as a Service (IaaS) is the only model that meets the requirement.
Since the customer must configure the OS directly, an IaaS solution (such as Azure Virtual Machines) is required.

Anahtar Kavram

Operating system management and control in Infrastructure as a Service (IaaS)
Soru 817Soru

A retail business maintains its own physical servers in a local office to run a legacy accounting application, but uses Microsoft Azure to host its new online store.

Does this setup represent a hybrid deployment model?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

Yes, this setup represents a hybrid deployment model.
The correct answer is that the setup represents a hybrid model because it integrates local physical servers (representing a private or on-premises environment) with Microsoft Azure (a public cloud provider).

Adım Adım Çözüm

1
Identify the hosting environments used in the scenario.
The retail business uses local physical servers (on-premises/private) and Microsoft Azure (public cloud).
Determining the infrastructure types is the first step to identifying the cloud deployment model.
2
Match the combined environments to the standard cloud model definitions.
A combination of public cloud resources and private or on-premises infrastructure is defined as a hybrid deployment model.
This confirms that the setup matches the definition of a hybrid model.

Anahtar Kavram

Hybrid cloud models combine public cloud resources with private or on-premises infrastructure.
Soru 818Soru

A municipal transit agency manages its core scheduling software on physical servers located in its local data center. The agency plans to build a new real-time bus tracking application on Microsoft Azure to handle sudden spikes in passenger queries. The tracking application must retrieve schedule updates from the local servers. Which cloud deployment model is represented by this scenario?

Cevabı ve açıklamayı göster

Cevap: Hybrid cloud

Cevap

Hybrid cloud
A hybrid cloud model combines on-premises infrastructure (or a private cloud) with a public cloud (such as Microsoft Azure), allowing data and applications to be shared between them. In this scenario, the agency keeps its core scheduling software on physical local servers while running its public tracking application on Microsoft Azure.

Adım Adım Çözüm

1
Analyze the infrastructure components described in the scenario.
The agency uses both physical servers in its local data center (on-premises/private) and Microsoft Azure (public cloud) to host its systems.
Determining where resources are located is the first step to identifying the cloud deployment model.
2
Evaluate the interaction between the environments.
The public tracking application hosted on Azure must retrieve data from the physical local servers, demonstrating integration and data sharing between the environments.
A deployment that connects private on-premises infrastructure with a public cloud is classified as a hybrid cloud model.

Anahtar Kavram

Cloud Models (Public, Private, Hybrid, Multi-cloud)
Tahmini Süre:1m 0s
Soru 819Soru

An organization runs an online banking application on Azure Virtual Machines. During a peak transaction period, the application becomes slow. The IT team needs to determine whether this performance slowdown is caused by high CPU utilization on their specific Virtual Machines, or if there is a broader outage affecting the entire Azure region where the VMs are hosted. Which Azure services should the IT team use to analyze this situation?

Cevabı ve açıklamayı göster

Cevap: Azure Monitor to check the CPU utilization of the virtual machines, and Azure Service Health to check for regional Azure service outages

Cevap

The correct approach is to use Azure Monitor to track the CPU utilization of the virtual machines, and Azure Service Health to check for regional Azure service outages.
The correct answer correctly separates the roles: Azure Monitor captures resource-specific telemetry such as virtual machine CPU utilization, whereas Azure Service Health monitors regional service issues, platform outages, and planned maintenance schedules that affect the underlying Azure infrastructure.

Adım Adım Çözüm

1
Identify the service required to monitor specific resource metrics like CPU utilization on the Virtual Machines.
Determine that Azure Monitor is the correct service for tracking performance and telemetry at the resource level.
Azure Monitor collects numerical performance metrics in real time from individual Azure resources.
2
Identify the service required to monitor broad, platform-level infrastructure issues or regional outages.
Determine that Azure Service Health is the correct service for tracking service issues and maintenance events.
Azure Service Health provides a personalized dashboard reflecting issues in Azure services and regions that impact your subscriptions.
3
Match the identified services to the correct option.
Select the option that pairs Azure Monitor with resource-level CPU monitoring and Azure Service Health with regional outages.
This pair correctly separates resource-level monitoring from global/regional platform health tracking.

Anahtar Kavram

Distinguishing between resource-level monitoring with Azure Monitor and platform-level health monitoring with Azure Service Health.
Tahmini Süre:1m 30s
Soru 820Soru

An organization is migrating a critical transaction processing application to Azure. The application requires high availability with zero data loss (zero Recovery Point Objective) in the event of a single datacenter outage. It also requires a disaster recovery solution that keeps data within the same national boundary and replicates data to a secondary site located at least 300 miles away. Which of the following architectural strategies should the organization implement? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Deploy the application across multiple Availability Zones within the primary region and implement synchronous replication between these zones.; Configure asynchronous replication to the designated Azure regional pair of the primary region to meet the disaster recovery and residency requirements.

Cevap

Deploy the application across multiple Availability Zones within the primary region with synchronous replication, and configure asynchronous replication to the designated Azure regional pair of the primary region.
Deploying the application across multiple Availability Zones with synchronous replication provides high availability and protects against single datacenter failures without data loss. Replicating asynchronously to the designated Azure regional pair fulfills the requirement of disaster recovery at a distance of at least 300 miles while respecting local residency boundaries.

Adım Adım Çözüm

1
Analyze the high availability and zero data loss requirement.
To protect against a single datacenter outage with zero data loss (zero RPO), the solution must use synchronous replication over ultra-low latency connections, which is provided by Availability Zones within a single Azure region.
Availability Zones are physically separate datacenters within a region, enabling local redundancy and synchronous writes.
2
Analyze the disaster recovery and residency requirements.
To replicate data to a secondary site at least 300 miles away within the same national boundary, the solution must use Azure regional pairs, which use asynchronous replication to handle the latency of physical distance.
Azure regional pairs are designed for geography-aligned disaster recovery, ensuring compliance with residency laws.

Anahtar Kavram

Azure Regions, Availability Zones, and Region Pairs
Tahmini Süre:3m 0s
ÖncekiSayfa 41 / 60Sonraki
Tüm alıştırma soruları — Microsoft Azure Fundamentals (AZ-900) | Examkin