Tüm alıştırma soruları
1198 soru
A shipping logistics company is designing an Azure compute solution for its new transit tracking application. The application consists of two main components:
1. Real-time Route Calculator: A stateful service that runs continuously to update delivery estimates. It requires stable, predictable CPU performance and must meet a strict service level agreement (SLA) for uptime.
2. Historical Analytics Processor: A processing job that runs nightly to analyze route efficiency. The job can be interrupted and resumed without impact, and minimizing compute cost is the highest priority.
Which of the following compute virtualization configurations should you recommend to meet these requirements? (Select TWO)
Geçerli olan tümünü seçin
A company named Aetheris Manufacturing is designing the network security architecture for a new web application. The application runs on Azure Virtual Machines deployed in a subnet named AppSubnet within a virtual network named VNet1. The application requires access to an Azure SQL Database and must retrieve configuration secrets from an Azure Key Vault. The application must also authenticate users using Microsoft Entra ID. You need to design a security solution that meets the following requirements:
- Restrict all outbound internet access from AppSubnet, except for the traffic required for Microsoft Entra ID authentication and Azure Key Vault access.
- Ensure the virtual machines access the Azure SQL Database using private IP addresses.
- Minimize the administrative and operational effort required to maintain network security rules.
- Avoid manually defining and updating public IP address ranges in network security rules.
Which two actions should you include in the design?
Geçerli olan tümünü seçin
An enterprise is modernizing a media streaming platform in Azure. The system consists of two primary endpoints:
1. A management API endpoint that receives HTTP/HTTPS control messages on port 443. The API requires URL path-based routing (e.g., `/stream/start` vs `/stream/stop`) and SSL/TLS termination.
2. A real-time video stream ingestion endpoint that receives continuous UDP traffic on port 8080.
The backend virtual machines (VMs) processing both workloads are deployed within a Virtual Machine Scale Set (VMSS) across multiple Availability Zones for high availability. To reduce costs, the networking team proposes deploying:
* An Azure Application Gateway (Standard v2) to load balance the HTTP/HTTPS management API.
* A Basic SKU Azure Load Balancer to load balance the UDP streaming traffic.
Why will the proposed load balancing configuration fail to deploy?
A media streaming company is designing the compute layer for a real-time video transcoding service that runs on Azure Virtual Machines. The service must meet the following requirements:
- The virtual machines must achieve a compute SLA of at least for high availability.
- The virtual machines must be placed to ensure the lowest possible network latency between the instances.
- The virtual machines must be protected against localized hardware failures, such as power or cooling issues within a single physical rack.
Which two actions should you include in the design to meet the requirements? (Select two.)
Geçerli olan tümünü seçin
A company plans to migrate its on-premises environment to Azure. The environment consists of ten virtual machines running on a Nutanix AHV cluster, four physical servers running Oracle Solaris, and a Microsoft SQL Server 2016 failover cluster instance hosting databases that utilize cross-database queries. You need to design a migration assessment and dependency mapping strategy. The strategy must discover all server workloads, assess their readiness, identify all network and application dependencies, and identify the correct database migration target while preserving database features. Which two actions should you include in the strategy? Choose two.
Geçerli olan tümünü seçin
A retail company is designing a serverless architecture for a new inventory management system. The architecture must support two workloads:
1. A public-facing REST API that serves product catalog details, which experiences unpredictable traffic spikes and must minimize costs by scaling to zero during idle periods.
2. A nightly batch synchronization job that updates inventory levels from an external warehouse database, which runs to completion, takes up to 45 minutes to execute, and requires a custom runtime environment.
To minimize administrative overhead and runtime hosting costs, which hosting configuration should you recommend?
An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-central`, uses the IP address space and hosts an Azure Firewall at . There are two spoke virtual networks: `vnet-app-prod` () and `vnet-db-prod` (). Both spokes are peered directly to `vnet-hub-central`. You need to ensure that all network traffic between `vnet-app-prod` and `vnet-db-prod` is routed through the Azure Firewall for security inspection, while ensuring that resources within `vnet-app-prod` can communicate with each other directly without routing local traffic through the firewall. Which two configurations should you implement? (Select two.)
Geçerli olan tümünü seçin
A financial services company is designing the Azure compute virtualization solution for a new core payment processing application. The application will run continuously () and requires a highly available infrastructure with a SLA. Due to strict regulatory compliance, the application must run on isolated physical hardware dedicated to the company, and the virtual machines require a high memory-to-vCPU ratio to support caching massive transaction tables. Which compute solution should you recommend to meet these requirements?
You are conducting an architectural review for a smart city traffic monitoring system. The system requires two primary workloads to be hosted in Azure:
1. A public API endpoint for transit queries that experiences severe traffic spikes during rush hours and long periods of inactivity overnight. To optimize cost, it must scale to zero instances when idle.
2. A background analytics worker that processes traffic camera footage. Each execution is triggered by a file upload, runs a custom computer vision model, and takes up to 20 minutes to complete.
To meet these requirements with the lowest operational overhead and cost, which two components should you include in your design? (Select TWO.)
Geçerli olan tümünü seçin
An organization plans to migrate a legacy three-tier web application hosted on-premises on a Hyper-V failover cluster to Azure. The application database tier consists of two Microsoft SQL Server virtual machines that execute cross-database queries. The application tier has strict low-latency requirements for database communication. The company wants to implement Microsoft Entra ID for hybrid identity but does not have any regulatory or technical requirements for federated authentication methods.
Which two actions should you include in the migration assessment and strategy? (Choose two.)
Geçerli olan tümünü seçin
An enterprise is modernizing a legacy web application in a single Azure region. The application requires routing incoming HTTP/HTTPS traffic to different virtual machine scale sets based on the URL path (such as routing `/api/*` to a dedicated API pool and `/web/*` to a web pool). The design must support SSL/TLS termination at the load balancing tier to offload decryption overhead from the backend instances. Additionally, administrative access to individual virtual machines must be preserved via Basic SKU Public IP addresses currently assigned directly to their network interfaces, and the load balancing solution must be restricted to regional distribution within the primary virtual network. Which of the following configuration options should the architect recommend?
A legal services company is implementing a serverless worker that compiles large case files into a single PDF document. The compilation process is CPU-intensive and typically runs for 11 to 14 minutes per request. The company wants a fully managed serverless compute option that scales to zero to minimize costs during periods of inactivity, and they want to avoid the administrative overhead of managing underlying container clusters or virtual machines. Which Azure service should you select to meet these requirements?
Solaria Energy is designing a secure architecture for a cloud-based analytics system. The system consists of a virtual network named VNet-Analytics containing a subnet named Processing-Subnet. Virtual machines in Processing-Subnet must securely access an Azure SQL Database instance and an Azure Key Vault.
The design must meet the following requirements:
- All traffic to Azure SQL Database and Azure Key Vault must remain within the Microsoft backbone network.
- Virtual machines in Processing-Subnet must resolve the database and key vault hostnames using their private IP addresses.
- Public endpoint access to the Azure SQL Database and Azure Key Vault must be fully disabled.
- The solution must minimize administrative overhead.
Which two actions should you include in the design to meet the requirements?
Geçerli olan tümünü seçin
An enterprise is designing a routing architecture in Azure. The topology consists of the following components:
* A hub virtual network named `vnet-hub-eus` () that hosts a security Network Virtual Appliance (NVA) at .
* A spoke virtual network named `vnet-prod-eus` () containing two subnets: `subnet-app` () and `subnet-db` ().
* Virtual network peering is established between `vnet-hub-eus` and `vnet-prod-eus` with gateway transit disabled.
The design requires that all traffic from `vnet-prod-eus` to the Internet is routed through the NVA in `vnet-hub-eus` for inspection. However, to minimize latency and costs, traffic between `subnet-app` and `subnet-db` must route directly within the virtual network, bypassing the NVA.
To implement this, an administrator plans to associate a route table with both `subnet-app` and `subnet-db`.
Which route configuration should the administrator define in the route table to satisfy the requirements?
An organization plans to migrate an on-premises payroll application hosted on VMware vSphere. The application comprises three web servers and a backend database server running SQL Server 2016. The database uses SQL Server Agent for scheduled maintenance and performs cross-database queries. Users authenticate via an on-premises Active Directory Domain Services (AD DS) domain. The application interacts with external services, but the specific network connections are undocumented.
You need to design a migration assessment and transition strategy that meets the following requirements:
- Identify all application network dependencies before migration to prevent service disruptions.
- Minimize administrative overhead and infrastructure complexity for both the database tier and identity synchronization.
- Maintain support for the legacy database features.
Which migration strategy should you recommend?
An investment bank is designing the compute infrastructure for a core ledger processing system on Azure. The system must meet a virtual machine uptime SLA of 99.99% and must remain available even if an entire Azure zone experiences an outage. Which two configurations should you include in the design?
Geçerli olan tümünü seçin
An enterprise is designing a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-hub-weur` (), hosts an Azure Firewall at and an ExpressRoute gateway. The spoke virtual network, `vnet-prod-weur` (), contains a subnet named `subnet-app` (). The on-premises network uses the IP address space .
The routing design must meet the following requirements:
1. All internet-bound traffic from `subnet-app` must be routed through the Azure Firewall in the hub.
2. All traffic from `subnet-app` destined for the on-premises network must be routed through the ExpressRoute gateway.
3. Local traffic within `vnet-prod-weur` must bypass the Azure Firewall.
Which two configurations should you recommend to meet these requirements? (Select TWO)
Geçerli olan tümünü seçin
A company is designing the compute infrastructure on Azure for a legacy background processing application. The application has the following characteristics and requirements:
- It processes long-running batch jobs that take up to 45 minutes to complete.
- It must run continuously 24/7 and cannot tolerate unexpected interruptions or evictions.
- The solution must be highly available and resilient to datacenter outages within an Azure region.
Which compute solution should you recommend to meet these requirements?
Lumina Financials is designing a secure architecture for a cloud database application deployed on virtual machines in a virtual network subnet named Subnet1. The virtual machines require outbound connectivity to Azure Storage and Azure SQL Database in the same region to perform nightly data transfers. You need to configure a Network Security Group (NSG) associated with Subnet1 to permit outbound traffic to only these services while blocking all other outbound internet traffic. The solution must minimize administrative overhead when IP address ranges for the Azure services change. Which NSG outbound rule configuration should you recommend?
A retail company is migrating its e-commerce inventory management portal to Azure. The portal has the following requirements:
* It must run on virtual machines to support legacy dependencies and custom operating system kernel configurations.
* It must automatically scale the number of virtual machine instances to meet fluctuating traffic demand.
* It must guarantee a Service Level Agreement (SLA) of for compute availability.
* It must support running a mix of virtual machine sizes (specifically, memory-optimized E-series and general-purpose D-series instances) within the same group to handle different workloads.
* It must distribute the virtual machines across multiple physical fault domains in the Azure region.
Which compute solution should you design to meet these requirements?