SC-300 · Question #411
Hotspot Question You have two Microsoft Entra tenants named contoso.com and fabrikam.com. Contoso.com contains the users shown in the following table. You configure cross-tenant synchronization from…
The correct answer is User1 syncs to fabrikam.com. = No; User2 syncs to fabrikam.com. = Yes; User3 syncs to fabrikam.com. = No. This question tests understanding of Microsoft Entra cross-tenant synchronization scoping filters, specifically how Filter1 and Filter2 (configured with AND/OR logic) interact with group membership (Group1) to determine which users get synchronized from contoso.com to…
Question
Answer Area
- User1 syncs to fabrikam.com.No
- User2 syncs to fabrikam.com.Yes
- User3 syncs to fabrikam.com.No
Explanation
This question tests understanding of Microsoft Entra cross-tenant synchronization scoping filters, specifically how Filter1 and Filter2 (configured with AND/OR logic) interact with group membership (Group1) to determine which users get synchronized from contoso.com to fabrikam.com.
Approach. In cross-tenant synchronization, the Source Object Scope uses scoping filters where multiple filters in the same filter group (Filter1) are combined with AND logic (all conditions must be true), while separate filter groups (Filter1 vs Filter2) are combined with OR logic (either filter group can qualify a user). Additionally, users must be members of the assigned group (Group1) AND pass the scoping filter. To determine if a user is synchronized, check: 1) Is the user in Group1? 2) Does the user satisfy Filter1 (all conditions in Filter1 must match) OR Filter2 (all conditions in Filter2 must match)? A user is provisioned only if BOTH conditions are met - group membership AND scoping filter match. Without the specific table data showing Filter1/Filter2 attribute conditions and user attributes, the general rule is: evaluate each user against Group1 membership first, then check if they meet Filter1 criteria AND/OR Filter2 criteria using the AND-within/OR-between logic.
Concept tested. Microsoft Entra cross-tenant synchronization scoping filter logic: AND logic within a single filter group (multiple rows in Filter1), OR logic between separate filter groups (Filter1 OR Filter2), combined with group-based assignment scoping to determine which users are provisioned to the target tenant.
Topics
Community Discussion
No community discussion yet for this question.