You have an Azure subscription that contains an Azure Kubernetes Service (AKS) cluster named AKS1.
You have an Azure container registry that stores container images that were deployed by using Azure DevOps Microsoft-hosted agents.
You need to ensure that administrators can access AKS1 only from specific networks. The solution must minimize administrative effort.
What should you configure for AKS1?
A. authorized IP address ranges
B. an Application Gateway Ingress Controller (AGIC)
C. a private endpoint
D. a private cluster
Show Answer
Correct Answer: A
Explanation: Authorized IP address ranges restrict access to the AKS Kubernetes API server to specified public IP addresses or CIDR ranges, which directly satisfies the requirement that administrators can access AKS1 only from specific networks while minimizing administrative effort. An AGIC manages ingress traffic, not administrative API access. A private endpoint/private cluster requires private networking infrastructure and changes the access model rather than simply limiting access from selected networks.
Question 24
Your company has an Azure subscription named Sub1.
You plan to create several security alerts by using Azure Monitor.
You need to prepare Sub1 for the alerts.
What should you create first?
A. an Azure Automation account
B. an Azure event hub
C. an Azure Log Analytics workspace
D. an Azure Storage account
Show Answer
Correct Answer: C
Explanation: Azure Monitor alert rules that are based on log queries require a Log Analytics workspace to collect and query telemetry. Creating the Log Analytics workspace is the prerequisite for configuring these security alerts. An Automation account, Event Hub, or Storage account are not required as the initial setup for Azure Monitor log-based security alerts.
Question 25
HOTSPOT
-
You have an Azure key vault.
You need to delegate administrative access to the key vault to meet the following requirements:
• Provide a user named User1 with the ability to set access policies for the key vault.
• Provide a user named User2 with the ability to add and delete certificates in the key vault.
• Use the principle of least privilege.
What should you use to assign access to each user? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: User1: RBAC only
User2: Key vault access policy only
Explanation: Setting access policies is a management-plane operation handled through Azure RBAC. Adding and deleting certificates is a data-plane operation that can be granted with Key Vault access policies, which is the least-privilege choice for only certificate permissions.
Question 26
HOTSPOT
-
You have an Azure subscription that contains the virtual networks shown in the following table.
The subscription contains the virtual machines shown in the following table.
All the virtual machines have only private IP addresses.
You deploy Azure Bastion to VNet1 as shown in the following exhibit.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
Yes
No
Explanation: Basic Azure Bastion does not support native Remote Desktop Connection client. It does support SSH via the Azure portal to VMs in directly peered VNets. Bastion does not provide transitive connectivity across VNet1→VNet2→VNet3 peering, so VM3 cannot be reached.
Question 27
You have an Azure subscription that contains the Azure App Service web apps shown in the following table.
You upload a private key certificate named Cert1.pfx to App1.
Which apps can use Cert1?
A. App1 only
B. App1 and App2 only
C. App1 and App4 only
D. App1, App2, and App3 only
E. App1, App2, App3, and App4
Show Answer
Correct Answer: A
Explanation: The question as provided is missing the table that identifies each app's App Service plan, resource group, region, and operating system. Certificate sharing depends on apps being in the same webspace (same resource group, region, and OS combination). Without that table, the only app that can be stated with certainty to use the uploaded certificate is the app it was uploaded to.
Question 28
HOTSPOT
-
You have an Azure subscription that contains an Azure firewall named AzFW1. AzFW1 has a firewall policy named FWPolicy1.
You need to add rule collections to FWPolicy1 to meet the following requirements:
• Allow traffic based on the FQDN of the destination.
• Allow TCP traffic.
Which types of rule collections should you add for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Allow traffic based on the destination FQDN: Network or application only
Allow TCP traffic: Network or DNAT only
Explanation: Azure Firewall application rules support FQDN filtering, and network rules also support FQDN filtering for non-HTTP/S protocols. TCP is supported by network rules and DNAT rules, while application rules are protocol-specific (HTTP/S, MSSQL).
Question 29
HOTSPOT
-
You have an Azure subscription named Sub1 that contains two resource groups named RGnet and NET.
You have the Azure Policy definition shown in the following exhibit.
You assign the policy definition to Sub1 and NET.
You plan to deploy the resources shown in the following table.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: 1. Yes
2. Yes
3. No
Explanation: The policy denies only when both conditions are true: the resource group's name contains "net" (case-insensitive) and the resource type is not Microsoft.Network/*. RGnet and NET both satisfy the group-name condition. VNet and ASG are Microsoft.Network resources, so they are allowed. A Storage account is Microsoft.Storage, so it is denied in RGnet.
Question 30
You have a Microsoft Entra tenant named contoso.com.
You plan to collaborate with a partner organization that has a Microsoft Entra tenant named fabrikam.com.
Fabrikam.com uses the following identity providers:
• Google Cloud Platform (GCP)
• Microsoft accounts
• Microsoft Entra ID
You need to configure the Cross-tenant access settings for B2B collaboration.
Which identity providers support cross-tenant access?
A. Microsoft Entra ID only
B. GCP and Microsoft Entra ID only
C. Microsoft accounts and Microsoft Entra ID only
D. GCP, Microsoft accounts, and Microsoft Entra ID
Show Answer
Correct Answer: A
Explanation: Cross-tenant access settings are a Microsoft Entra feature that applies only between Microsoft Entra tenants. While B2B collaboration supports additional identity providers such as Google and Microsoft accounts, the specific Cross-tenant access settings (including inbound/outbound policies and trust settings) are only available for Microsoft Entra ID organizations. Therefore, among Fabrikam's identity providers, only Microsoft Entra ID supports cross-tenant access settings.
Question 31
DRAG DROP
-
You have a Microsoft Entra tenant.
On January 1, you configure a multi-factor authentication (MFA) registration policy that has the following settings:
• Assignments: All users
• Require Microsoft Entra ID multifactor authentication registration: Enabled
• Enforce policy: On
On January 3, you create two new users named User1 and User2.
On January 5, User1 authenticates to Microsoft Entra ID for the first time. On January 7, User2 authenticates to Microsoft Entra ID for the first time.
On which date will User1 and User2 be forced to register for MFA? To answer, drag the appropriate dates to the correct users. Each date may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: User1: January 19
User2: January 21
Explanation: For the Microsoft Entra MFA registration policy (Identity Protection), the classic exam behavior is a 14-day registration grace period starting from each user's first sign-in after they become subject to the enforced policy. User1 first signs in on Jan 5 → Jan 19. User2 first signs in on Jan 7 → Jan 21.
Question 32
You have a Microsoft Entra tenant named contoso.com.
You have a partner company that has a Microsoft Entra tenant named fabrikam.com.
You need to ensure that when a user in fabrikam.com attempts to access the resources in contoso.com, the user only receives a single Microsoft Entra Multi-Factor Authentication (MFA) prompt. The solution must minimize administrative effort.
What should you do?
A. From the Azure portal of contoso.com, configure the inbound access default settings.
B. From the Azure portal of contoso.com, configure the External collaboration settings.
C. From the Azure portal of contoso.com, configure the outbound access default settings.
D. From the Azure portal of fabrikam.com, configure the outbound access default settings.
Show Answer
Correct Answer: A
Explanation: To avoid double MFA prompts for B2B users, the resource tenant (contoso.com) should configure cross-tenant access inbound trust settings to trust MFA claims from the partner's home tenant. This is done under the inbound access default settings in Cross-tenant access settings. External collaboration settings do not control MFA trust, and outbound settings apply to users leaving a tenant rather than guests accessing resources.
$19
Get all 437 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.