Tüm alıştırma soruları
1252 soru
You are designing deployments for Azure Container Instances (ACI) to host various workloads. You must configure the correct lifecycle management settings for each container group. Match each container workload scenario with the most appropriate container group restart policy.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A company runs a production server named `vm-prod-east` in the East US region. The server is backed up to a Recovery Services vault that has geo-redundant storage (GRS) and Cross-Region Restore (CRR) enabled. Following a disaster in the primary region, the operations team needs to restore the virtual machine to the paired secondary region (West US).
Which sequence of actions should the operations team perform to complete this restore?
Öğeleri doğru sıraya koymak için sürükleyin
A company is migrating an internal reporting application to Azure App Service. The migration team has identified the following requirements for the hosting environment:
- The application must be accessible securely using a custom domain name and a custom SSL certificate.
- The application must be automatically backed up once every 24 hours to prevent data loss.
- The application runs on a single dedicated instance and does not require automatic horizontal scaling.
You need to recommend the most cost-effective App Service plan tier that meets all requirements.
Which App Service plan tier should you recommend?
A company has a critical virtual machine named VM-Finance backed up to a Recovery Services vault. To perform a disaster recovery drill, the IT team needs to deploy an exact copy of VM-Finance in a separate resource group while keeping the original virtual machine online and unaffected. Which restore option should they select in the Azure portal?
An administrator needs to analyze subscription activity logs in a Log Analytics workspace. The administrator wants to identify all resource deletion operations that failed within the last days. The results must be grouped by the user or service principal that initiated the operation (the caller) and show the count of failed deletions. Which two of the following Kusto Query Language (KQL) queries will retrieve the required information?
Geçerli olan tümünü seçin
An administrator is configuring a single Azure Application Gateway v2 in a hub virtual network named VNet-Hub. The backend pool of the Application Gateway is configured to use the fully qualified domain names (FQDNs) web1.private.contoso.com and web2.private.contoso.com of two web servers.
The web servers are deployed in a spoke virtual network named VNet-Spoke1, which is peered with VNet-Hub using default peering settings. A private DNS zone named private.contoso.com contains the host records for the web servers and is linked to VNet-Spoke1.
The administrator notices that the backend health status for the servers is reported as Unhealthy due to a DNS resolution error.
What should the administrator do to ensure the Application Gateway can successfully resolve the FQDNs of the backend servers?
You plan to configure a Standard SKU public Azure Load Balancer named LB1. LB1 will distribute incoming internet traffic to two virtual machines named VM1 and VM2. VM1 and VM2 are standalone virtual machines deployed in the same virtual network, and they are not part of an Availability Set or Virtual Machine Scale Set. You need to configure the frontend IP address and the backend pool for LB1. Which two actions should you perform? (Select two.)
Geçerli olan tümünü seçin
An enterprise manages cloud resources within a resource group named `rg-analytics`. The resource group contains a storage account named `stdatahub`, which hosts a private blob container named `raw-telemetry`. A Microsoft Entra ID security group named `Data-Auditors` is currently assigned the Reader role at the resource group level. A security policy requires that members of `Data-Auditors` must be able to view and download blobs inside the `raw-telemetry` container using their Microsoft Entra ID credentials. You need to implement the principle of least privilege to grant this access. Which action should you perform?
An Azure subscription contains a resource group named `RG-Compute` that contains two virtual machines named `VM-Prod1` and `VM-Prod2`. The subscription also contains a resource group named `RG-Ops` that contains a Log Analytics workspace named `LAW-Shared`. Diagnostic settings on both virtual machines are configured to send guest OS performance logs to `LAW-Shared`. The Access Control Mode of `LAW-Shared` is configured to 'Use resource or workspace permissions'. A user named Admin1 is assigned the Reader role on `RG-Compute`, but has no roles assigned on `RG-Ops` or `LAW-Shared`. Admin1 needs to run a single KQL query to compare the CPU performance metrics (`% Processor Time`) of both virtual machines over the last 12 hours. Which administrative action should Admin1 perform to execute this query successfully?
An administrator needs to ensure that the operations team receives an email notification whenever an Azure Virtual Machine's CPU utilization exceeds 90%.
Which Azure Monitor resource must the administrator configure to specify the email recipients for the notification?
Your company's security policy requires auditing all read, write, and delete operations on blobs in a production storage account named `storeprod1`. The audit logs must be queryable using KQL and retained for exactly 365 days. You need to configure the monitoring solution while minimizing management overhead and ensuring cost-effectiveness. Which configuration should you implement?
An administrator manages a Linux virtual machine named VM-Prod01 in the East US region. The virtual machine has two managed data disks and is encrypted using Azure Disk Encryption (ADE). VM-Prod01 is backed up to a Recovery Services vault that has Cross-Region Restore (CRR) enabled, with West US designated as the secondary region. Due to an extended outage in East US, the administrator needs to recover VM-Prod01 in West US as quickly as possible. Which recovery strategy should the administrator implement?
You plan to deploy a containerized application to Azure Container Instances (ACI). The application is a script that processes transaction logs from an Azure Storage queue, writes the results to an Azure SQL database, and then exits. If the script exits with an error code, it must automatically restart to retry the process. If the script exits successfully, the container must stop and not restart. Which restart policy should you configure for the container group?
An administrator configures virtual network routing in an Azure subscription. The subscription contains a virtual network named `VNet-Enterprise` () with three subnets:
* `Subnet-Web` ()
* `Subnet-App` ()
* `Subnet-DMZ` ()
A Network Virtual Appliance (NVA) named `NVA-Firewall` is deployed in `Subnet-DMZ` with the private IP address . IP forwarding is enabled on the network interface of `NVA-Firewall`.
You create a user-defined route table named `RT-App` and associate it with `Subnet-App`. You configure the following custom routes in `RT-App`:
* Route 1: Address prefix: ; Next hop type: Virtual Appliance; Next hop IP address:
* Route 2: Address prefix: ; Next hop type: Virtual Network
A virtual machine in `Subnet-App` () attempts to establish connections to a virtual machine in `Subnet-Web` () and a virtual machine in `Subnet-DMZ` ().
Which routing behavior will occur?
An administrator needs to copy a local folder from an on-premises workstation to an Azure Storage account named `stdata2026`. The storage account firewall is configured to allow access only from 'Selected networks', and the administrator's public IP address has been added to the allowed firewall rules. The administrator runs `azcopy login` to authenticate using a Microsoft Entra ID user account that has the Owner role on the storage account. When attempting to run `azcopy copy`, the operation fails with a '403 Authorization Failed' error.
What is the most likely cause of this failure?
An administrator is configuring an Azure Application Gateway v2 named `AppGW1` in a subnet named `AppGWSubnet` within `VNet1`. `AppGW1` must load balance traffic for two internal web applications: `app1.contoso.com` and `app2.contoso.com`.
The backend virtual machines for both applications are deployed in a peered virtual network named `VNet2`. The virtual machines are registered using private Fully Qualified Domain Names (FQDNs) in a private DNS zone named `private.contoso.com`.
You need to ensure that `AppGW1` can resolve the backend FQDNs, route inbound traffic to the correct backend pool based on the requested domain, and maintain communication with Azure management infrastructure.
Which two configurations should you perform? (Select two.)
Geçerli olan tümünü seçin
An Azure administrator is setting up alerts to monitor resource health and performance. Which Azure Monitor alert type corresponds to each of the trigger scenarios described?
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An organization has two standalone virtual machines, VM-App1 and VM-App2, deployed in a single virtual network. The virtual machines are not members of an availability set or a virtual machine scale set. You are tasked with implementing a new public load balancer to distribute internet traffic to both virtual machines. Which load balancer and public IP address configuration should you deploy?
Your Azure subscription contains a virtual network named `VNet1` that has two subnets: `Subnet-Web` and `Subnet-App`.
The network contains the following virtual machines and security configurations:
* `VM-Web1` is in `Subnet-Web` and is associated with an Application Security Group (ASG) named `ASG-Web-Front`.
* `VM-App1` is in `Subnet-App` and is associated with an ASG named `ASG-App-Logic`.
* `Subnet-Web` is associated with a Network Security Group (NSG) named `NSG-Subnet-Web`.
* `Subnet-App` is associated with an NSG named `NSG-Subnet-App`.
* The network interface (NIC) of `VM-App1` is associated with an NSG named `NSG-NIC-App1`.
Currently, the NSGs have the following custom rules:
| Priority | Source | Source Port | Destination | Destination Port | Protocol | Action |
|---|---|---|---|---|---|---|
| 100 | ASG-Web-Front | * | ASG-App-Logic | 80 | TCP | Deny |
| 200 | * | * | * | * | * | Allow |
| Priority | Source | Source Port | Destination | Destination Port | Protocol | Action |
|---|---|---|---|---|---|---|
| 150 | * | * | * | 80 | TCP | Deny |
| 250 | ASG-Web-Front | * | ASG-App-Logic | 80 | TCP | Allow |
| Priority | Source | Source Port | Destination | Destination Port | Protocol | Action |
|---|---|---|---|---|---|---|
| 110 | ASG-Web-Front | * | ASG-App-Logic | 80 | TCP | Allow |
| 120 | VirtualNetwork | * | Any | * | * | Deny |
You need to allow `VM-Web1` to initiate outbound HTTP connections to `VM-App1` on port 80. Which two modifications should you perform to establish this connectivity?
Geçerli olan tümünü seçin
An administrator is configuring an Azure Firewall instance named `FW-01` in a virtual network named `VNet-Prod` to control outbound traffic.
The firewall has the following rule collections configured:
* Network Rule Collection `Net-Coll01` (Priority: 200): Allows TCP traffic from source `10.0.1.0/24` to any destination on port 80.
* Network Rule Collection `Net-Coll02` (Priority: 150): Denies TCP traffic from source `10.0.1.0/24` to destination `10.0.2.0/24` on all ports.
* Application Rule Collection `App-Coll01` (Priority: 100): Allows HTTP traffic from source `10.0.1.0/24` to target FQDN `*.microsoft.com`.
A virtual machine with the IP address `10.0.1.4` attempts to establish the following outbound connections:
* Connection 1: To `http://www.example.com` (which resolves to on port 80)
* Connection 2: To a web server at `10.0.2.5` on port 80
Which of the following statements correctly describe the outcome of these connection attempts? (Select two.)
Geçerli olan tümünü seçin