nerdexam
Microsoft

SC-300 · Question #415

Hotspot Question You have a Microsoft 365 subscription that contains three users named User1, User2, and User3 and an enterprise app named App1. The subscription contains the devices shown in the…

The correct answer is User1 can sign in to App1 from Device1. = Yes; User2 can sign in to App1 from Device2. = Yes; User3 can sign in to App1 from Device3. = Yes. This question tests understanding of how multiple Conditional Access policies interact, including include/exclude user group logic and access control grants vs. blocks when applied to specific resources.

Submitted by cyberguy42· Mar 6, 2026Implement authentication and access management

Question

Hotspot Question You have a Microsoft 365 subscription that contains three users named User1, User2, and User3 and an enterprise app named App1. The subscription contains the devices shown in the following table. The subscription contains the groups shown in the following table. You create two Conditional Access policies that have the following settings: - Name: Policy1 - Users: - Include: Group1 - Exclude: Group3 - Target resources: - Include: All resources - Access controls: Block access - Name: Policy2 - Users: - Include: Group2 - Target resources: - Include: App1 - Access controls: - Grant access: Require device to be marked as compliant. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Answer:

Answer Area

  • User1 can sign in to App1 from Device1.Yes
  • User2 can sign in to App1 from Device2.Yes
  • User3 can sign in to App1 from Device3.Yes

Explanation

This question tests understanding of how multiple Conditional Access policies interact, including include/exclude user group logic and access control grants vs. blocks when applied to specific resources.

Approach. When evaluating Conditional Access, all applicable policies are evaluated and the most restrictive result wins. Policy1 blocks access for Group1 members (unless they are in Group3, which is excluded). Policy2 grants access to App1 only if the device is compliant, applied to Group2 members. A user in both Group1 and Group2 would be blocked by Policy1 for all resources (since Block overrides Grant). A user only in Group2 would need a compliant device to access App1. A user in Group1 AND Group3 is excluded from Policy1 (Group3 exclusion takes precedence) and if also in Group2, only Policy2 applies requiring compliant device for App1. Always check: 1) Is the user in scope (included but not excluded)? 2) Is the resource in scope? 3) What is the access control result? Block always overrides Grant when both apply.

Concept tested. Microsoft Entra ID (Azure AD) Conditional Access policy evaluation - specifically how include/exclude group logic works, how Block access overrides Grant access when multiple policies apply to the same user and resource, and how device compliance requirements interact with policy assignments.

Reference. https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-policies

Topics

#Conditional Access#block access#device compliance#policy interaction

Community Discussion

No community discussion yet for this question.

Full SC-300 Practice