Your company has a Microsoft 365 subscription.
You have a team that uses the following dynamic rule.
(user.department -contains "Sales" -or user.department -contains "Marketing") -and (user.userType -Contains "Guest") -and (user.country -eq "US") Which user will be included in the group?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The dynamic rule specified for the team includes the following conditions:
Based on these conditions, we can eliminate answer options B and C from consideration because they are member users, not guest users, and therefore do not satisfy condition 2.
Answer option D also fails to meet the conditions because the user is a guest user in a department named "US Marketing Division," which does not contain the keyword "Sales" or "Marketing" and therefore fails to satisfy condition 1.
The correct answer is therefore A. The user is a guest user in a department named "Global Sales" that has the country attribute set to "US." This user satisfies all three conditions of the dynamic rule specified for the team.