Tüm alıştırma soruları

1186 soru

Soru 1121Soru

A digital media agency is designing a cloud infrastructure on Azure and has two main requirements:

* A proprietary video rendering engine must be deployed on a platform where the agency's administrators have full control to install custom kernel-level drivers and manage the operating system configuration.
* Multiple graphic designers must be able to concurrently sign in to remote Windows 11 environments running on the same underlying virtual host to collaborate on design tools while minimizing compute costs.

Which two of the following Azure services or configurations should the agency select to meet these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Azure Virtual Machines to host the video rendering engine; Azure Virtual Desktop to host the remote workspaces

Cevap

The agency should select Azure Virtual Machines to host the video rendering engine and Azure Virtual Desktop to host the remote workspaces.
To support the custom rendering engine that requires administrative access and custom kernel drivers, the agency must use Azure Virtual Machines, which offer full guest operating system control. To support multiple concurrent users sharing a single Windows 11 environment to minimize cost, the agency must use Azure Virtual Desktop, which supports multi-session Windows 11 virtual machines.

Adım Adım Çözüm

1
Identify the service required to support administrative-level OS tasks and custom kernel driver installation.
Azure Virtual Machines provide Infrastructure as a Service (IaaS), offering the administrative access required to install custom drivers.
Since the rendering engine requires kernel-level drivers and direct OS access, standard virtual machines are appropriate.
2
Identify the service required to support multi-session Windows 11 remote environments for cost optimization.
Azure Virtual Desktop provides multi-session Windows 11 desktop hosting capabilities.
Standard client operating systems on virtual machines do not support concurrent multi-session connectivity; Azure Virtual Desktop is specifically designed to allow multiple users to share a single host.

Anahtar Kavram

Azure Virtual Machines provide full OS administrative access, while Azure Virtual Desktop is a managed service that supports cost-effective multi-session Windows 11 remote environments.
Soru 1122Soru

An e-commerce company is planning the Azure architecture for its new order processing system. The company has two main requirements: first, the web servers must remain online even if a localized power or cooling failure occurs in a single datacenter within the primary region; second, the database must have a recovery option in another region located at least 300 miles away to protect against a catastrophic regional disaster. Which two configuration options should the company implement to meet these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Deploy the web servers across multiple Availability Zones in the primary region.; Configure database replication to the designated Azure region pair.

Cevap

Deploy the web servers across multiple Availability Zones in the primary region, and configure database replication to the designated Azure region pair.
Deploying the web servers across multiple Availability Zones protects the application tier from localized datacenter failures because each zone is a unique physical location with independent power, cooling, and networking within the region. Replicating the database to the designated Azure region pair addresses disaster recovery requirements because region pairs are situated at least 300 miles apart to minimize the risk of a single regional disaster affecting both locations.

Adım Adım Çözüm

1
Identify the high availability requirement within a single region.
Select the option to deploy the web servers across multiple Availability Zones.
Availability Zones provide datacenter-level redundancy (isolation for power, cooling, and network) within a single region.
2
Identify the disaster recovery requirement across regions.
Select the option to configure database replication to the designated Azure region pair.
Azure region pairs are situated at least 300 miles apart to protect against regional disasters.

Anahtar Kavram

Azure Availability Zones provide high availability within a region by isolating power, cooling, and network, whereas Azure Region Pairs provide disaster recovery by replicating resources to a geography at least 300 miles away.
Tahmini Süre:1m 30s
Soru 1123Soru

A financial firm needs to deploy a legacy database server that requires root-level administrative access to the underlying operating system and the installation of custom storage drivers. Which Azure service should the firm use to host this database server?

Cevabı ve açıklamayı göster

Cevap: Azure Virtual Machines

Cevap

Azure Virtual Machines
Azure Virtual Machines is an Infrastructure as a Service (IaaS) offering that grants the customer full administrative access (root/Administrator) to the operating system. This access allows the installation of custom drivers, software, and configuration files required by legacy applications.

Adım Adım Çözüm

1
Analyze the requirement for administrative control over the operating system and custom driver installation.
The requirement specifies full administrative access (root access) and the ability to modify the underlying OS environment.
This establishes that an Infrastructure as a Service (IaaS) solution is required rather than Platform as a Service (PaaS).
2
Evaluate the compute options to identify which service offers full OS customization and hosting for server databases.
Azure Virtual Machines provides a full virtual machine where the customer has root-level access and manages the operating system, satisfying the requirements.
Other options like Azure App Service, Azure Container Instances, and Azure Virtual Desktop are either PaaS/serverless compute environments without host OS control or are specialized for client virtual desktops.

Anahtar Kavram

Azure Virtual Machines provides full virtualized compute resources (IaaS) giving users complete control over the operating system and installed software.
Tahmini Süre:45s
Soru 1124Soru

A media streaming startup hosts its video transcoding workload in the West US Azure region. To prepare for a potential catastrophe that could affect the entire West US region, the IT department must select a deployment strategy that guarantees data replication to a secondary region located at least 300 miles away, while ensuring the data remains within the same country for regulatory compliance. Which Azure capability naturally satisfies these design requirements?

Cevabı ve açıklamayı göster

Cevap: Azure Region Pairs

Cevap

Azure Region Pairs
The correct answer is Azure Region Pairs. Azure designates a paired region within the same geographic boundary (e.g., the United States) located at least 300 miles away. This design ensures that regional disasters do not impact both regions simultaneously, while satisfying strict data residency regulations by keeping the data in the same country.

Adım Adım Çözüm

1
Analyze the core requirements: protection against region-wide outages, geographical separation of at least 300 miles, and maintaining data residency within the same country.
The requirements demand a cross-region disaster recovery solution that respects country-level boundaries.
This filters out single-region high-availability options.
2
Evaluate the architectural features of Azure Region Pairs.
Azure automatically pairs regions within the same geography (except Brazil South) at a distance of at least 300 miles.
This matches both the replication distance and the regulatory compliance parameters.

Anahtar Kavram

Azure Region Pairs and their role in disaster recovery and data residency
Tahmini Süre:1m 0s
Soru 1125Soru

A research laboratory is planning to deploy a custom data-analysis application on Azure. The laboratory requires the ability to configure application-level settings and manage the application code, but wants to avoid the operational overhead of installing, patching, and maintaining the underlying operating system and virtual machines. Which cloud service model fits this scenario?

Cevabı ve açıklamayı göster

Cevap: Platform as a Service (PaaS)

Cevap

Platform as a Service (PaaS)
Platform as a Service (PaaS) allows the customer to focus entirely on application development and data, while the cloud provider manages the underlying infrastructure, physical security, operating systems, and hardware patching. This matches the laboratory's need to deploy a custom application without managing virtual machines or operating systems.

Adım Adım Çözüm

1
Analyze the customer requirements for deployment.
The customer needs to host a custom application and manage its code, but wants to avoid managing the operating system, virtual machine, and hardware infrastructure patching.
This establishes the boundary of the customer's desired management scope under the cloud shared responsibility model.
2
Map the requirement to the correct cloud service model.
Platform as a Service (PaaS) is the model where the cloud provider manages the physical hardware, virtualization, operating systems, and middleware, leaving the customer responsible only for the application and data.
By matching the required responsibilities to the cloud service model characteristics, we identify that PaaS perfectly fulfills the requirements.

Anahtar Kavram

Platform as a Service (PaaS)
Soru 1126Soru

A retail company is deploying a point-of-sale (POS) synchronization service to Azure. To protect the service from a natural disaster that could impact an entire geographic region, the architect proposes deploying the service across two Availability Zones within the same Azure region. The architect asserts that Availability Zones are located at least 300 miles apart to ensure regional disaster recovery. Is this statement regarding Azure Availability Zones true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because Azure Availability Zones are located within the same region to ensure low-latency connections, whereas Azure Region Pairs are separated by at least 300 miles to protect against regional disasters.
The statement is false because Azure Availability Zones are designed for high availability and local datacenter isolation within a single region, not for regional disaster recovery. To support low-latency communication, they are located relatively close to each other. Region-wide disaster recovery is instead achieved by using Azure Region Pairs, which are separated by at least 300 miles to minimize the impact of regional disasters.

Adım Adım Çözüm

1
Analyze the architectural resilience requirement in the scenario.
The scenario requires protection against a natural disaster that could impact an entire geographic region (regional disaster recovery).
Identifying the target resilience level helps determine if Availability Zones or Region Pairs are the correct solution.
2
Evaluate the capabilities and physical boundaries of Azure Availability Zones.
Availability Zones protect against local datacenter failures (power, cooling, and network) within a single region. They are physically separate datacenters in the same region, not separated by hundreds of miles.
This establishes that Availability Zones do not satisfy the distance requirement for regional disaster recovery.
3
Compare the distance properties of Availability Zones and Region Pairs.
Availability Zones are close together for low-latency sync. Azure Region Pairs are designed for disaster recovery and are located at least 300 miles apart.
This confirms that the 300-mile physical separation rule applies to Region Pairs, making the architect's statement about Availability Zones incorrect.

Anahtar Kavram

Azure Availability Zones vs. Region Pairs
Tahmini Süre:1m 15s
Soru 1127Soru

A research institute requires two cloud compute solutions:

* A simulation application that must run on a dedicated Windows Server operating system where administrators have full access to modify registry settings and configure custom middleware.
* A virtual desktop environment that allows thirty remote assistants to access a shared Windows 11 client operating system simultaneously to run standard productivity tools.

Which combination of Azure services should the institute use to host these workloads?

Cevabı ve açıklamayı göster

Cevap: Azure Virtual Machines for the simulation application, and Azure Virtual Desktop for the virtual desktop environment

Cevap

Azure Virtual Machines for the simulation application, and Azure Virtual Desktop for the virtual desktop environment
The simulation application requires full administrative access to modify the operating system registry, which is a feature of Infrastructure as a Service (IaaS) provided by Azure Virtual Machines. The virtual desktop environment requires hosting multiple user sessions on a single Windows 11 client operating system to minimize costs, which is a feature unique to Azure Virtual Desktop (specifically Windows 11 Multi-session).

Adım Adım Çözüm

1
Identify the requirements for the first workload (the simulation application).
The simulation application requires dedicated Windows Server access, operating system administration, and registry/middleware customization, which aligns with Infrastructure as a Service (IaaS).
Azure Virtual Machines provide full administrative access to the OS, allowing users to configure registries and middleware.
2
Identify the requirements for the second workload (the remote assistants).
The remote assistants need a shared, virtualized Windows 11 client desktop environment that supports multiple concurrent sessions to reduce costs.
Azure Virtual Desktop supports multi-session Windows 11 desktop hosting, enabling multiple users to share compute resources.
3
Combine the correct services for both workloads.
Select the option that maps Azure Virtual Machines to the simulation app and Azure Virtual Desktop to the remote assistants.
This pairing fulfills both the administration requirements of the simulation app and the multi-session client virtualization requirements of the remote assistants.

Anahtar Kavram

Understanding the difference between the administration control of Azure Virtual Machines (IaaS) and the multi-session client desktop hosting capabilities of Azure Virtual Desktop.
Tahmini Süre:1m 15s
Soru 1128Soru

A digital publishing company deploys its web application using Azure App Service, which is a Platform as a Service (PaaS) offering. Under the Azure shared responsibility model, the company is responsible for patching the web server software (such as IIS or Apache) and configuring the guest operating system, while Microsoft is responsible for the physical hardware and datacenter security. Is this statement true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. Under the Platform as a Service (PaaS) model, Microsoft is responsible for managing, configuring, and patching the guest operating system and the web server software (such as IIS or Apache). The customer is responsible for the application code and data.
The statement is false because in a Platform as a Service (PaaS) model like Azure App Service, Microsoft (the cloud provider) handles operating system patching and web server maintenance. The customer is only responsible for the application and its data.

Adım Adım Çözüm

1
Identify the cloud service model described in the scenario.
The scenario specifies Azure App Service, which is a Platform as a Service (PaaS) offering.
Understanding the service category is necessary to apply the correct shared responsibility rules.
2
Recall the division of responsibilities under the Azure shared responsibility model for PaaS.
Under PaaS, the cloud provider (Microsoft) manages physical servers, virtualization, the operating system, and runtime environments/web server software, while the customer manages applications and data.
This establishes which tasks are handled by the cloud provider versus the customer.
3
Compare the statement's claim with the PaaS division of responsibilities.
The statement claims the customer is responsible for OS configuration and web server patching, which contradicts the PaaS model where Microsoft handles these responsibilities.
Comparing the claim to established rules determines if the statement is true or false.

Anahtar Kavram

Shared responsibility model responsibilities for Platform as a Service (PaaS) deployments.
Soru 1129Soru

A shipping and logistics company is planning to migrate its fleet dispatch portal to Microsoft Azure. The cloud architecture team must meet the following requirements:

1. If a primary Azure region experiences a catastrophic outage, the portal must be restored in a secondary region within two hours.
2. The portal must maintain a consistent user experience with stable latency, even during sudden workload spikes.

Which of the following concepts directly address these requirements? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Disaster recovery, which focuses on recovering from a catastrophic outage and restoring operations in a secondary region to meet the Recovery Time Objective (RTO).; Performance predictability, which ensures that resources scale dynamically to maintain consistent application response times during sudden traffic spikes.

Cevap

Disaster recovery (which restores operations in a secondary region after a catastrophic outage) and performance predictability (which maintains consistent latency and resource availability during traffic spikes) are the correct selections.
The requirement to recover the portal in a secondary region within two hours is addressed by disaster recovery, which relies on metrics like Recovery Time Objective (RTO). The requirement to maintain consistent performance and latency during traffic spikes is addressed by performance predictability.

Adım Adım Çözüm

1
Analyze Requirement 1: Restoring the portal in a secondary region within two hours after a catastrophic primary region outage.
Match this with disaster recovery, which handles regional outages and defines recovery metrics like Recovery Time Objective (RTO).
Disaster recovery plans involve replication and failover to separate geographical regions to ensure business continuity.
2
Analyze Requirement 2: Maintaining a consistent user experience with stable latency during sudden spikes in workload.
Match this with performance predictability, which ensures application performance remains stable through dynamic scaling.
Performance predictability ensures that resource availability and speed are maintained under varying load levels.

Anahtar Kavram

Reliability, Predictability, and Disaster Recovery
Soru 1130Soru

A financial institution is migrating its core transaction logging system to Azure. The system must be resilient to a power or cooling failure affecting an entire physical datacenter building within the selected Azure region. Additionally, data residency regulations strictly prohibit the replication of data to any other Azure region. Which Azure feature should the institution use to meet these resiliency and compliance requirements?

Cevabı ve açıklamayı göster

Cevap: Availability Zones within the selected region

Cevap

Availability Zones within the selected region
Availability Zones are unique physical locations within a single Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. This design protects applications from datacenter-level failures (such as power or cooling issues) while ensuring that all resources and data remain strictly within the boundaries of the primary region to comply with data residency rules.

Adım Adım Çözüm

1
Analyze the resiliency requirement.
The application must withstand a power or cooling failure affecting an entire physical datacenter building.
Since a single datacenter is impacted, the solution must provide isolation at the datacenter/facility level within the region.
2
Analyze the compliance requirement.
Replicating data to any other Azure region is strictly prohibited.
This rules out disaster recovery solutions that rely on cross-region replication, such as Region Pairs.
3
Evaluate the capabilities of Availability Zones.
Availability Zones provide independent power, cooling, and networking for datacenters within a single region.
This meets both the need for datacenter-level fault isolation and the requirement to keep all data within the primary region.

Anahtar Kavram

Azure Availability Zones provide physical datacenter redundancy within a single region.
Tahmini Süre:1m 15s
Soru 1131Soru

An organization plans to host multiple concurrent user desktop sessions on a single virtual machine to reduce compute costs.

Is the following statement true or false?

To host these concurrent sessions, the organization must deploy an Azure Virtual Machine Scale Set.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. Azure Virtual Desktop, not Azure Virtual Machine Scale Sets, is used to host multiple concurrent user desktop sessions on a single virtual machine.
The statement is false because Azure Virtual Machine Scale Sets are used for horizontal scaling (adding or removing identical virtual machines) to support application workloads. In contrast, hosting multiple concurrent user desktop sessions on a single virtual machine is a feature of Azure Virtual Desktop, which uses specialized multi-session operating systems.

Adım Adım Çözüm

1
Analyze the business requirement.
The requirement is to allow multiple users to connect to and run isolated desktop sessions on the same virtual machine concurrently.
Identifying the target capability (multi-session desktop hosting) is necessary to evaluate the correct service.
2
Evaluate the capabilities of Azure Virtual Machine Scale Sets.
Azure Virtual Machine Scale Sets scale the number of virtual machine instances (horizontal scaling) to handle load. They do not provide multi-session desktop hosting capabilities on a single VM.
Verifying the proposed service against the requirement determines if the statement is correct.
3
Identify the correct Azure service for the requirement.
Azure Virtual Desktop, specifically running Windows 11 Enterprise multi-session, is the service designed to host multiple concurrent desktop sessions on a single VM.
Confirming the correct service verifies that the statement's claim is false.

Anahtar Kavram

Azure Virtual Desktop multi-session capabilities versus Azure Virtual Machine Scale Sets horizontal scaling
Soru 1132Soru

A multiplayer online gaming company replicates its player-profile database from a primary datacenter region in the United States to a secondary region in Europe. This replication is configured to ensure that if a major natural disaster takes the primary region completely offline, players can still access their accounts with minimal downtime. Which cloud concept is primarily illustrated by this strategy?

Cevabı ve açıklamayı göster

Cevap: Disaster recovery

Cevap

Disaster recovery
Disaster recovery refers to the policies, tools, and procedures that enable the recovery or continuation of vital technology infrastructure and systems following a natural or human-induced disaster. Replicating databases to a geographically distant secondary region to recover from a complete regional outage is a classic disaster recovery strategy.

Adım Adım Çözüm

1
Analyze the scenario requirements
The scenario describes replicating data across separate geographical regions (US to Europe) to handle a major natural disaster that takes an entire primary region offline.
This establishes the scope of the event as a catastrophic regional failure.
2
Differentiate between regional uptime (high availability) and regional recovery (disaster recovery)
Disaster recovery is designed to handle full regional failures by recovering data and operations in a different region, whereas high availability keeps systems running despite minor, local issues within a single region.
This allows us to identify the correct cloud concept.

Anahtar Kavram

Disaster Recovery vs High Availability
Tahmini Süre:1m 15s
Soru 1133Soru

A smart agriculture startup is migrating its IoT telemetry application to Azure. The team selects a Platform as a Service (PaaS) model to deploy their custom web application and database. Under the Azure shared responsibility model, which task must be performed by the startup's development team?

Cevabı ve açıklamayı göster

Cevap: Configuring the application logic and managing user access to the telemetry data.

Cevap

Configuring the application logic and managing user access to the telemetry data.
Under the Platform as a Service (PaaS) model, the cloud provider manages the underlying hardware, virtualization layers, operating systems, and middleware. The customer remains responsible for the application logic and configuration, as well as securing and managing access to the data they store in the service.

Adım Adım Çözüm

1
Identify the cloud deployment model specified in the scenario.
The scenario specifies a Platform as a Service (PaaS) model.
Determining the correct model is the starting point for applying the Azure shared responsibility model.
2
Differentiate responsibilities between the cloud provider and the customer in a PaaS model.
The provider handles physical security, virtualization, OS, and runtime middleware. The customer handles application code, configurations, and data/access.
This division allows us to identify which responsibilities fall to the startup's development team.

Anahtar Kavram

Shared responsibility model in Platform as a Service (PaaS)
Soru 1134Soru

A customer support agency needs to provide its remote call center representatives with access to a secured, desktop-based CRM application. The agency wants to implement a centralized desktop virtualization solution that allows multiple representatives to log into separate, isolated sessions on the same pool of underlying virtual machines to reduce overall compute costs. Which Azure service should the agency use?

Cevabı ve açıklamayı göster

Cevap: Azure Virtual Desktop

Cevap

Azure Virtual Desktop
Azure Virtual Desktop is a cloud-based desktop and application virtualization service. It uniquely allows organizations to set up multi-session Windows 10 or Windows 11 deployments, enabling multiple users to run isolated sessions concurrently on the same underlying virtual machine resources to optimize costs.

Adım Adım Çözüm

1
Analyze the requirements: the customer needs a centralized desktop virtualization solution for remote representatives to access a desktop CRM application.
Identify that the solution must deliver desktop virtualization rather than web hosting or raw container hosting.
Desktop CRM applications require a full desktop environment (Windows client OS) rather than a simple web runtime.
2
Analyze the cost optimization constraint: multiple users must log into separate, isolated sessions on the same underlying virtual machine resources.
Identify that a multi-session desktop hosting capability is required.
Multi-session capability enables cost-effective resource pooling for virtual desktops.
3
Evaluate the candidate services and choose the one that provides managed multi-session desktop virtualization.
Determine that Azure Virtual Desktop uniquely fulfills both the desktop virtualization and multi-session sharing requirements.
Azure Virtual Desktop includes a built-in session broker and supports Windows 10/11 multi-session deployment.

Anahtar Kavram

Azure Virtual Desktop vs Azure Virtual Machines
Tahmini Süre:1m 0s
Soru 1135Soru

An organization is designing the Azure architecture for a new IoT telemetry processing system. The architecture must meet two key requirements:

1. High availability within the primary deployment region to protect the system against localized power, cooling, or network failures at the datacenter level.
2. Disaster recovery capability to protect the system against a catastrophic regional outage, utilizing a secondary region located at least 300 miles away.

Which two Azure architectural features should the organization use to meet these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Availability Zones within the primary region; The designated Azure Region Pair for the primary region

Cevap

Availability Zones within the primary region and the designated Azure Region Pair for the primary region
To protect against datacenter-level power, cooling, or network outages within the same region, you should use Availability Zones, which distribute workloads across isolated physical datacenters. For disaster recovery across a distance of at least 300 miles, you should use the designated Azure Region Pair, which is designed for cross-region replication and fault tolerance during catastrophic regional outages.

Adım Adım Çözüm

1
Analyze the first requirement: protection against localized power, cooling, or network failures at the datacenter level within a single region.
Identify that Availability Zones are physically separate datacenters within a single region, each equipped with independent power, cooling, and networking. This makes them the correct choice for localized datacenter-level redundancy.
This directly addresses the requirement for single-region high availability without crossing regional boundaries.
2
Analyze the second requirement: protection against a catastrophic regional outage using a secondary region located at least 300 miles away.
Identify that Azure Region Pairs are built specifically for regional disaster recovery, automatically replication-enabled, and spaced at least 300 miles apart.
This matches the disaster recovery requirement and geographical separation distance constraint.
3
Evaluate and eliminate the distractors.
Discard resource groups since they are logical containment boundaries and cannot span/replicate physically. Discard the concept of spanning Availability Zones across different regions because Availability Zones are strictly localized within a single region.
This confirms that only Availability Zones within the primary region and the designated Region Pair are the correct architectural choices.

Anahtar Kavram

Azure Regions, Availability Zones, and Region Pairs redundancy models
Soru 1136Soru

A logistics company is hosting a shipment tracking application in Azure. The application's web tier must remain operational if a power or cooling failure affects an entire datacenter facility within the primary region. Additionally, database backups must be replicated to a secondary region located hundreds of miles away to protect against regional disasters. Which Azure architectural features should the company use to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Deploy the web tier across multiple Availability Zones and replicate database backups using Region Pairs.

Cevap

Deploy the web tier across multiple Availability Zones and replicate database backups using Region Pairs.
Deploying the web tier across multiple Availability Zones protects it from localized power or cooling outages in a single datacenter because each zone is an isolated physical location within the region. Replicating database backups using Region Pairs ensures disaster recovery protection by hosting the copies in a secondary region located hundreds of miles away.

Adım Adım Çözüm

1
Analyze the local redundancy requirement for the web tier.
Identify that protection against a power or cooling failure affecting an entire datacenter facility within a single region is achieved using Availability Zones, which are physically separate datacenters within an Azure region.
Availability Zones provide localized fault isolation (power, cooling, networking) within a region to ensure high availability.
2
Analyze the disaster recovery requirement for database backups.
Identify that replication to a secondary region located hundreds of miles away is achieved using Azure Region Pairs.
Region Pairs consist of two regions within the same geography positioned at least 300 miles apart to provide disaster recovery capabilities.

Anahtar Kavram

Azure Availability Zones provide high availability and local residency by isolating power and cooling failures within a region, whereas Region Pairs provide disaster recovery by replicating data to a secondary region at least 300 miles away.
Tahmini Süre:1m 30s
Soru 1137Soru

An online retail company is planning to migrate its product catalog API to Azure App Service, a Platform as a Service (PaaS) offering. Under the Azure shared responsibility model, which of the following tasks are the responsibility of the customer? (Select two.)

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

Cevabı ve açıklamayı göster

Cevap: Configuring application settings and managing the deployed code; Securing the application data and controlling user access permissions

Cevap

Configuring application settings and managing the deployed code, and Securing the application data and controlling user access permissions
In a Platform as a Service (PaaS) deployment, the cloud provider manages the physical hardware, virtualization layer, and the operating system. The customer retains control over the application (including custom code and settings) and the data hosted within the application, along with identity and access management.

Adım Adım Çözüm

1
Identify the cloud deployment model described in the scenario.
The scenario specifies Azure App Service, which is a Platform as a Service (PaaS) model.
Understanding the deployment model allows you to determine the split of responsibilities between the customer and Microsoft.
2
Apply the shared responsibility model rules for PaaS deployments.
Under PaaS, Microsoft manages physical infrastructure, virtualization, and the operating system. The customer is responsible for the application, data, and access management.
This isolates which tasks are handled by the customer and which are offloaded to Microsoft.
3
Evaluate the choices to match customer responsibilities.
Configuring application settings/code and securing data/user access are customer responsibilities. OS patching is a provider responsibility, and SaaS application licensing is irrelevant to PaaS custom hosting.
Ensures selection of only correct answers based on the mapped responsibilities.

Anahtar Kavram

Division of responsibility under Platform as a Service (PaaS)
Soru 1138Soru

A company is planning to deploy a development and testing environment in Azure. The environment has the following requirements:

- Developers require full administrative control over a dedicated operating system to install custom database engines and system-level drivers.
- Finance contractors require remote access to standard Windows 11 desktop environments, where multiple users are hosted on the same virtual machine to reduce costs.

Which TWO of the following services should the company deploy to meet these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Azure Virtual Machines for the developers; Azure Virtual Desktop for the finance contractors

Cevap

Deploying Azure Virtual Machines for the developers and Azure Virtual Desktop for the finance contractors.
The correct options are deploying Azure Virtual Machines for the developers and Azure Virtual Desktop for the finance contractors. Azure Virtual Machines provide full operating system access (IaaS) required to install database engines and system-level drivers. Azure Virtual Desktop provides multi-session Windows 11 capability, allowing multiple users to share a single VM host and optimize costs.

Adım Adım Çözüm

1
Analyze the developers' requirement for OS-level control and custom driver installation.
Identify that full administrative access to a dedicated OS is a core feature of Infrastructure as a Service (IaaS), which is provided by Azure Virtual Machines.
Since PaaS options like Azure App Service abstract away operating system management, they cannot satisfy the custom driver requirement.
2
Analyze the finance contractors' requirement for multi-session Windows 11 desktop virtualization.
Identify that Azure Virtual Desktop is the service designed specifically for hosting multi-session Windows 11 client environments.
While Virtual Machine Scale Sets can scale VM instances, they do not natively support multi-session Windows client OS hosting without Azure Virtual Desktop integration.

Anahtar Kavram

Distinction between Azure Virtual Machines (IaaS) and Azure Virtual Desktop (desktop virtualization)
Soru 1139Soru

A financial startup is deploying a custom database backend for a new mobile transaction application. The development team wants to focus exclusively on designing the database schema and writing stored procedures, without managing hardware maintenance, operating system patching, or database engine updates.

Which service model and responsibility division meets these requirements?

Cevabı ve açıklamayı göster

Cevap: Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.

Cevap

Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.
The correct option is 'Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.' This service model allows the customer to focus on application development and database design (like schemas and stored procedures) while the cloud provider handles the underlying infrastructure, operating system, and database software updates.

Adım Adım Çözüm

1
Analyze the management requirements of the financial startup.
The startup needs custom database access (schema design, stored procedures) but wants to delegate hardware, OS patching, and database engine updates to the cloud provider.
Identifying what the customer wants to manage versus what they want the provider to manage helps determine the correct cloud service model.
2
Evaluate the cloud service models (IaaS, PaaS, SaaS) against these requirements.
IaaS leaves OS and database engine management to the customer. SaaS does not allow custom database schema design. PaaS allows custom database configurations while the provider manages the OS and database engine.
Comparing requirements to the features of each service model narrows the choices down to Platform as a Service (PaaS).
3
Determine the correct responsibility distribution for the chosen PaaS model.
In PaaS, the cloud provider manages the operating system patching and database engine updates, not the customer.
This filters out the incorrect PaaS option that misassigns OS patching to the customer.

Anahtar Kavram

Platform as a Service (PaaS) Shared Responsibility Model
Soru 1140Soru

Replication of data between Azure Region Pairs is synchronous to prevent data loss during a regional disaster, whereas replication between Availability Zones within the same region is asynchronous to reduce latency.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because replication between Availability Zones is synchronous, while replication between Region Pairs is asynchronous.
The statement is false because Azure uses synchronous replication for Availability Zones within a region to maintain high availability with zero data loss, and asynchronous replication for Region Pairs to handle disaster recovery without causing latency issues over long distances.

Adım Adım Çözüm

1
Analyze the replication mechanism of Availability Zones.
Availability Zones are physically separate datacenters within the same Azure region, connected by high-speed, low-latency private fiber networks. This close proximity allows Azure to replicate data synchronously across zones to ensure no data loss in the event of a zone outage.
To verify if the zone replication part of the statement is correct.
2
Analyze the replication mechanism of Region Pairs.
Azure Region Pairs are located hundreds of miles apart (typically at least 300 miles) to protect against large-scale regional disasters. Due to the physical distance, data is replicated asynchronously to prevent application performance latency.
To verify if the region pair replication part of the statement is correct.
3
Compare the analyzed mechanisms with the provided statement.
The statement incorrectly swaps the replication methods, stating that Region Pairs replicate synchronously and Availability Zones replicate asynchronously. Therefore, the statement is false.
To arrive at the final evaluation of the statement.

Anahtar Kavram

Replication latency and methods differ between Availability Zones (local, synchronous) and Region Pairs (geographical, asynchronous).
ÖncekiSayfa 57 / 60Sonraki
Tüm alıştırma soruları — Microsoft Azure Fundamentals (AZ-900) | Examkin