DRAG DROP
-
You have an Azure subscription that contains an Azure web app named App1.
You plan to configure a Conditional Access policy for App1. The solution must meet the following requirements:
• Only allow access to App1 from Windows devices.
• Only allow devices that are marked as compliant to access App1.
Which Conditional Access policy settings should you configure? To answer, drag the appropriate settings to the correct requirements. Each setting 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: Only allow access to App1 from Windows devices:
Conditions
Only allow devices that are marked as compliant to access App1:
Grant
Explanation: Device platform restrictions (such as Windows) are configured under Conditions. Requiring a device to be marked as compliant is enforced in the Grant controls by selecting "Require device to be marked as compliant."
Question 44
DRAG DROP
-
You have an Azure subscription that contains the resources shown in the following table.
You need to configure network connectivity to meet the following requirements:
• Communication from VM1 to storage1 must traverse an optimized Microsoft backbone network.
• All the outbound traffic from VM1 to the internet must be denied.
• The solution must minimize costs and administrative effort.
What should you configure for VNet1 and NSG1? To answer, drag the appropriate components to the correct resources. Each component 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: VNet1:
A service endpoint
NSG1:
A service tag
Explanation: A service endpoint (Microsoft.Storage) ensures VM-to-storage traffic stays on the Microsoft backbone with minimal cost and effort, even across regions. To block all outbound internet traffic while still allowing access to Azure services, NSG outbound rules should use a service tag (for example, allow Storage service tag and deny Internet).
Question 45
You have an Azure AD tenant that contains the users shown in the following table.
You need to ensure that the users cannot create app passwords. The solution must ensure that User1 can continue to use the Mail and Calendar app.
What should you do?
A. Assign User1 the Authentication Policy Administrator role.
B. Enable Azure AD Password Protection.
C. Configure a multi-factor authentication (MFA) registration policy.
D. Create a new app registration.
E. From multi-factor authentication, configure the service settings.
Show Answer
Correct Answer: E
Explanation: To prevent users from creating app passwords while still allowing User1 to use the Mail and Calendar app, you must configure the tenant-wide MFA service settings. In the MFA service settings, you can disable the option to allow users to create app passwords for non-browser apps. This blocks app password creation without affecting modern authentication used by the Mail and Calendar app. Other options do not control app password creation behavior.
Question 46
You have an Azure subscription named Sub1 that has Security defaults disabled. The subscription contains the following users:
• Five users that have owner permissions for Sub1.
• Ten users that have owner permissions for Azure resources.
None of the users have multi-factor authentication (MFA) enabled.
Sub1 has the secure score as shown in the Secure Score exhibit. (Click the Secure Score tab.)
You plan to enable MFA for the following users:
• Five users that have owner permission for Sub1.
• Five users that have owner permissions for Azure resources.
By how many points will the secure score increase after you perform the planned changes?
A. 0
B. 5
C. 7.5
D. 10
E. 14
Show Answer
Correct Answer: C
Explanation: In Microsoft Defender for Cloud, the control for enabling MFA on privileged accounts has a maximum score contribution of 10 points, calculated proportionally based on how many applicable accounts are compliant.
Applicable users in this subscription:
- 5 users with Owner role at the subscription scope
- 10 users with Owner role on Azure resources
Total applicable users = 15
Planned change enables MFA for:
- 5 subscription owners (5/5 compliant)
- 5 of the 10 resource owners (5/10 compliant)
Score contribution:
- Subscription owners: 5 × (5/5) = 5 points
- Resource owners: 5 × (5/10) = 2.5 points
Total secure score increase = 5 + 2.5 = 7.5 points.
Question 47
HOTSPOT
-
You have an Azure subscription that contains the virtual networks shown in the following table.
NSG1 and NSG2 both have default rules only.
The subscription contains the virtual machines shown in the following table.
The subscription contains the web apps 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: Yes
No
Yes
Explanation: WebApp1 uses VNet integration (Premium), which allows outbound access to resources in the integrated VNet and its peered VNets, so it can reach VM2. NSG1 does not control inbound traffic to WebApp1 because App Service inbound traffic does not traverse the VNet/NSG; VNet integration affects outbound traffic only. WebApp2 runs in an Isolated (ASE) plan deployed inside Subnet2 of VNet2, so it has direct network access to the VNet and can reach VM1 over VNet peering with default NSG rules.
Question 48
HOTSPOT
-
You are implementing an Azure Application Gateway web application firewall (WAF) named WAF1.
You have the following Bicep code snippet.
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: Yes
No
Yes
Explanation: The WAF policy is in Detection mode, so even though a custom rule matches (negated IP match), requests are logged but not blocked; therefore traffic from 10.1.1.5 is allowed. Managed OWASP rules also do not block in Detection mode, so file path attacks are not blocked. The maxRequestBodySizeInKb (128 KB) does not limit file uploads, and Application Gateway allows uploads well above 50 MB (GB range depending on SKU).
Question 49
DRAG DROP
-
You have an Azure subscription.
You create an Azure Firewall policy that has the rules shown in the following table.
In which order should the rules be processed? To answer, move all rules from the list of rules to the answer area and arrange them in the correct order.
Explanation: Azure Firewall processes rule collections in this order: NAT rules first, then Network rules, then Application rules. Within the same rule type, lower priority numbers are processed first. Therefore, NAT Rule2 (priority 200) is before NAT Rule4 (400), followed by Network Rule3 (300) then Rule5 (500), and finally Application Rule1 (100).
Question 50
You have an Azure AD tenant.
You need to ensure that users cannot create passwords containing a variation of the word contoso.
What should you configure?
A. Microsoft Entra Verified ID
B. Microsoft Entra Identity Governance
C. Azure AD Privileged Identity Management (PIM)
D. Azure AD Password Protection
E. Azure AD Identity Protection
Show Answer
Correct Answer: D
Explanation: Azure AD Password Protection allows you to define a custom banned password list and blocks weak passwords and their variants, including organization-specific terms such as the word "contoso." This directly meets the requirement to prevent users from creating passwords containing variations of a specific word.
Question 52
Your network contains an on-premises Active Directory Domain Services (AD DS) domain that syncs with an Azure AD tenant.
You plan to implement single sign-on (SSO) for Azure AD resources.
You need to configure an Intranet Zone setting for all users by using a Group Policy Object (GPO).
Which setting should you configure?
A. Logon options
B. Allow updates to status bar via script
C. Allow active scripting
D. Access data sources across domains
Show Answer
Correct Answer: B
Explanation: For Azure AD Seamless Single Sign-On in a hybrid AD DS environment, Microsoft explicitly requires enabling a specific Internet Explorer/legacy Intranet Zone policy via Group Policy. The documented requirement is to enable the intranet zone setting **Allow updates to status bar via script**. This setting is part of the official Microsoft rollout instructions for Azure AD Seamless SSO and is necessary for the authentication flow to function correctly. Other options like Logon options or Active scripting are not the required setting for Azure AD Seamless SSO.
Question 53
DRAG DROP
-
You have an Azure subscription named Sub1 that contains the storage accounts shown in the following table.
The storage3 storage account is encrypted by using customer-managed keys.
You need to enable Microsoft Defender for Storage to meet the following requirements:
• The storage1 and storage2 accounts must be included in the Defender for Storage protections.
• The storage3 account must be excluded from the Defender for Storage protections.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area.
Show Answer
Correct Answer: Enable the Defender for Storage plan for Sub1.
For storage3, assign the AzDefenderPlanAutoEnable tag and set the value to off.
Disable Defender for Storage for storage3.
Explanation: Defender for Storage is enabled at the subscription scope to include storage1 and storage2. The AzDefenderPlanAutoEnable=off tag excludes storage3 from auto-enablement. Finally, Defender is explicitly disabled on storage3 to ensure it remains excluded.
$19
Get all 440 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.