All practice questions
1198 questions
An enterprise is designing a hub-and-spoke network topology in Azure to support their application infrastructure. The topology includes the following components:
* A hub virtual network named `vnet-hub-useast` () that hosts a Virtual Network Gateway and an Azure Firewall with the private IP address ``.
* A spoke virtual network named `vnet-spoke-app` () that contains two subnets: `snet-web` () and `snet-db` ().
* An on-premises network () connected to the hub's Virtual Network Gateway via an ExpressRoute circuit.
* Virtual network peering established between `vnet-hub-useast` and `vnet-spoke-app` with gateway transit enabled.
You are designing a routing solution for the subnets in `vnet-spoke-app` to meet these requirements:
1. All outbound traffic destined for the internet must be inspected by the Azure Firewall.
2. All traffic destined for the on-premises network () must route through the Virtual Network Gateway.
3. Traffic between `snet-web` and `snet-db` must route directly within the spoke virtual network without traversing the hub.
4. The configuration must minimize administrative overhead and avoid using statically defined routes for on-premises address ranges.
Which two configurations should you include in the route table associated with the spoke subnets to meet these requirements?
Select all that apply
A logistics enterprise is designing the compute architecture for a core dispatch routing service on Azure. The service runs on Azure Virtual Machines and requires a minimum virtual machine uptime SLA of to meet business requirements. The architecture must protect the service against localized datacenter failures within the Azure region. Which of the following compute deployment strategies should you recommend to meet these requirements?
A logistics company is designing a serverless infrastructure solution for two application workloads:
* A REST API for package tracking that must scale out rapidly to handle sudden spikes in traffic, integrate with an Azure Virtual Network (VNet), and avoid cold-start latency.
* An event-driven invoice processing job that extracts metadata from uploaded documents using OCR. This job can take up to 20 minutes to complete.
You need to recommend the compute services that satisfy these requirements while minimizing operational overhead.
Which two Azure compute solutions should you recommend? (Select TWO.)
Select all that apply
An enterprise is designing a secure hybrid network topology in Azure. The design includes a hub virtual network named `vnet-hub-prod` () that contains an Azure VPN Gateway connected to an on-premises datacenter. A spoke virtual network named `vnet-spoke-app` () is peered with `vnet-hub-prod`. The spoke network contains a subnet named `subnet-app` ().
The enterprise requires that all outbound internet traffic from `subnet-app` is redirected to the on-premises datacenter for security inspection. Resources within `vnet-spoke-app` must retain the ability to communicate directly with each other.
Which three configuration steps should you recommend to meet these requirements?
Select all that apply
An organization is designing a secure network environment for a microservices application hosted on Azure Virtual Machine Scale Sets in a dedicated subnet. The application must connect to an Azure Key Vault and an Azure Storage account. Corporate security policy requires restricting outbound traffic to the internet, and the design must minimize administrative effort to maintain security rules as Azure services evolve. Which two actions should you include in the network security design? (Select two.)
Select all that apply
An organization is designing a serverless solution for a new application that processes user-uploaded medical images. The solution contains two workloads:
1. An API frontend that receives image upload events and metadata. This API experiences highly volatile traffic patterns with long periods of idle time and must scale to zero to minimize hosting costs.
2. A background worker that performs computational analysis on the uploaded images. Each analysis task takes approximately 15 minutes to complete.
You need to select the compute resources that minimize operational overhead and hosting costs while ensuring that all processing tasks complete successfully.
Which two Azure hosting options should you recommend? (Select two.)
Select all that apply
An organization is designing the compute layer for a telemetry processing workload. The workload will run on Azure Virtual Machines.
The design must meet the following requirements:
- Provide a virtual machine uptime SLA of .
- Protect the workload against localized datacenter outages within an Azure region.
- Minimize network latency between the virtual machine instances.
Which two actions should you include in the design? (Select two.)
Select all that apply
A financial services company is designing a serverless solution to process end-of-day transaction reconciliation files. The reconciliation process runs once daily, parses large files containing transaction records, validates the data, and writes the results to a database. The process typically takes 25 minutes to complete. The company wants to minimize administrative overhead and ensure they only pay for compute resources while the process is running. Which hosting solution should you recommend?
An enterprise is implementing a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-prod-hub` (), hosts a firewall at . The spoke virtual network, `vnet-prod-spoke` (), contains two subnets named `subnet-web` () and `subnet-app` (). To inspect traffic between the two spoke subnets, an administrator creates a route table and associates it with both subnets in `vnet-prod-spoke`. The route table contains a user-defined route (UDR) with the address prefix and a next hop of the firewall at . After this change, virtual machines within `subnet-web` can no longer communicate with each other, nor with virtual machines in `subnet-app`. Which of the following describes the cause of this connectivity failure?
A digital publishing company is migrating its content management and rendering platforms to Azure. The system requires two compute tiers:
1. Editorial Backend: A stateful web application that runs continuously, requires a availability SLA, and must be isolated on dedicated physical hardware due to compliance requirements.
2. Rendering Workers: A stateless batch video-rendering workload that can tolerate interruptions and must run at the absolute lowest cost.
Which compute virtualization solution should you recommend to meet these requirements?
An enterprise architecture team is implementing a hub-and-spoke virtual network topology in Azure for a secure payment application. The hub virtual network hosts an Azure Firewall with the private IP address . A spoke virtual network named `VNet1` contains two subnets:
* `Subnet1` (): Contains Azure Virtual Machines hosting the payment application.
* `Subnet2` (): Contains a Private Endpoint (IP address ) for a secure Azure SQL Database.
You must ensure that all traffic from the Virtual Machines in `Subnet1` to the SQL Database Private Endpoint in `Subnet2` is inspected by the Azure Firewall. The design must also enforce network security group (NSG) rules on both subnets.
Which two actions should you perform? (Select two.)
Select all that apply
Solaris Energy operates a distributed workload on Azure Virtual Machines within a subnet named BackendSubnet. The application running on these virtual machines must securely connect to Azure Key Vault to retrieve database credentials and certificate keys. The network team must implement a security design that restricts outbound traffic from the virtual machines to ONLY Azure Key Vault, blocking all other internet-bound traffic. Which network security configuration should you recommend to meet these requirements with the least administrative effort?
A retail company is designing the compute infrastructure for a new customer loyalty portal. The portal must run on Azure Virtual Machines and requires at least two VM instances to handle traffic. The architecture must guarantee a compute SLA of and protect against the failure of an entire datacenter. Which VM deployment configuration meets the requirements?
A biotechnology firm is designing the Azure compute virtualization infrastructure for two workloads:
- Genomic Sequencing Analyzer: A batch processing job that executes for up to minutes per run. It is highly resource-intensive, interruptible, can save progress to a checkpoint database, and must be optimized for the lowest possible compute costs.
- Customer Operations Portal: A steady-state web application database backend that requires a availability SLA and is critical to business continuity.
Which two compute solutions should you recommend to meet these requirements? (Select two).
Select all that apply
An enterprise is designing a hub-and-spoke virtual network topology in Azure. The topology consists of a hub virtual network named `vnet-hub-prod` (), a spoke virtual network named `vnet-spoke-app` (), and a spoke virtual network named `vnet-spoke-db` (). The hub virtual network contains an Azure Firewall deployed at . Virtual network peering is established between the hub and each spoke virtual network.
The following routing requirements must be met:
- All traffic between `vnet-spoke-app` and `vnet-spoke-db` must transit through the Azure Firewall in the hub.
- All outbound internet traffic from the spokes must be routed through the Azure Firewall.
- Virtual machines within `vnet-spoke-app` must communicate directly with each other without sending traffic to the firewall.
Which of the following routing configurations should you implement to satisfy these requirements? (Select TWO.)
Select all that apply
An enterprise is designing a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-useast-hub` (), contains an Azure Firewall deployed at in the `AzureFirewallSubnet` (). The spoke virtual network, `vnet-useast-prod` (), contains two subnets: `snet-prod-web` () and `snet-prod-db` (). The two virtual networks are peered. You need to design a routing solution for the route table associated with `snet-prod-web` to meet the following requirements:
- All traffic destined for the internet must be routed through the Azure Firewall.
- All traffic destined for `snet-prod-db` must be routed through the Azure Firewall.
- Traffic between virtual machines within the same `snet-prod-web` subnet must bypass the Azure Firewall and communicate directly.
- The configuration must minimize administrative maintenance when new subnets are added to `vnet-useast-prod` in the future.
Which configuration should you use for the route table associated with `snet-prod-web`?
An organization plans to migrate an on-premises web application to Azure. The environment consists of:
- Four web servers running Apache Tomcat on VMware vSphere VMs.
- An Oracle Database running on two physical Red Hat Enterprise Linux (RHEL) servers configured in a hardware-level cluster.
The organization has the following requirements:
- Map network dependencies between the Tomcat VMs and the physical database servers to ensure no components are left behind.
- Minimize administrative overhead for the hybrid identity solution. Federated authentication is not required.
- Identify database compatibility and determine the correct target Azure service for the Oracle database workload.
Which two actions should you include in the migration assessment and strategy? (Choose two.)
Select all that apply
An enterprise is designing a virtual network routing architecture in Azure to support their workload migration. The architecture consists of a hub virtual network named `vnet-prod-hub` () that contains a Virtual Network Gateway (`vgw-prod-hub`) in the `GatewaySubnet` (), and a spoke virtual network named `vnet-prod-spoke1` () hosting an application subnet named `snet-app` (). You need to design a routing solution that forces all internet-bound traffic from the VMs in `snet-app` to go through `vgw-prod-hub` to the on-premises network, while ensuring that VMs within `vnet-prod-spoke1` can communicate directly with each other without routing through the hub. Which two configurations should you include in the design? Select two.
Select all that apply
AeroSpace Dynamics is designing the network security for a subnet named ProcessingSubnet that hosts Azure Virtual Machines. The virtual machines require outbound access to Azure Storage and Azure Key Vault to process data. All other outbound internet access from the subnet must be blocked. The design must minimize administrative maintenance.
Which two outbound configurations should you recommend for the Network Security Group (NSG) associated with ProcessingSubnet?
Select all that apply
A university is designing the compute infrastructure for a student registration portal that will run on Azure Virtual Machines. The registration portal experiences high seasonal traffic and must remain resilient during infrastructure updates or datacenter-level disruptions. The portal requires a virtual machine uptime SLA of at least .
Which two actions should you include in the design? (Select two.)
Select all that apply