Tüm alıştırma soruları
1252 soru
An administrator is configuring autoscaling for an Azure Virtual Machine Scale Set (VMSS) named `vmss-app`. The workload for the application follows a predictable schedule:
* During business hours (Monday through Friday, 08:00 to 18:00), the VMSS must have a minimum of 5 instances and a maximum of 10 instances, scaling dynamically based on CPU utilization.
* Outside of business hours and during weekends, the VMSS must scale down to a minimum of 2 instances and a maximum of 4 instances to optimize costs.
Which of the following configuration methods should the administrator implement to meet these requirements with the least administrative effort?
Your company has an Azure subscription containing a virtual network named `VNet1`. `VNet1` contains two subnets named `Subnet-Web` and `Subnet-App`.
You have the following resource configuration:
- A virtual machine named `VM-Web1` in `Subnet-Web`. The network interface of `VM-Web1` is associated with an Application Security Group (ASG) named `ASG-Web`.
- A virtual machine named `VM-App1` in `Subnet-App`. The network interface of `VM-App1` is associated with an ASG named `ASG-App` and a Network Security Group (NSG) named `NSG-NIC-App1`.
- An NSG named `NSG-Subnet-App` is associated with `Subnet-App`.
`NSG-Subnet-App` contains the following inbound security rule:
- `Rule1`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Allow`
`NSG-NIC-App1` contains the following inbound security rules:
- `Rule2`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Deny`
- `Rule3`: Priority , Source `ASG-Web`, Destination `ASG-App`, Port , Protocol `TCP`, Action `Allow`
You need to allow HTTP traffic on port from `VM-Web1` to `VM-App1` using the ASGs. The solution must use the principle of least privilege.
Which two of the following actions can you perform to achieve the goal? (Select two.)
Geçerli olan tümünü seçin
You need to host an event-processing worker in Azure Container Instances (ACI). The worker continuously monitors an external queue. The workload must meet the following configuration requirements:
- The container must run continuously under normal operation.
- If the container process terminates with a non-zero exit code due to an unhandled error, it must be restarted automatically.
- If a maintenance script gracefully terminates the container process (exit code 0), the container must remain terminated.
Which restart policy configuration should you apply to the container group?
You have an Azure virtual machine named VM-Legacy deployed in the East US region. The virtual machine has a network interface named nic-legacy, which is associated with a public IP address named pip-legacy. The public IP address uses the Basic SKU and Dynamic allocation. You plan to deploy a Standard Load Balancer named LB-Prod in the East US region and associate nic-legacy with the load balancer's backend pool. You need to upgrade pip-legacy to the Standard SKU to support the new configuration. Which sequence of actions should you perform?
An administrator manages an Azure subscription containing a virtual network named `VNet1` with a subnet named `Subnet1`.
`Subnet1` is associated with a Network Security Group (NSG) named `NSG-Subnet`. `NSG-Subnet` has the following inbound security rule:
- Priority:
- Source: `ASG-Source`
- Destination: `ASG-Dest`
- Port:
- Protocol: TCP
- Action: Deny
`Subnet1` contains two virtual machines:
- `VM1` has a network interface associated with the Application Security Group (ASG) named `ASG-Source`.
- `VM2` has a network interface associated with the ASG named `ASG-Dest` and a Network Security Group (NSG) named `NSG-NIC`.
`NSG-NIC` has the following inbound security rule:
- Priority:
- Source: *
- Destination: *
- Port:
- Protocol: TCP
- Action: Allow
All other custom NSG rules are deleted, and only default rules remain.
A user attempts to establish a TCP connection on port from `VM1` to `VM2`.
What is the outcome of the connection attempt?
You manage a Microsoft Entra ID tenant. You are configuring Self-Service Password Reset (SSPR) for a pilot group of users. You create a security group named SSPR-Pilot and select it under the Selected SSPR enablement setting. To organize the pilot users, you perform the following actions:
* You add 20 cloud-only users directly as members of SSPR-Pilot.
* You create a second security group named SSPR-SubGroup, add 30 hybrid users to SSPR-SubGroup, and make SSPR-SubGroup a member of SSPR-Pilot.
* You create an Administrative Unit named SSPR-AU, add SSPR-Pilot to SSPR-AU, and assign the Helpdesk Administrator role to a user named Admin1 for the scope of SSPR-AU.
Which users will be able to perform self-service password resets?
Your organization uses the following Azure resource hierarchy:
* A root management group named Tenant-Root-MG
* A management group named Platform-MG under Tenant-Root-MG
* A management group named Workloads-MG under Tenant-Root-MG
* An Azure subscription named Sub-SharedServices under Platform-MG
* An Azure subscription named Sub-Production under Workloads-MG
* Two resource groups named RG-Network and RG-Security under Sub-SharedServices
You assign an Azure Policy definition named "Require CostCenter tag on resources" to the Platform-MG scope. The policy uses the Deny effect. You add the RG-Security resource group to the exclusions (notScopes) list of the policy assignment.
An administrator attempts to perform the following operations:
* Operation 1: Create a virtual network in RG-Network without the CostCenter tag.
* Operation 2: Create a key vault in RG-Security without the CostCenter tag.
* Operation 3: Create a virtual machine in Sub-Production without the CostCenter tag.
Which operations will complete successfully?
An administrator is configuring a virtual network named `vnet-prod-core` in an Azure subscription. The virtual network is configured with two address spaces:
*
*
The virtual network currently contains no subnets.
The administrator needs to deploy a new subnet named `subnet-compute` that will host virtual machines. The subnet must support at least virtual machines.
The administrator proposes to configure `subnet-compute` with the CIDR block .
Does the proposed configuration meet the requirements and successfully deploy?
You configure routing for an Azure subnet named `Subnet1`. You deploy a third-party firewall virtual machine to act as a Network Virtual Appliance (NVA) in a subnet named `Subnet-DMZ` within the same virtual network. You need to route all outbound internet traffic from `Subnet1` through the NVA. You create a custom route table and associate it with `Subnet1`. Which route configuration must you add to the route table?
An administrator needs to rotate the access keys for an Azure Storage account named logisticsdata2026. The storage account is accessed by a web application that must remain online. The web application is currently configured to use key1.
Which two actions should the administrator perform to rotate the access keys without interrupting the web application's access to the storage account? (Select two.)
Geçerli olan tümünü seçin
A medical clinic plans to deploy two web applications to Azure App Services: a patient portal named ClinicPortal and an API named TelemetryAPI. You need to configure a separate App Service plan for each application.
The applications have the following requirements:
* ClinicPortal requires support for a custom domain with SSL, three deployment slots, and daily automated backups.
* TelemetryAPI must be integrated with a regional Azure Virtual Network (VNet) and must be able to scale out to 25 instances during peak load.
Which of the following App Service plan pricing tiers are the most cost-effective options that satisfy the requirements for each application? (Select TWO)
Geçerli olan tümünü seçin
You are planning the deployment and configuration of several Azure virtual machines. Each virtual machine has specific performance, latency, or bootstrapping requirements.
Which Azure virtual machine configuration feature matches each deployment requirement?
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
You have an on-premises Windows Server named FS-Sync01 and an Azure subscription that contains a Storage Sync Service named SyncService1 and an Azure storage account. You need to synchronize files in a local folder path D:\SharedData on FS-Sync01 to an Azure file share named cloudshare1 in the storage account. Which of the following represents the correct sequence of steps to configure Azure File Sync and establish synchronization?
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise deploys a virtual network named `VNet-Prod` containing two subnets: `Subnet-App` () and `Subnet-Data` (). A virtual machine named `VM-Web` resides in `Subnet-App`, and its network interface `NIC-Web` is associated with an Application Security Group named `ASG-Web` and a Network Security Group named `NSG-NIC-Web`. Another virtual machine named `VM-DB` resides in `Subnet-Data`, and its network interface `NIC-DB` is associated with an Application Security Group named `ASG-DB`. `Subnet-App` is associated with a Network Security Group named `NSG-Subnet-App`.
The inbound security rules for `NSG-Subnet-App` are configured as follows:
- Priority: | Source: | Port: | Destination: `ASG-Web` | Action: Allow
The inbound security rules for `NSG-NIC-Web` are configured as follows:
- Priority: | Source: `ASG-DB` | Port: | Destination: * | Action: Deny
- Priority: | Source: (the static IP of `VM-DB`) | Port: | Destination: * | Action: Allow
What is the result when `VM-DB` attempts to establish an HTTPS connection (TCP port ) to `VM-Web`?
An administrator is configuring autoscaling for an Azure Virtual Machine Scale Set (VMSS) named `vmss-commerce`. The web application hosted on the scale set experiences rapid traffic fluctuations. To prevent rapid, continuous scaling actions (thrashing), which of the following settings should you configure? (Select TWO)
Geçerli olan tümünü seçin
An organization is configuring governance controls across their Azure subscriptions. Match each Azure Policy effect to the correct operational behavior that occurs during resource creation or update.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
Your company has an Azure subscription containing three virtual networks named VNetA, VNetB, and VNetC. VNetA is peered with VNetB, and VNetB is peered with VNetC. There is no direct peering between VNetA and VNetC. You create two Azure Private DNS zones named corp.contoso.com and dev.local. Virtual machines are deployed in all three virtual networks. You need to implement a DNS configuration that meets the following requirements:
- Virtual machines in VNetA must automatically register their DNS records in corp.contoso.com.
- Virtual machines in VNetB must automatically register their DNS records in dev.local.
- Virtual machines in VNetB and VNetC must be able to resolve DNS names in corp.contoso.com.
- Virtual machines in VNetC must be able to resolve DNS names in dev.local.
Which two virtual network link configurations should you perform to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
An administrator is planning the deployment of a new virtual network named `vnet-prod` to support a web application and secure administrative access. The virtual network is assigned the address space .
The administrator must configure three subnets within `vnet-prod` to meet the following requirements:
- A subnet for the web application servers that must support up to concurrent virtual machines.
- A subnet for Azure Bastion to allow secure administration.
- A subnet for a database tier that must support up to virtual machines.
The administrator wants to minimize IP address space waste and allocate the smallest possible CIDR blocks that satisfy these requirements.
Which of the following subnet configurations should the administrator use?
You are planning the deployment of three separate enterprise workloads using Azure Container Instances (ACI). You need to configure the appropriate restart policy for each workload to ensure optimal behavior and cost efficiency. Match each workload requirement to the correct Container Instance restart policy configuration.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An enterprise Azure environment is configured with a virtual network named `VNet1` () that contains the following subnets:
- `Subnet-Web` ()
- `Subnet-App` ()
- `Subnet-DB` ()
- `Subnet-Sec` ()
A Network Virtual Appliance (NVA) named `Sec-NVA` is deployed in `Subnet-Sec` with the private IP address .
You need to configure routing for `Subnet-Web` to meet the following requirements:
1. All traffic sent to `Subnet-App` must be routed through the NVA.
2. All traffic sent to the specific IP range within `Subnet-App` must bypass the NVA and route directly.
3. All other traffic to `VNet1` subnets must route directly via default routing.
4. All outbound traffic to the Internet must route through the NVA.
Which combination of route entries and network interface configurations on `Sec-NVA` will meet these requirements?
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual network
And enable IP forwarding on the network interface of `Sec-NVA`.
- Destination: , Next hop type: Virtual Network Gateway, Next hop IP:
- Destination: , Next hop type: Virtual Network Gateway, Next hop IP:
- Destination: , Next hop type: Virtual network
And enable IP forwarding on the network interface of `Sec-NVA`.
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual network
And disable IP forwarding on the network interface of `Sec-NVA`.
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
And enable IP forwarding on the network interface of `Sec-NVA`.