Tüm alıştırma soruları
1198 soru
A company is designing a serverless solution to process daily large-scale data exports from an on-premises ERP system. The processing job runs once per day, takes approximately minutes to complete, and requires a custom Python environment with specific system-level dependencies. The solution must minimize administrative overhead and ensure that compute resources are billed only during the execution of the job. Which Azure compute solution should you recommend?
An organization named Novis Analytics is designing a secure three-tier application architecture in Azure. The application will be deployed within a single virtual network subnet named WorkloadSubnet and consists of three groups of Azure Virtual Machines (VMs) running the following workloads:
* Web front-ends
* Application back-ends
* Database administrators
The design must satisfy the following security and operational requirements:
* Web front-ends must only be allowed to communicate outbound to the application back-ends.
* Application back-ends must be allowed to make outbound HTTPS requests to an Azure Key Vault and an Azure SQL Database.
* Database administrators must be allowed to access the Azure SQL Database, but must be blocked from accessing the Azure Key Vault.
* All other outbound internet traffic from the subnet must be blocked.
* Administrative effort must be minimized, and security policies must automatically apply to new VM instances added to any tier without updating network security rule definitions.
Which network security design should you recommend?
An insurance firm is designing the Azure compute virtualization solution for its core claims processing system. The system requires two distinct compute environments:
* Claims Web API: A customer-facing API that processes incoming claims, requires memory-optimized virtual machines (high memory-to-vCPU ratio) to handle large session states, and must maintain an availability SLA of 99.99%.
* Reporting Generator: A batch workload that runs overnight to aggregate daily claims reports. The processing can tolerate interruptions, and the primary design constraint is minimizing operational costs.
Which virtualization solution meets the requirements for both workloads?
A company named Veridia Tech deploys a three-tier web application to Azure. The application consists of web servers, application servers, and database servers, all hosted on Azure Virtual Machines within a single subnet named WorkloadSubnet. You need to design a network security solution that meets the following requirements:
- Restricts network traffic so that web servers can only communicate with application servers, and application servers can only communicate with database servers.
- Prevents direct network communication between web servers and database servers.
- Automatically applies the traffic restrictions to new virtual machines as they are provisioned.
- Minimizes administrative overhead by avoiding the management of individual IP addresses or the creation of separate subnets.
Which component should you include in the network security design?
An organization is designing a serverless backend solution to process data analysis batches. Each batch job takes up to 25 minutes to complete. The solution must auto-scale to meet demand, minimize cost when idle, and require minimal management overhead.
Which two Azure compute options should you recommend for hosting the batch jobs?
Geçerli olan tümünü seçin
A gaming company is deploying a new online multiplayer game on Azure. The system architecture requires two distinct compute tiers:
1. Matchmaking Service: A production-grade backend service that manages active player sessions and matchmaking. It runs , requires a availability SLA, and must not experience unexpected virtual machine (VM) termination.
2. Telemetry Log Processor: A background worker service that aggregates and processes player telemetry metrics. The processing can be interrupted and resumed later without data loss.
To maximize availability for the Matchmaking Service and minimize costs for the Telemetry Log Processor, which compute configuration should you recommend?
Ember Healthcare is designing the network security architecture for a new application in Azure. The application architecture includes an Azure SQL Database logical server and an Azure Storage account. The local corporate network is connected to Azure using an ExpressRoute circuit with private peering.
You must design a network solution that meets the following requirements:
- The Azure SQL Database and Azure Storage account must not accept any connections from the public internet.
- On-premises users must be able to securely connect to the SQL Database and Storage account using their respective Fully Qualified Domain Names (FQDNs) over the private connection.
- The solution must minimize the administrative overhead of deploying and maintaining virtual machine-based DNS forwarders.
- Inbound and outbound access to the Azure subnets must be secured using Network Security Groups (NSGs) while minimizing the need to manually update rule IP addresses when Microsoft updates their service ranges.
Which two actions should you include in the recommended design?
Geçerli olan tümünü seçin
A gaming company is designing the compute layer for a real-time multiplayer matchmaking and session hosting application. The backend will run on Azure Virtual Machines. The design must meet the following requirements:
- Provide a virtual machine uptime SLA of at least .
- Minimize network latency between the application servers.
Which two actions should you include in the design? (Select two.)
Geçerli olan tümünü seçin
A financial services company is designing the Azure compute virtualization infrastructure for a new multi-tier application. The architecture has two primary workloads:
1. Production Database Tier: A transactional database cluster that requires high write throughput and must achieve a virtual machine uptime SLA.
2. Development Testing Tier: A batch-oriented build-and-test environment that can tolerate interruptions and does not have a strict SLA. The primary objective is to minimize compute costs.
Which two compute configurations should you include in the design to meet these requirements?
Geçerli olan tümünü seçin
Vortex Logistics is designing a secure architecture in Azure. They have a virtual network named VNet1 that contains a subnet named BackendSubnet. The virtual machines in BackendSubnet need to access an Azure Storage account named store1 and an Azure SQL Database named db1 privately without exposing the data traffic to the public internet. The solution must minimize administrative overhead and avoid using static IP listings or manual routing updates. Which two actions should you include in the design to meet these requirements?
Geçerli olan tümünü seçin
A company plans to migrate its legacy ERP system from an on-premises datacenter hosting physical servers and VMware vSphere virtual machines to Azure.
The system requirements and constraints are:
- The inventory consists of 40 virtual machines running on VMware vSphere and 5 physical servers running specialized processing software.
- The database tier runs on SQL Server on-premises, using SQL Server Agent jobs for nightly ETL tasks and cross-database queries between two databases on the same instance.
- Users will authenticate using their existing on-premises Active Directory Domain Services (AD DS) credentials. No advanced federation features (such as certificate-based authentication or smart cards) are required, but minimizing infrastructure overhead and deployment complexity is critical.
- You need to map application dependencies for all servers to identify migration groups, ensuring that network connection details (ports, IP addresses) are captured for security group planning.
Which two actions should you include in the migration assessment and strategy? (Choose two.)
Geçerli olan tümünü seçin
An IoT manufacturing enterprise is deploying a regional telematics processing solution in Azure. The architecture contains two main services:
1. An HTTP/HTTPS dashboard API that requires path-based routing (routing `/telemetry/*` to a hot-path processing pool and `/reports/*` to a cold-path pool) and SSL/TLS termination at the gateway.
2. A raw TCP receiver service running on port 5001 that processes stream data directly from hardware sensors.
The design requires zone-redundancy and high availability across three Availability Zones. The virtual machines hosting the TCP receiver service currently use Basic SKU Public IP addresses to support direct remote debugging over the internet.
Which load balancing configuration should you recommend to meet these requirements?
A healthcare provider is designing a serverless architecture to ingest and process HL7 clinical data messages and host a lightweight REST API. The REST API will receive incoming message metadata and must respond within milliseconds to the sender. The clinical data messages are processed asynchronously by a background worker that can take up to minutes to complete the analysis and transformation for each message. The architecture must minimize administrative overhead and ensure that compute costs are reduced to zero during periods of inactivity. Which of the following Azure services should you recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
Your company is designing a hybrid network in Azure using a hub-and-spoke topology. The architecture includes:
* A hub virtual network named `vnet-hub-central` with an address space of .
* A spoke virtual network named `vnet-spoke-app` with an address space of .
* A spoke virtual network named `vnet-spoke-data` with an address space of .
* An Azure ExpressRoute gateway deployed in the `GatewaySubnet` () of `vnet-hub-central` connecting to the on-premises network.
* A third-party network virtual appliance (NVA) deployed in `vnet-hub-central` to inspect all transit traffic.
* An Azure Route Server deployed in the `RouteServerSubnet` () of `vnet-hub-central`.
You need to configure the network to ensure that the spoke virtual networks dynamically exchange routing information with the on-premises network via the NVA, minimizing manual route table maintenance.
Which three actions should you perform? (Each correct answer presents part of the solution.)
Geçerli olan tümünü seçin
A company named Vortex Retail is designing a secure network environment for a payment processing system. The system runs on Azure Virtual Machines deployed in a subnet named PaymentSubnet within a virtual network named VNet-Prod. The virtual machines must meet the following requirements:
- Access an Azure Storage Account named paystorage securely without routing traffic over the public internet.
- Connect to Azure Key Vault to retrieve cryptographic keys.
- Communicate with Microsoft Entra ID for identity verification and Azure Monitor for telemetry ingestion.
- Block all other outbound traffic to the public internet.
- Minimize administrative effort and avoid manually maintaining IP address lists.
You need to recommend the network security and private access architecture for the virtual machines.
Which configuration should you recommend?
An enterprise is modernizing a global HR SaaS application. The application consists of two main tiers:
1. A web application tier (HTTP/HTTPS) that requires SSL/TLS termination, URL path-based routing (e.g., routing `/benefits/*` and `/payroll/*` to different backend pools), and global optimization to route users to the closest region (either East US or West Europe).
2. A background data-sync tier that communicates using a custom TCP protocol on port 9090, requiring high-throughput regional layer 4 load balancing in the East US region.
The existing virtual machines for the background data-sync tier in East US are configured with Basic SKU Public IP addresses.
You need to design the application load balancing and delivery solution to meet these requirements while preventing configuration validation errors.
Which of the following actions should you recommend? (Select TWO.)
Geçerli olan tümünü seçin
A company named Zephyr Retail is designing a network security solution for an Azure virtual network subnet named ProcessingSubnet. Virtual machines in ProcessingSubnet must be able to securely access Azure Storage and Azure Key Vault in the same Azure region. All other outbound access to the public internet must be blocked. The solution must minimize administrative overhead and ensure that network rules do not require manual updates when Azure service IP ranges change. Which configuration should you recommend for the Network Security Group (NSG) associated with ProcessingSubnet?
An organization plans to migrate its legacy inventory management application to Azure. The current workload runs on physical bare-metal servers hosting Windows Server . The application uses a backend Microsoft SQL Server instance containing multiple databases that rely on SQL Server Agent jobs and cross-database queries.
You need to design a migration assessment and transition strategy that meets the following requirements:
1. Identify and map all network dependencies, process communication paths, and ports across the physical servers using Azure Migrate.
2. Recommend a fully managed Azure SQL database hosting option that natively supports SQL Server Agent and cross-database queries.
3. Configure a hybrid identity synchronization method that allows on-premises Active Directory Domain Services (AD DS) users to authenticate to Azure resources without deploying any on-premises federation servers.
Which combination of solutions should you recommend?
An organization is designing the compute layer for a legacy line-of-business application on Azure. The application runs on two virtual machines that require low-latency communication and must reside in the same physical datacenter. The design must guarantee a virtual machine uptime SLA of at least 99.95% for the application. Which configuration should you recommend to meet these requirements?
An enterprise is designing an Azure hub-and-spoke virtual network topology to support their internal workloads. The topology is configured as follows:
* The hub virtual network, `vnet-hub-core`, has an address space of and hosts an Azure Firewall at .
* A spoke virtual network, `vnet-spoke-app`, has an address space of and contains a subnet named `subnet-app` ().
* A second spoke virtual network, `vnet-spoke-shared`, has an address space of .
* Both spoke virtual networks are peered directly with `vnet-hub-core`. Spoke-to-spoke peering is not configured.
To meet corporate security policies, all traffic originating from `subnet-app` that is destined for the Internet, `vnet-spoke-shared`, and `vnet-hub-core` must be routed through the Azure Firewall for inspection.
An administrator associates a route table with `subnet-app` containing the following custom routes:
* Route 1: Address prefix , Next hop: Virtual appliance ()
* Route 2: Address prefix , Next hop: Virtual appliance ()
Which routing behavior will occur for traffic originating from `subnet-app`?