Tüm alıştırma soruları
1252 soru
You have an Azure subscription that contains a virtual network named VNet1 and a storage account named stcorpdata. You need to configure secure private access to the storage account from VNet1 using a private endpoint. The solution must ensure that resources in VNet1 can resolve the storage account's FQDN to its private IP address. Which sequence of steps should you perform to complete the configuration?
Öğeleri doğru sıraya koymak için sürükleyin
You plan to deploy a new Windows Server Azure virtual machine named VM1 in a new virtual network. You must configure the deployment to meet the following requirements:
- Provide protection against an entire datacenter outage within the Azure region.
- Allow secure Remote Desktop Protocol (RDP) management of VM1 from the internet using Azure Bastion.
Which two configurations should you deploy? (Choose two.)
Geçerli olan tümünü seçin
Consider the following Azure resource hierarchy:
- Tenant Root Group (Management Group)
- Corp-MG (Management Group)
- Subscription1 (Subscription)
- RG-Storage (Resource Group)
You are configuring access for a Microsoft Entra ID security group named Storage-Ops. The members of this group must be able to manage storage accounts inside RG-Storage, including the ability to rotate storage keys. Additionally, they must be able to view and download blobs in the containers. You need to assign the appropriate Azure RBAC roles at the RG-Storage level while following the principle of least privilege.
Which two roles should you assign? (Select two.)
Geçerli olan tümünü seçin
An administrator is preparing to deploy a new virtual machine named VM-DB-01 in the West US 2 region to host a database workload. The deployment must satisfy the following requirements:
1. The virtual machine must be protected against the failure of an entire datacenter within the West US 2 region.
2. The virtual machine must be backed up daily using Azure Backup.
3. Database administrators must have permissions to manage database files stored on an Azure Storage account, but they must not have permissions to modify the configurations of the virtual machine or the storage account.
Which set of configurations should the administrator select during the deployment process?
You plan to deploy a new virtual machine named VM1 in the East US region. You need to configure the deployment to meet the following requirements:
- Protect VM1 against datacenter-wide failures.
- Secure the resource group hosting VM1 to prevent accidental deletion of the resource group and its resources.
- Configure daily backups for VM1.
Which of the following configurations should you select?
Your company, Tailwind Traders, has an Azure subscription containing a storage account named twtstorage1 and an Azure Key Vault named twtkeyvault1. You configure twtstorage1 to use a system-assigned managed identity. twtkeyvault1 is configured to use Azure Role-Based Access Control (RBAC) for authorization. On twtkeyvault1, recovery of deleted vaults is enabled, and protection against permanent deletion is activated. You need to configure customer-managed key encryption for twtstorage1 using a key from twtkeyvault1. Which role must you assign to the system-assigned managed identity of twtstorage1 on twtkeyvault1?
An administrator manages an Azure environment with a Management Group named Tenant-MG. Under Tenant-MG, there is a Subscription named Sub-01 containing a Resource Group named RG-01. A policy definition is created to prevent users from deploying virtual machines of a specific SKU size. The policy must block any deployment attempt that violates this rule within the Resource Group. Which Azure Policy effect should be used in the policy definition to block the deployment of non-compliant virtual machines?
You need to configure a custom domain named www.contoso.com for an Azure App Service web app. In which sequence should you perform the configuration steps to verify domain ownership and bind the custom domain?
Öğeleri doğru sıraya koymak için sürükleyin
An organization plans to sync an on-premises folder `D:\Marketing` on a file server named `Server1` to an Azure file share named `mktg-share` using Azure File Sync. The local drive `D:` has a total capacity of (). The configuration must meet the following requirements:
- Drive `D:` must always maintain at least of free space.
- Files that have not been accessed for more than must be moved to the cloud.
- The administrator who registers `Server1` must be granted the minimum necessary permissions to perform the registration.
Which two configurations should you implement? (Select two.)
Geçerli olan tümünü seçin
An administrator is configuring a standard General Purpose v2 (GPv2) storage account named `stlogs2026` in the East US region. The storage account currently uses locally-redundant storage (LRS). The administrator needs to configure replication to support read-access in a secondary region, and implement a lifecycle management policy that moves blobs to the Archive tier. Which of the following statements are correct regarding the configuration of these requirements? (Select TWO.)
Geçerli olan tümünü seçin
You are designing the deployment and storage configuration for four Azure Virtual Machines (VMs) to support different application workloads. Match each workload scenario to its correct VM storage or deployment configuration.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A company hosts a web application on an Azure Virtual Machine Scale Set (VMSS) named `vmss-web`. The scale set is configured with Uniform orchestration mode, has a current instance count of , and uses a Manual upgrade policy. You configure an autoscale setting with the following rules:
* A scale-out rule that increases the instance count by when the average CPU percentage is greater than for minutes.
* A scale-in rule that decreases the instance count by when the average CPU percentage is less than for minutes.
During a peak load event, the scale set scales out to instances. However, immediately after the scale-out completes, the average CPU percentage drops to , which triggers a scale-in back to instances. This loop of scaling out and scaling in continues repeatedly. You need to prevent this thrashing behavior.
What configuration change should you implement?
An administrator needs to configure a new Microsoft Entra ID group to automatically manage access. The group must dynamically include all users belonging to the Marketing department who are also using corporate-owned Windows 11 devices. Which of the following statements correctly describes a configuration requirement or limitation for this group?
You need to upload a local file to an Azure Blob storage container using AzCopy. You plan to use Microsoft Entra ID authentication instead of a Shared Access Signature (SAS) token. Arrange the steps in the correct sequence to perform this upload.
Öğeleri doğru sıraya koymak için sürükleyin
Beacon Logistics is planning the infrastructure for a fleet monitoring system in the Canada Central region. The deployment includes two web servers: VM-Web1 and VM-Web2.
To meet the business requirements, the deployment must:
- Protect the web servers against datacenter-wide power or cooling outages.
- Provide a service level agreement (SLA) for the virtual machines.
- Load balance incoming traffic across VM-Web1 and VM-Web2.
Which of the following configuration options should you select to meet these requirements? Select two.
Geçerli olan tümünü seçin
A web application runs on an Azure Virtual Machine Scale Set named `ecom-vmss`. You configure autoscale rules where scale-out occurs when CPU usage exceeds and scale-in occurs when CPU usage falls below . During periods of normal operation, the scale set repeatedly adds and removes instances in rapid succession. You need to resolve this issue. What should you do?
An enterprise establishes the following Azure resource hierarchy:
* A management group named `Enterprise-MG`
* A subscription named `Sub-Finance-01` under `Enterprise-MG`
* Two resource groups under `Sub-Finance-01` named `RG-Secured` and `RG-General`
The following Azure Policy assignments are active:
* Policy Assignment 1: Assigned at `Enterprise-MG`. It uses a policy definition that denies the creation of virtual machines unless they use the `Standard_E2s_v3` SKU. The resource group `RG-Secured` is configured as an exclusion.
* Policy Assignment 2: Assigned at `Sub-Finance-01`. It uses a policy definition that denies the creation of resources unless they have a tag named `CostCenter`. The resource group `RG-General` is configured as an exclusion.
An administrator attempts to perform the following virtual machine deployments:
* Deployment 1: A `Standard_D2s_v3` virtual machine with the tag `CostCenter: 101` in `RG-General`
* Deployment 2: A `Standard_E2s_v3` virtual machine without the `CostCenter` tag in `RG-Secured`
* Deployment 3: A `Standard_D2s_v3` virtual machine without the `CostCenter` tag in `RG-General`
* Deployment 4: A `Standard_D2s_v3` virtual machine with the tag `CostCenter: 102` in `RG-Secured`
Which of the virtual machine deployments will succeed?
An administrator needs to configure a Shared Access Signature (SAS) to grant a developer temporary access to upload logs to an Azure storage account. The configuration must follow the principle of least privilege and enforce security best practices. Which two settings should the administrator configure directly on the SAS token to minimize security risks?
Geçerli olan tümünü seçin
An administrator is configuring network access for an Azure Storage account named safinanceprod.
The storage account's firewall is configured to restrict access to selected virtual networks. The administrator adds a virtual network named vnetprod and its subnet named subnetapps to the allowed networks list of the storage account.
However, virtual machines in subnetapps are still blocked when attempting to access the storage account.
Which configuration change must be applied to subnetapps to allow the virtual machines to access the storage account?
You are creating a new Azure virtual machine (VM). You need to configure the VM's infrastructure options to protect the hosted application from datacenter-wide power, cooling, or network failures within an Azure region. Which availability option should you select during the VM creation process?