Exam SC-300 Topic 3 Question 136 Discussion
Actual exam question for Microsoft's SC-300 exam
Question #: 136
Topic #: 3
Question #: 136
Topic #: 3
You have an Azure Active Directory (Azure AD) tenant that contains the users shown in the following table.

You create a dynamic user group and configure the following rule syntax.
user.usageLocation -in ["US","AU"] -and (user.department -eq "Sales") -and -not (user.jobTitle - eq "Manager") -or (user. jobTitle -eq "SalesRep") Which users will be added to the group?

You create a dynamic user group and configure the following rule syntax.
user.usageLocation -in ["US","AU"] -and (user.department -eq "Sales") -and -not (user.jobTitle - eq "Manager") -or (user. jobTitle -eq "SalesRep") Which users will be added to the group?
Suggested Answer: A Vote an answer
user.usageLocation -in ["US","AU"] == User 1 & User 3
-and (user.department -eq "Sales") == User 1 & User 3
-and -not (user.jobTitle -eq "Manager") == User 1
-or (user. jobTitle -eq "SalesRep")
-and (user.department -eq "Sales") == User 1 & User 3
-and -not (user.jobTitle -eq "Manager") == User 1
-or (user. jobTitle -eq "SalesRep")
by trust.me.never69 at Aug 01, 2026, 11:08 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).