Tüm alıştırma soruları
1252 soru
An administrator is configuring a deployment slot named staging for an Azure App Service web app named app-finance that runs on a Standard S1 App Service plan. The web app connects to an Azure SQL database. The production slot must connect to a database named db-prod by retrieving a connection string from an Azure Key Vault named kv-prod. The staging slot must connect to a database named db-stage by retrieving a connection string from an Azure Key Vault named kv-stage. A system-assigned managed identity is enabled on both the production slot and the staging slot. The database connection string is configured in the App Service settings under the name DbConnectionString using Key Vault references. The administrator needs to configure the web app and Key Vaults to ensure that after a slot swap, the web app running in the production slot connects to db-prod and the web app running in the staging slot connects to db-stage, without any authentication failures. Which of the following configurations should the administrator implement?
An administrator is configuring a new virtual network named `vnet-prod` in an Azure subscription. The virtual network is assigned the address space . The administrator must create the following subnets:
* A subnet named `Subnet-App` to host up to virtual machines.
* A subnet to support an Azure Bastion host.
* A subnet named `GatewaySubnet` to support a VPN Gateway.
To conserve IP addresses for future expansion, the administrator wants to allocate the minimum required address space to each subnet. Which configuration of subnet prefix lengths should the administrator use?
An administrator is planning the subnet topology for a new virtual network named `VNet-Prod` in an Azure subscription. `VNet-Prod` is assigned the address space .
The administrator must configure the following subnets within `VNet-Prod` to support a hybrid application deployment:
- A subnet for a virtual network gateway to enable hybrid connectivity with an on-premises network. This subnet must use the smallest valid address space allowed by Azure.
- A subnet for Azure Bastion to enable secure administrative access. This subnet must use the smallest valid address space allowed by Azure.
- A subnet named `Subnet-Compute` that must host up to virtual machines.
- A subnet named `Subnet-Database` that must host up to database instances.
The administrator wants to define these subnets sequentially starting from the beginning of the `VNet-Prod` address space (), minimizing unallocated address space, and ensuring that no subnets overlap.
Which of the following subnet configurations should the administrator select?
An administrator is planning the deployment of several Azure virtual machines to meet specific application requirements. Match each virtual machine deployment requirement on the left to the appropriate Azure configuration feature on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
You are managing an Azure environment in the East US region. You have an Azure Virtual Machine named VM-Mgmt that has a single network interface named nic-mgmt. Currently, nic-mgmt has a primary IP configuration named ipconfig1, which is a member of the backend pool of a Standard SKU public load balancer named LB-Prod. To facilitate direct administration, you need to assign a new public IP address named PIP-Mgmt directly to ipconfig1. All resources are located in the East US region. Which SKU and allocation method must you configure for PIP-Mgmt?
An administrator is deploying a new Azure Kubernetes Service (AKS) cluster in an environment with an existing virtual network (). To comply with a tenant security mandate, traffic from Pods to on-premises databases must not undergo network address translation (NAT), and each Pod must be assigned a unique, routable IP address from the virtual network subnet (). Which network model should the administrator configure for the AKS cluster?
An administrator configures a Network Security Group (NSG) associated with a subnet. The subnet contains two virtual machines: `VM-Web` (associated with Application Security Group `ASG-Web`) and `VM-DB` (associated with `ASG-DB`).
The NSG has the following inbound security rules:
| Rule | Priority | Source | Destination | Port | Protocol | Action |
|---|---|---|---|---|---|---|
| Rule 1 | ASG-Web | ASG-DB | TCP | Allow | ||
| Rule 2 | Any | ASG-DB | TCP | Deny |
Which two of the following statements correctly describe how traffic is processed by these rules?
Geçerli olan tümünü seçin
You have a Network Security Group (NSG) associated with an Azure subnet. The NSG contains the following two inbound security rules:
* `Rule1`: Priority , Source: `Internet`, Destination: `*`, Port: , Protocol: `TCP`, Action: `Deny`
* `Rule2`: Priority , Source: `Internet`, Destination: `*`, Port: , Protocol: `TCP`, Action: `Allow`
A user attempts to establish a Remote Desktop Protocol (RDP) connection from the Internet to a virtual machine in the subnet. Which of the following describes the outcome of this connection attempt?
An administrator has uploaded a private PFX SSL certificate to an Azure App Service web app. The administrator now needs to configure the custom domain www.contoso.com for the web app and secure it using the uploaded certificate.
Which three actions should the administrator perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Öğeleri doğru sıraya koymak için sürükleyin
Your company has an on-premises Windows Server named FileServer-West1 that has a single volume E: with a total capacity of 2 TB (2,000 GB). You implement Azure File Sync to synchronize volume E: with an Azure file share.
You need to configure Azure File Sync cloud tiering to meet the following requirements:
* A minimum of 400 GB of free space must always be maintained on volume E:.
* Files that have not been accessed or modified within the last 14 days must be cached in the cloud, provided the volume free space target is not compromised.
How should you configure the cloud tiering settings on the server endpoint?
An administrator is configuring a daily database backup utility using Azure Container Instances (ACI). The utility consists of a single container that connects to a database, exports the data, uploads it to an Azure Blob Storage container, and then terminates.
The backup script is designed to return an exit code of on success, and a non-zero exit code if the upload fails due to transient network issues. If the upload fails, the utility must automatically attempt to rerun the backup. To avoid unnecessary costs, the container must not run after a successful backup.
The administrator deploys the container instance using the default configuration settings. However, they notice that the container group continuously restarts and runs the backup script in an infinite loop, even when the upload succeeds.
Which of the following modifications should the administrator make to achieve the desired behavior?
An administrator is configuring an Azure Virtual Machine named VM-App1. The virtual machine has a single network interface named nic-app1. The primary IP configuration (ipconfig1) of nic-app1 has a private IP address and is associated with a Standard SKU public IP address named PIP1. The administrator needs to add a secondary IP configuration (ipconfig2) to nic-app1. The secondary configuration requires its own public IP address named PIP2. Which configuration must be selected for PIP2?
An organization has an Azure resource hierarchy consisting of a management group named MG-Finance and two child subscriptions named Sub-Billing and Sub-Reporting.
An administrator creates an Azure Policy initiative named Finance-Compliance-Initiative that contains the following policy definitions:
- A policy that restricts storage account creation to the East US region (Effect: Deny).
- A policy that requires secure transfer (HTTPS) to be enabled for all storage accounts (Effect: Deny).
The administrator assigns Finance-Compliance-Initiative to MG-Finance and adds Sub-Reporting to the exclusion list of the assignment.
The administrator then attempts to perform the following operations:
- Operation A: In Sub-Billing, create a storage account in the West US region with HTTPS enabled.
- Operation B: In Sub-Reporting, create a storage account in the West US region with HTTPS disabled.
Which of the following describes the outcome of these operations?
An organization is deploying Azure File Sync to synchronize files from an on-premises Windows Server named NY-FS01 to an Azure file share. The destination file share is hosted in a storage account named stsyncdata which has its firewall configured to restrict network access to 'Selected networks'. The organization's security policy prohibits exposing storage traffic to the public internet. Which of the following actions should you perform to enable successful file synchronization while adhering to the security policy?
An administrator needs to configure temporary access for a partner application to download blobs from a container named incoming-transfers in an Azure Storage account named partnerdataretrieval. The access configuration must meet the following security requirements:
- The partner application must only connect from the public IP address 198.51.100.55.
- The connection must be restricted to HTTPS.
- Access must automatically expire after 8 hours.
- The administrator must be able to revoke this access immediately before the 8-hour period expires without affecting other active SAS tokens or rotating the storage account access keys.
Which two actions should the administrator perform to meet these requirements?
Geçerli olan tümünü seçin
An administrator is configuring an Azure Virtual Machine Scale Set (VMSS) named VMSS1 that uses Uniform orchestration. VMSS1 currently has five instances running a web application, and the upgrade policy is set to Manual. You need to configure VMSS1 to meet the following requirements:
- When a new version of the OS image is published, the instances must be updated automatically in batches to prevent application downtime.
- VMSS1 must scale out by two instances when the average CPU utilization exceeds for 10 minutes.
- VMSS1 must scale in by one instance when CPU utilization drops, but you must prevent rapid scaling loops (thrashing).
Which two configuration settings should you implement? (Select two.)
Geçerli olan tümünü seçin
An organization configures the External Collaboration settings for their Microsoft Entra ID tenant as follows:
- Guest user access: Guest users have limited access to properties and memberships of directory objects
- Guest invite settings: Only users assigned to specific admin roles can invite guest users
The tenant has the following users:
- User1: Assigned the User Administrator role at the tenant level in Microsoft Entra ID.
- User2: Assigned the Owner role at the subscription level for the Azure subscription linked to the tenant.
- User3: A guest user who has been assigned the Guest Inviter role in Microsoft Entra ID.
- User4: Assigned the User Administrator role scoped to a specific Administrative Unit within the tenant.
Which users can invite external guest users to the tenant?
Your company plans to deploy a new Azure virtual network named `VNet-Core` in an Azure subscription. The virtual network will be assigned the address space `.
You need to configure the following three subnets within `VNet-Core`:
- A subnet for a VPN gateway named `GatewaySubnet`.
- A subnet for Azure Bastion named `AzureBastionSubnet`.
- A subnet named `Subnet-App` that must support at least virtual machines.
Which two of the following subnet configurations should you implement? (Select two.)
Geçerli olan tümünü seçin
An administrator is planning the deployment of a critical web application to Azure App Service. The application has the following hosting requirements:
- Must automatically scale out up to instances during periods of high CPU utilization.
- Must support at least deployment slots to enable zero-downtime deployments.
- Must minimize overall hosting costs.
Which App Service plan pricing tier should you select to meet these requirements?
You are configuring a virtual network named `vnet-dev` for a testing environment. Within `vnet-dev`, you create a subnet named `subnet-test` and assign it the address prefix . What is the maximum number of virtual machines that can be successfully deployed and receive IP addresses in `subnet-test`?