nerdexam
Microsoft

SC-300 · Question #175

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…

The correct answer is A. User1 only. 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")

Submitted by akirajp· Mar 6, 2026Implement and manage user identities

Question

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?

Exhibit

SC-300 question #175 exhibit

Options

  • AUser1 only
  • BUser2 only
  • CUser3 only
  • DUser1 and User2 only
  • EUser1 and User3 only
  • FUser1, User2, and User3

How the community answered

(19 responses)
  • A
    84% (16)
  • D
    5% (1)
  • E
    5% (1)
  • F
    5% (1)

Explanation

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")

Topics

#dynamic groups#membership rules#rule syntax#operator precedence

Community Discussion

No community discussion yet for this question.

Full SC-300 Practice