Managing Microsoft Teams: Dynamic Rule for Including Users in a Group | Exam MS-700

Which User will be Included in the Group?

Question

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?

Answers

Explanations

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:

  1. The user's department must contain "Sales" or "Marketing."
  2. The user must be of type "Guest."
  3. The user's country attribute must be set to "US."

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.