Design Infrastructure Solutions
360 soru
An enterprise is designing a hub-and-spoke network topology in Azure. The topology consists of the following components:
* A hub virtual network named `vnet-neur-hub` () containing an Azure Firewall deployed at IP address .
* A production spoke virtual network named `vnet-neur-prod` () peered with `vnet-neur-hub`.
* A shared services spoke virtual network named `vnet-neur-shared` () peered with `vnet-neur-hub`.
There is no direct virtual network peering between `vnet-neur-prod` and `vnet-neur-shared`.
You need to implement a routing design that achieves the following objectives:
1. All outbound internet traffic from `vnet-neur-prod` must transit through the Azure Firewall.
2. All traffic from `vnet-neur-prod` destined for `vnet-neur-shared` must transit through the Azure Firewall.
3. All traffic between resources within `vnet-neur-prod` must route directly within the virtual network without traversing the firewall.
Which TWO actions should you perform to configure the route table associated with the subnets in `vnet-neur-prod`?
Geçerli olan tümünü seçin
A media streaming company is designing a serverless backend solution to transcode user-uploaded video files. The transcoding utility is packaged as a custom Docker container image. The transcoding process is event-driven, triggered by new files arriving in an Azure Blob Storage container. Each transcoding operation takes approximately 15 minutes to complete. The company requires a solution that minimizes administrative overhead, scales automatically, and incurs no costs when no video files are being processed. Which Azure service should you recommend?
An organization is designing a hybrid network in Azure to support dynamic routing between their on-premises datacenter () and Azure resources.
The architecture consists of the following components:
- A hub virtual network named `vnet-useast-hub-transit` () that hosts an Azure Route Server named `ars-useast` in the dedicated `RouteServerSubnet`, an ExpressRoute gateway, and two active-active Network Virtual Appliances (NVAs) that establish BGP sessions with the Route Server.
- A spoke virtual network named `vnet-useast-spoke-prod` () that hosts application workloads.
- A virtual network peering connection between `vnet-useast-hub-transit` and `vnet-useast-spoke-prod`.
The routing requirements are as follows:
- BGP routes from the on-premises datacenter must propagate dynamically to the virtual machines in `vnet-useast-spoke-prod` via the NVAs.
- Static User-Defined Routes (UDRs) must not be configured or managed in `vnet-useast-spoke-prod` to avoid operational overhead.
- Traffic must route dynamically between the ExpressRoute gateway and the NVAs.
Which two configuration settings should you implement to meet these requirements? (Choose two.)
Geçerli olan tümünü seçin
An agricultural technology startup is designing a serverless architecture to host two workloads:
1. A public API for farmers that experiences highly variable traffic, scaling from zero to thousands of concurrent requests, with a target response time under ms.
2. A background data analysis job that runs once daily to generate complex crop yield models. This job takes between to minutes to complete.
The startup requires a solution that minimizes both operational overhead and cost.
Which two Azure hosting services should you recommend?
Geçerli olan tümünü seçin
An enterprise is designing a secure administrative management solution for virtual machines deployed in a subnet named ComputeSubnet within a virtual network named VNet1. You deploy Azure Bastion in a subnet named AzureBastionSubnet to provide secure RDP and SSH access. To comply with security policies, you must configure a Network Security Group (NSG) associated with AzureBastionSubnet to restrict outbound traffic to only what is required for Azure Bastion to function properly, including connectivity to Azure public services (such as Azure Active Directory, Azure Monitor, and Azure Storage) for logging and diagnostics. The solution must minimize administrative overhead and avoid manual rule updates when Azure service IP addresses change. Which outbound NSG rule configuration should you recommend for AzureBastionSubnet?
Your company is designing the network security architecture for a new application environment in Azure. The application workloads will run on virtual machines in a subnet named ProductionSubnet. The virtual machines must meet the following requirements:
- Outbound access to the public internet must be blocked.
- The virtual machines must be able to securely store files in an Azure Storage account named storage1 without traversing the public internet.
- The virtual machines must be able to send diagnostic logs to Azure Monitor.
- Administrative overhead for managing network access rules must be minimized.
Which two actions should you include in the recommendation?
Geçerli olan tümünü seçin
An organization has a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-weur-hub` (), contains a Network Virtual Appliance (NVA) at IP address in a subnet named `snet-nva`. The spoke virtual network, `vnet-weur-spoke1` (), contains a subnet named `snet-app` ().
To meet security compliance, you associate a route table named `rt-spoke-app` with `snet-app`. The route table contains the following user-defined routes (UDRs):
* Route 1: Prefix , Next hop: Virtual Appliance ()
* Route 2: Prefix , Next hop: Virtual Appliance ()
* Route 3: Prefix , Next hop: Virtual Appliance ()
After applying `rt-spoke-app`, virtual machines in `snet-app` cannot communicate with other virtual machines located in the same spoke virtual network, `vnet-weur-spoke1`.
You need to restore intra-spoke communication while ensuring that all internet-bound and hub-bound traffic continues to be routed through the NVA.
What should you do?
An enterprise is designing a regional application delivery and load balancing solution in Azure. The architecture must support a multi-tier application with the following requirements:
1. Handle incoming HTTP/HTTPS traffic, perform SSL/TLS termination, and route requests to different backend pools based on the URL path (/orders/* and /products/*).
2. Load balance inbound TCP traffic on port 9090 across a pool of Azure Virtual Machines.
3. The virtual machines currently use Basic SKU public IP addresses for direct administrative access.
4. The load balancing components must support Availability Zones for high availability.
Which two actions should you include in the design to meet the requirements while preventing configuration failures? (Select two.)
Geçerli olan tümünü seçin
Zephyr Logistics is designing a secure hybrid networking architecture. The environment consists of an on-premises datacenter with local Active Directory DNS servers, an Azure subscription with a hub virtual network and a peered spoke virtual network, and an ExpressRoute connection linking the on-premises datacenter to the hub virtual network. Virtual machines (VMs) are deployed in a subnet named AppSubnet in the spoke virtual network to host a business-critical application that connects to an Azure SQL Database containing sensitive customer records.
The architecture must meet the following requirements:
- The Azure SQL Database must not be exposed to the public internet.
- The VMs in AppSubnet must connect to the database securely using the private IP address of the database.
- On-premises client machines must be able to resolve and query the database using the same fully qualified domain name (FQDN) as the Azure VMs.
- Administrative overhead for security rules and DNS management must be minimized.
Which two actions should you recommend to meet these requirements?
Geçerli olan tümünü seçin
An organization is designing a secure network environment for a batch processing workload running on Azure Virtual Machines inside a dedicated subnet. The virtual machines must connect to an Azure SQL Database and an Azure Key Vault to retrieve data and connection secrets. The security team requires that all outbound internet traffic from the subnet be blocked, except for the traffic destined for these two Azure services. The solution must minimize administrative overhead and ensure that network rules do not require manual updates when Microsoft changes the IP addresses of these services.
Which configuration should you recommend for the Network Security Group (NSG) associated with the subnet?
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?
Geçerli olan tümünü seçin
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.)
Geçerli olan tümünü seçin
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?
Geçerli olan tümünü seçin
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.)
Geçerli olan tümünü seçin
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.)
Geçerli olan tümünü seçin
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.)
Geçerli olan tümünü seçin
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?