Tüm alıştırma soruları
1252 soru
An administrator manages an Azure virtual machine named vm-db-02 that runs Ubuntu Server. The virtual machine has one OS disk and one data disk, both configured as managed disks. The virtual machine is backed up daily to a Recovery Services vault named rsv-db-02.
A database configuration error corrupts the OS disk. The data disk contains critical transaction logs written after the last backup was taken, and these logs must be preserved.
You need to restore the virtual machine's OS disk to the state of the last backup while ensuring that the current data on the data disk is not modified or lost.
Which restore option should you select in the Recovery Services vault?
An organization deploys a two-tier application within a single Azure Virtual Network named VNet-Prod. The virtual network contains two subnets: Subnet-Frontend and Subnet-Backend.
The following resources are configured:
* VM-App is deployed in Subnet-Frontend and its network interface is associated with an Application Security Group (ASG) named ASG-App.
* VM-Data is deployed in Subnet-Backend and its network interface is associated with an ASG named ASG-Data.
* NSG-Subnet-Front is associated with Subnet-Frontend and contains the following outbound security rule:
* Priority: 150, Source: ASG-App, Destination: ASG-Data, Port: 5432, Protocol: TCP, Action: Allow
* NSG-Nic-Data is associated with the network interface of VM-Data and contains the following inbound security rules:
* Rule A: Priority 110, Source: ASG-App, Destination: Any, Port: 5432, Protocol: TCP, Action: Deny
* Rule B: Priority 120, Source: Any, Destination: ASG-Data, Port: 5432, Protocol: TCP, Action: Allow
No other custom network security group (NSG) rules are configured. Subnet-Backend has no associated NSG, and VM-App has no network interface-level NSG.
VM-App attempts to establish a TCP connection to VM-Data on port 5432.
What is the outcome of this connection attempt?
An administrator is planning the deployment of two new web applications to Azure App Service:
* App1 is a development web app that requires custom domain support, custom SSL bindings, and must be able to scale manually to 3 instances.
* App2 is a production web app that requires up to 5 deployment slots and automated daily backups.
You need to select the most cost-effective App Service plan pricing tier for each application.
Which two pricing tiers should you select?
Geçerli olan tümünü seçin
You have an Azure Key Vault named `Vault1` in a production environment.
You need to implement a logging solution for `Vault1` that meets the following requirements:
1. All access attempts and operations on keys, secrets, and certificates must be recorded.
2. The collected logs must be queryable using Kusto Query Language (KQL).
3. The logs must be retained for 365 days.
4. Administrative effort and costs must be minimized.
Which two configurations should you select? (Choose two.)
Geçerli olan tümünü seçin
An administrator manages an Azure virtual network named VNet-Secure (). The virtual network contains the following subnets:
* Subnet-Web ()
* Subnet-App ()
* Subnet-DMZ ()
A Network Virtual Appliance (NVA) is deployed in Subnet-DMZ and is assigned the private IP address .
A route table named RT-Web is associated with Subnet-Web. RT-Web contains the following user-defined routes:
* Route1: Destination prefix , Next hop type: Virtual appliance, Next hop address:
* Route2: Destination prefix , Next hop type: Virtual network
* Route3: Destination prefix , Next hop type: Internet
A virtual machine in Subnet-Web with the IP address attempts to establish a connection to a database server in Subnet-App with the IP address .
How is the traffic from the virtual machine to the database server routed?
An administrator is troubleshooting a web application hosted on an Azure App Service plan. The Web Server logging feature is enabled and configured to send logs to a Log Analytics workspace. The administrator needs to identify the client IP addresses that experienced server-side errors (HTTP status codes through ) over the past hours. The results must show each client IP address and the total number of failed requests, sorted in descending order of the request count. Which Kusto Query Language (KQL) query should the administrator run?
| where TimeGenerated > ago(24h)
| where ScStatus >= 500 and ScStatus < 600
| summarize RequestCount = count() by CiIP
| sort by RequestCount desc
| summarize RequestCount = count() by CiIP, ScStatus
| sort by RequestCount desc
| where TimeGenerated > ago(24h) and ScStatus >= 500 and ScStatus < 600
| where TimeGenerated > ago(24h) and ScStatus between (500 .. 599)
| group by CiIP
| order by count() desc
| where TimeGenerated > ago(24h)
| where ScStatus == "5*"
| summarize RequestCount = count() by CiIP
| sort by RequestCount desc
An enterprise administrator is designing a backup strategy for several workloads deployed within a single subscription. The resources are distributed as follows:
* East US Region:
* An Azure Virtual Machine named `VM-East-Prod` with an attached managed OS disk named `Disk-OS-East`
* A storage account named `saeastfiles` hosting legacy application file shares
* A Recovery Services Vault named `RSV-East-02` configured with Locally Redundant Storage (LRS)
* West US Region:
* A Recovery Services Vault named `RSV-West-02` configured with Geo-Redundant Storage (GRS) and Cross-Region Restore (CRR) enabled
The administrator needs to implement the following backup requirements:
1. Protect the entire `VM-East-Prod` virtual machine.
2. Back up `Disk-OS-East` independently of the virtual machine lifecycle to retain dedicated disk snapshots.
3. Protect the file shares hosted in `saeastfiles`.
Which two actions should the administrator perform to achieve these goals?
Geçerli olan tümünü seçin
Your company has an Azure subscription containing a production resource group named RG-Prod. A web application in RG-Prod undergoes scheduled maintenance every Thursday between 03:00 and 05:00 UTC. During this maintenance window, application restarts trigger several metric-based CPU alerts. You need to ensure that these alerts are still recorded in Azure Monitor for reporting purposes, but no email or SMS notifications are sent to the operations team during the maintenance window. The solution must minimize administrative effort. Which of the following configurations should you implement?
You manage an Azure subscription that contains a Recovery Services vault named Vault1. You need to enable Azure Backup Reports to analyze historical backup storage usage and job success rates across your environment. What should you configure as the destination for the diagnostic settings of Vault1 to support these reports?
An administrator is planning the network configuration for a new Azure Kubernetes Service (AKS) cluster named aks-retail. The cluster will be deployed into an existing virtual network with an address space of . The virtual network is peered with an on-premises network that uses the address space. Due to limited available IP addresses in the range, the administrator decides to configure the cluster using Azure CNI Overlay. Which two network configuration requirements must the administrator meet when deploying this cluster?
Geçerli olan tümünü seçin
You have an Azure virtual machine named VM-AppHub that runs Windows Server 2022. VM-AppHub is configured with two network interface cards (NICs) and is backed up to a Recovery Services vault named RSV-Prod.
Due to an administrative error, VM-AppHub is deleted.
You need to restore VM-AppHub to its original state, including both NICs.
Which two actions should you perform? (Each correct answer presents part of the solution.)
Geçerli olan tümünü seçin
Your company has an Azure environment with two virtual networks in the East US region:
* VNet-Core (), which contains a subnet named GatewaySubnet () with an active Virtual Network Gateway connected to an on-premises network.
* VNet-App1 (), which contains a subnet named Subnet-App1 () with an active virtual machine named VM1.
You establish a virtual network peering connection between VNet-Core and VNet-App1. You need to allow VM1 in VNet-App1 to access resources in the on-premises network by routing traffic through the Virtual Network Gateway in VNet-Core.
Which two configurations should you enable to meet this requirement? (Select two.)
Geçerli olan tümünü seçin
An organization is deploying a new Azure Kubernetes Service (AKS) cluster to host a critical application. The corporate security policy requires that all pods receive IP addresses directly from the virtual network (`VNet1`) to facilitate direct firewall auditing of pod traffic to on-premises databases. However, the primary subnet designated for the cluster nodes, ``, has a limited number of available IP addresses. To prevent IP address exhaustion on the node subnet while satisfying the security policy, which two configurations should the administrator implement? (Select two.)
Geçerli olan tümünü seçin
An administrator is configuring network security for a virtual network named VNet1 in an Azure subscription. VNet1 contains two subnets:
- Subnet-Client (IP address space: )
- Subnet-Service (IP address space: )
Subnet-Client contains VM-Client1 and VM-Client2.
Subnet-Service contains VM-App1 and VM-App2.
You create and configure the following Application Security Groups (ASGs):
- ASG-TrustedClient: Associated with the network interface of VM-Client1.
- ASG-App: Associated with the network interfaces of VM-App1 and VM-App2.
You associate a Network Security Group (NSG) named NSG-Service with Subnet-Service.
You need to configure NSG-Service to meet the following requirements:
1. Allow VM-Client1 to access VM-App1 and VM-App2 using HTTPS (TCP port ).
2. Deny all other network traffic from Subnet-Client to Subnet-Service.
3. Minimize administrative effort and adhere to the principle of least privilege.
Which of the following inbound security rules should you configure in NSG-Service? (Select two.)
Geçerli olan tümünü seçin
You have an Azure subscription that contains a Log Analytics workspace named Workspace1 and two Recovery Services vaults named Vault1 and Vault2.
You configure diagnostic settings for both vaults to send logs to Workspace1. The configurations are as follows:
* For Vault1, you select the Azure diagnostics (legacy) option.
* For Vault2, you select the Resource specific option.
For both vaults, you enable the AddonAzureBackupJobs log category.
You need to write a Kusto Query Language (KQL) query that returns a consolidated list of all failed backup jobs from both vaults.
Which KQL query should you run?
(AzureDiagnostics
| where Category == "AddonAzureBackupJobs" and JobStatus_s == "Failed"
| project TimeGenerated, VaultName = VaultName_s, JobStatus = JobStatus_s),
(AddonAzureBackupJobs
| where JobStatus == "Failed"
| project TimeGenerated, VaultName, JobStatus)
(AzureDiagnostics
| where Category == "AddonAzureBackupJobs" and JobStatus == "Failed"
| project TimeGenerated, VaultName, JobStatus),
(AddonAzureBackupJobs
| where JobStatus == "Failed"
| project TimeGenerated, VaultName, JobStatus)
| where JobStatus == "Failed"
| project TimeGenerated, VaultName, JobStatus
| where Category == "AddonAzureBackupJobs" and JobStatus_s == "Failed"
| project TimeGenerated, VaultName = VaultName_s, JobStatus = JobStatus_s
You have an Azure subscription that contains an Azure Virtual Network Gateway named `VNetGW1` and an Azure Storage account named `storeaudit1`.
You need to configure diagnostic logging for `VNetGW1` to meet the following requirements:
1. Stream VPN tunnel connectivity logs (`TunnelDiagnosticLog`) to an Azure Event Hub to be consumed by a third-party security information and event management (SIEM) tool.
2. Archive gateway routing logs (`RouteDiagnosticLog`) to `storeaudit1` for long-term audit compliance.
3. Minimize ingestion and storage costs by ensuring that no log data is sent to a destination where it is not required.
Which configuration should you implement to meet the requirements?
An administrator is configuring access control for a Log Analytics workspace named Workspace1. The workspace collects diagnostic and performance logs from multiple Azure Virtual Machines deployed across different resource groups.
You need to ensure that application owners can run KQL queries to view log data only for their respective virtual machines. The application owners must not be able to view logs for virtual machines they do not own.
Which two actions should you perform? (Select TWO.)
Geçerli olan tümünü seçin
You support an Azure infrastructure with a hub-and-spoke virtual network topology. The hub virtual network is named `Hub-VNet` () and contains a firewall appliance in subnet `FirewallSubnet` () with a private IP address of . A spoke virtual network named `Spoke1-VNet` () contains a backend processing subnet named `BackendSubnet` (). `Hub-VNet` and `Spoke1-VNet` are connected using virtual network peering with transit settings configured.
You must direct all outbound internet traffic from virtual machines located in `BackendSubnet` through the firewall appliance in the hub.
Which two configuration actions are required to achieve this routing behavior? (Select two.)
Geçerli olan tümünü seçin
Your company is deploying a web application to Azure. You need to configure an Azure App Service plan that supports the following requirements:
- Configure a custom domain with a custom SSL certificate.
- Scale out the instances automatically based on CPU usage.
- Support deployment slots to perform staging testing before swapping to production.
Which of the following App Service plan pricing tiers can be used to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
An organization has deployed several resources across two Azure regions to support a distributed application. The current resource topology is configured as follows:
| Resource Name | Resource Type | Azure Region | Resource Group |
|---|---|---|---|
| `vm-frontend` | Virtual machine | North Europe | `rg-prod-ne` |
| `disk-frontend-data` | Managed disk | North Europe | `rg-prod-ne` |
| `rsv-prod-ne` | Recovery Services vault | North Europe | `rg-prod-ne` |
| `stg-ne-files` | Storage account (File Share) | North Europe | `rg-data-ne` |
| `vm-backend` | Virtual machine | West Europe | `rg-prod-we` |
| `bv-prod-we` | Backup vault | West Europe | `rg-prod-we` |
| `db-postgres-we` | Azure Database for PostgreSQL | West Europe | `rg-data-we` |
You need to configure backup for these resources. Which backup configuration is supported and will complete successfully?