Tüm alıştırma soruları
1252 soru
An administrator is creating a new virtual network named `VNet1` with an address space of to host a new application. The administrator needs to configure subnets for `VNet1`. Which two statements describe correct configurations or requirements for the subnets?
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 must meet the following requirements:
* Must support autoscaling based on memory usage, up to a maximum of 12 instances.
* Must support at least 4 deployment slots (excluding the production slot) for testing.
* Must support automated backups scheduled twice daily.
Which of the following is the most cost-effective App Service Plan pricing tier that meets all these requirements?
Your company has an Azure subscription containing a resource group named rg-finance. Within rg-finance, you have a storage account named storefinprod that contains a blob container named confidential-reports. A user named User1 must be able to read and download the blobs within the confidential-reports container using the Azure portal. The user must authenticate by using their Microsoft Entra ID credentials. Your configuration must follow the principle of least privilege. Which configuration should you implement to meet these requirements?
You are configuring a web application hosted on an Azure Virtual Machine to upload user profile images to a blob container named `profile-images` in an Azure Storage account named `webappassets2026`.
The application has the following requirements:
* Access must be limited exclusively to the `profile-images` container.
* Access must be restricted to HTTPS connections originating from the virtual machine's public IP address (`198.51.100.12`).
* Access credentials must automatically expire after 8 hours.
* The storage account access keys must not be used or exposed to sign the token.
Which configuration should you implement to meet the requirements under the principle of least privilege?
A company hosts a web application in Azure App Service named app-portal-prod. The application's App Service plan is currently configured for the Basic (B1) tier.
You are tasked with configuring the environment to support the following requirements:
- Enable zero-downtime deployments by using a staging environment to validate changes before routing them to production.
- Configure daily automated backups of the web application content and configuration.
Which two actions should you perform to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
An enterprise migration plan requires transferring virtual machine image files from an on-premises Windows server to an Azure storage account named stmigrationprod. The target destination is a private blob container named images.
The storage account network configuration is set to 'Enabled from selected virtual networks and IP addresses'. No virtual network or firewall IP rules are currently configured.
An administrator logs in to AzCopy using Microsoft Entra ID credentials that have been assigned the User Access Administrator and Contributor roles for the subscription containing the storage account.
When running the azcopy copy command, the administrator receives a 403 Forbidden error.
Which of the following configuration changes must the administrator perform to resolve this error and complete the file transfer? (Select TWO.)
Geçerli olan tümünü seçin
You are deploying a Standard Load Balancer in Azure to distribute traffic across a set of virtual machines. You need to configure a new Public IP address for the front-end IP configuration of this Load Balancer. Which combination of SKU and allocation method must you select for the Public IP address?
An administrator is setting up Azure File Sync to centralize file shares from an on-premises file server named SRV-Prod1. The server contains a single volume F: with the following directory structure:
- F:\CorpData\Accounting
- F:\CorpData\Marketing
The administrator registers SRV-Prod1 with a Storage Sync Service named Sync-Service-Alpha. They create two sync groups: accounting-sync-group and corp-sync-group. The administrator successfully creates a server endpoint for F:\CorpData\Accounting in accounting-sync-group. However, when attempting to create a server endpoint for F:\CorpData in corp-sync-group, the operation fails.
What is the cause of this failure?
An administrator plans to deploy a new virtual machine named VM1 to host a critical line-of-business application. The administrator currently has a resource group named RG-Prod located in the East US region, which contains a Recovery Services vault named Vault-Prod.
The deployment must meet the following requirements:
- VM1 must be protected against datacenter-wide failures.
- VM1 must be backed up daily using Vault-Prod.
- Authorized administrators must be prevented from accidentally deleting VM1, while maintaining the ability to perform VM restarts and configuration updates.
Which configuration should the administrator use to deploy VM1?
An administrator plans to deploy a new Azure virtual machine named VM1 in the East US region. The deployment must meet the following requirements:
- VM1 must host a database workload that requires Ultra Disk storage.
- VM1 must be protected against datacenter-wide failures.
- VM1 must be backed up daily using Azure Backup.
Currently, the subscription contains an existing Recovery Services Vault named RSV1 located in the West US region.
How should the administrator configure the deployment of VM1?
Krypton Solutions is deploying a critical accounting application to the Germany West Central region. The application will run on two virtual machines named VM-App1 and VM-App2. The deployment must guarantee a virtual machine uptime SLA of at least . Which deployment strategy should you use to meet the SLA requirement?
An administrator is configuring a new virtual network named `VNet1` in an Azure subscription. The virtual network is assigned an address space of .
The administrator has the following requirements:
- Deploy Azure Bastion to secure access to virtual machines.
- Create a subnet named `Subnet-Web` that must support at least virtual machines.
Which two of the following subnet configurations should the administrator implement to meet the requirements? (Select two.)
Geçerli olan tümünü seçin
An administrator is designing a new virtual network named in an Azure subscription. The address space for is configured as . The administrator must configure the following subnets within to meet specific workload requirements:
* `Subnet-DB` must support at least database servers.
* `Subnet-App` must support at least application servers.
* A dedicated subnet for Azure Bastion to enable secure browser-based management.
* A dedicated subnet for an Azure VPN Gateway.
To minimize IP address waste, each subnet must use the smallest possible CIDR block (largest prefix size) that meets its requirements. All subnets must be non-overlapping.
Which subnet configuration meets the requirements?
An administrator needs to configure temporary access to a container named reports-archive in an Azure Storage account named corpdatafiles2026. The access must be restricted to an on-premises application running on a server with the IP address . The application only requires read access for a duration of exactly 4 hours, and the connection must be secured using HTTPS. The administrator must also ensure that access can be revoked immediately if a security compromise occurs, without impacting other applications that are currently using different SAS tokens. Which configuration should the administrator implement to meet these requirements?
An administrator is planning to deploy a new Azure virtual machine named VM-DB1 to host a high-performance database workload. The database requires the use of Azure Ultra Disks for its data volume to achieve sub-millisecond latency. Which of the following configurations must be set during the creation of VM-DB1 to support the use of Ultra Disks? (Select TWO).
Geçerli olan tümünü seçin
You plan to deploy a containerized batch job to Azure Container Instances (ACI) to process imported data. You need to ensure that the container does not restart after a successful execution. Which of the following restart policies can you configure to prevent restarts after a successful execution? (Select two.)
Geçerli olan tümünü seçin
An administrator manages an Azure App Service web app named WebApp1 that runs on a Standard S1 App Service plan. You need to configure WebApp1 to scale out to a maximum of 15 instances based on CPU utilization. What should you do first?
Your company has an Azure Storage account named storagecorp2026 that contains a blob container named software-deployments. You need to grant a partner company temporary read access to the software-deployments container for 7 days. The solution must meet the following requirements:
- The partner company must only have access to the software-deployments container.
- You must be able to revoke the access immediately before the 7-day period ends, without affecting other applications or rotating the storage account access keys.
Which two actions should you perform?
Geçerli olan tümünü seçin
You are designing the IP addressing and subnetting strategy for a new Azure Virtual Network (VNet). You plan to deploy both an Azure Bastion host and an Azure VPN Gateway. Which two of the following configuration requirements must you meet when creating the subnets for these resources? (Select two)
Geçerli olan tümünü seçin
An administrator is designing a virtual network architecture in Microsoft Azure to support a hybrid application. The architecture consists of the following components:
* A hub virtual network named `VNet-Hub` with an address space of .
* A spoke virtual network named `VNet-Spoke` with an address space of .
* A web workload in `VNet-Spoke` that requires virtual machines, each needing a dynamic private IP address.
* An Azure Bastion host deployed in `VNet-Hub` to secure management access.
* An Azure VPN Gateway deployed in `VNet-Hub` to connect to the on-premises network.
The administrator wants to ensure that:
1. Virtual machines in `VNet-Spoke` can communicate with the on-premises network via the VPN Gateway in `VNet-Hub`.
2. Name resolution works for a private DNS zone named `corp.internal` across both virtual networks.
3. The Azure Bastion host is deployed in `VNet-Hub` using the minimum supported subnet size to conserve IP addresses.
4. The web workload subnet in `VNet-Spoke` is configured with the smallest possible subnet prefix that can support the virtual machines.
Which configuration meets the requirements?