MS-102 Exam QuestionsBrowse all questions from this exam

MS-102 Exam - Question 117


HOTSPOT

-

You have a Microsoft 365 subscription that contains the users shown in the following table.

You create a new administrative unit named AU1 and configure the following AU1 dynamic membership rule.

(user.department -eq "Engineering") and (user.jobTitle -notContains "Executive")

The subscription contains the role assignments shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
Casticod
Sep 6, 2023

-equal means that the exact name must match, -contain The Contains operator does partial string matches but not item in a collection matches Note the agument and (must match the 2) User 1 and user 2 do not belong as the 2 conditions do not match Therefore user 1 and user 2 do not belong to AU1 and are outside the scope of Admin 1 Option 1 NO Option 2 NO Option 3 YES

cb0900
Sep 12, 2023

Agree. NO NO YES

CloudCanary
Sep 26, 2023

Definitely N,N,Y, I agree 100%

daye
Nov 15, 2023

good catch

PhoenixMan
Oct 19, 2023

the answer should be N,N,Y

TP447
Nov 16, 2023

N/N/Y for me.

cyp99
Dec 14, 2023

I believe NNY

nordbymikael
Mar 27, 2024

1: No 2: No 3: Yes No users are added to the administrative unit AU1. Therefore, Admin1 who has a role scoped to AU1 cannot make any changes on the users, because there are simply no users. Global Administrator on the tenant scope has almost all rights in the whole tenant.

LiamAzure
Jun 20, 2024

Why is the second one no?

blairskimo
Jul 16, 2024

Answeres are correct . user 2 is excluded from the dynamic group as they are a sales executive . The word executive kicks them . The word executive excludes them from AU1 which they need to be in to have their pwd reset as admin 1 is only an admin for the au1 DYNAMIC admin unit .