Tüm alıştırma soruları
1252 soru
You plan to configure a new Azure Kubernetes Service (AKS) cluster that will use the Azure CNI network plugin. Which of the following are characteristics of this network model? (Select two.)
Geçerli olan tümünü seçin
Your company has an on-premises Windows Server named OSLO-SRV01 and an Azure subscription containing a storage account and a file share named oslo-files. You plan to implement Azure File Sync to centralize file storage.
What is the correct sequence of steps you must perform to configure and establish synchronization between OSLO-SRV01 and the Azure file share?
Öğeleri doğru sıraya koymak için sürükleyin
An organization has the following Azure resource hierarchy:
* A Management Group named MG-Production
* An Azure subscription named Sub-App1 under MG-Production
* A Resource Group named RG-Data within Sub-App1
The administrator wants to ensure that all Azure Storage Accounts created within the hierarchy are configured to block public blob access. If a storage account is deployed with public access enabled, it must be automatically remediated by setting the property to disabled, without blocking the resource creation.
Which assignment scope and policy effect should the administrator use to meet these requirements?
Your company has an Azure virtual network named `VNet-Production` that contains two subnets named `Subnet-Database` () and `Subnet-Security` (). By default, virtual machines in `Subnet-Database` route traffic directly to the internet using the default system routes. A third-party firewall virtual machine with the private IP address of is deployed in `Subnet-Security`. You need to redirect all outbound internet traffic () from `Subnet-Database` to the firewall. Which next hop type must you specify in the route table to ensure the traffic is sent to the firewall's private IP address?
You have an Azure App Service web app named WebApp1 that runs on the Premium V2 App Service plan. You need to configure custom backups for WebApp1. The backups must be stored in an Azure Storage account named storage1. The storage account has its firewall enabled, restricting all public access. Which five actions should you perform in sequence to configure the backups? To answer, arrange the actions in the correct order.
Öğeleri doğru sıraya koymak için sürükleyin
Your company has an Azure subscription containing a virtual network named VNet1 (). VNet1 contains a subnet named Subnet1 (). You need to deploy a new Azure Kubernetes Service (AKS) cluster named AKS1 to run a microservices application. The deployment must meet the following requirements:
- The cluster must support a system node pool that can scale up to a maximum of 10 nodes.
- Each node in the system node pool must support up to 30 pods.
- The IP addresses for the pods must be routable directly within VNet1 without using Network Address Translation (NAT).
- The cluster API server must not be exposed to the public internet, and must be accessible only from VNet1 and peered networks.
- You must minimize administrative effort for DNS resolution of the API server.
Which two configurations should you perform? (Select two.)
Geçerli olan tümünü seçin
You are deploying an Azure Standard Load Balancer named LB1 to load balance traffic across three virtual machines. You need to create a new Public IP address named pip-web to use as the frontend IP configuration for LB1. Which two settings should you configure for pip-web?
Geçerli olan tümünü seçin
An enterprise administrator is tasked with updating the network configuration of a virtual machine named VM-Backend located in the West US 2 region. The virtual machine has a single network interface named nic-backend, which is currently a member of the backend pool of a Standard Load Balancer named LB-App.
To host a new secure database management service, you must configure a secondary IP configuration on nic-backend. This secondary configuration requires a public IP address.
Which two actions should you perform to configure the secondary IP configuration? (Choose two.)
Geçerli olan tümünü seçin
A cloud architect is designing a hybrid network architecture in Azure to support a multi-tier web application and secure administrative access. The virtual network, named `vnet-corporate`, is allocated the address block . The architect defines the following subnets:
- `subnet-web`:
- `subnet-db`:
To provide secure RDP and SSH access to the virtual machines without exposing public IP addresses, the architect plans to deploy Azure Bastion using the Basic SKU. They propose creating a new subnet named `AzureBastionSubnet` with the address prefix .
Statement: The proposed configuration is sufficient to successfully deploy the Azure Bastion host.
An administrator is configuring a virtual network named `vnet-office` with an address space of . The virtual network currently contains two subnets:
- `Subnet-A` with an address prefix of
- `Subnet-B` with an address prefix of
The administrator wants to create a third subnet named `Subnet-C` that provides the maximum number of usable IP addresses from the remaining address space.
Statement: The administrator can configure `Subnet-C` with the address prefix without causing any address space overlap.
Is this statement true or false?
Your company has a Microsoft Entra ID tenant. You need to delegate administrative tasks related to Self-Service Password Reset (SSPR) and External Identities to different members of the IT support team.
Match each administration task to the least privileged administrative role required to perform the task.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
Your organization is implementing Azure Policy to enforce governance standards across multiple subscriptions. You need to match the specific operational compliance requirements with the correct Azure Policy effects. Match each operational requirement on the left to its corresponding Azure Policy effect on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
You are administering an Azure environment containing a virtual network named `VNet-Core` (). The virtual network contains three subnets:
- `Subnet-Workload` () containing application servers.
- `Subnet-DB` () containing database servers.
- `Subnet-NVA` () containing a third-party firewall VM named `NVA-Firewall` with a primary network interface named `nva-nic1` and IP address .
`VNet-Core` is peered with a hub virtual network named `VNet-Hub` () that has gateway transit configured. An ExpressRoute gateway in `VNet-Hub` propagates a BGP route for the on-premises network range to the subnets in `VNet-Core`.
A route table named `RT-Workload` is associated with `Subnet-Workload` and contains the following custom routes:
- Destination: , Next Hop Type: `VirtualAppliance`, Next Hop IP:
- Destination: , Next Hop Type: `VirtualAppliance`, Next Hop IP:
A new corporate security policy specifies that:
1. All outbound internet traffic from `Subnet-Workload` must be inspected by `NVA-Firewall`.
2. Traffic from `Subnet-Workload` to a specific on-premises server at must be routed through `NVA-Firewall` for compliance auditing.
3. All other traffic from `Subnet-Workload` to the network must bypass `NVA-Firewall` and go directly through the ExpressRoute gateway.
4. Active traffic routing through `NVA-Firewall` must not be dropped at the virtual network interface level.
Which configuration should you implement to satisfy these requirements?
Your company has an Azure Storage account named corpstorage2026 that contains a blob container named uploads. The storage account network firewall is enabled. You need to grant a partner application access to upload blobs to the uploads container. The access configuration must meet the following security requirements:
- The partner application must only be allowed to access the uploads container.
- The partner application must only connect from the public IP address 198.51.100.45 over HTTPS.
- The authorization credentials must automatically expire after 4 days.
- The token must be signed using Microsoft Entra ID credentials instead of the storage account access keys.
Which of the following actions should you perform?
An administrator creates a new Azure virtual network named `VNet-Main` containing a subnet named `Subnet-Web` () and a subnet named `Subnet-Security` (). A custom firewall VM is installed in `Subnet-Security` at . By default, system routes allow direct subnet-to-subnet communication and direct outbound internet access. You need to ensure that all outbound internet traffic from `Subnet-Web` is redirected through the custom firewall VM instead of going directly to the internet. Which two actions are required to achieve this goal? (Select two.)
Geçerli olan tümünü seçin
You need to allow external HTTP traffic (port ) from the internet to a web server VM (`VM-Web`) and allow database traffic (port ) from `VM-Web` to a database server VM (`VM-DB`). You associate `VM-Web` with an Application Security Group named `ASG-Web`, and `VM-DB` with an Application Security Group named `ASG-DB`. Which of the following inbound security rules must be added to the Network Security Group (NSG) to allow this traffic while maintaining the principle of least privilege? (Select two).
Geçerli olan tümünü seçin
You are designing the hosting infrastructure for a critical web application in Azure. The web application has the following requirements:
- Must be able to scale out to 15 instances automatically during peak traffic.
- Must support deployment slots to enable zero-downtime deployments.
- Must support regional virtual network integration.
You need to identify the App Service plan pricing tiers that support all of these requirements.
Which two pricing tiers should you recommend? (Select TWO.)
Geçerli olan tümünü seçin
An administrator configures three virtual networks in the same Azure region: VNet A (), VNet B (), and VNet C (). Virtual machines are deployed in subnets within all three virtual networks.
Virtual network peering is configured between VNet A and VNet B, and between VNet B and VNet C. All peering connections use the default settings: 'Allow virtual network access' is enabled, while 'Allow forwarded traffic', 'Allow gateway transit', and 'Use remote gateways' are disabled. No user-defined routes (UDRs) or virtual network gateways exist.
Which of the following statements about network connectivity are correct? (Select two.)
Geçerli olan tümünü seçin
You are deploying a new Azure virtual machine named VM1 to a subnet named Subnet1 in a virtual network named VNet1. You plan to use the Custom Script Extension to run a post-deployment configuration script on VM1 during provisioning.
The script is stored in a private container in an Azure storage account named storage1. The firewall of storage1 is configured to restrict access to 'Selected networks'.
You need to ensure that VM1 can download and execute the script during the provisioning phase.
What should you configure?
A company runs a web application on an Azure Virtual Machine Scale Set named `vmss-web`. The scale-out rule for `vmss-web` is configured to add one instance when the average Percentage CPU exceeds 80% for 10 minutes.
To optimize costs, you must define a scale-in rule that decreases the instance count by one.
Which scale-in rule configuration should you implement to prevent instance thrashing?