Exam SC-401 Topic 2 Question 33 Discussion
Actual exam question for Microsoft's SC-401 exam
Question #: 33
Topic #: 2
Question #: 33
Topic #: 2
You have a Microsoft 365 E5 subscription that contains a Microsoft SharePoint Online site named Site! and the data loss prevention (DLP) policies shown in the following table.

The DLP rules are configured as shown In the following table.

All the policies are assigned to Site1.
You need to ensure that if a user uploads a document to Site1 that matches all the rules, the user will be shown the Tip 2 policy tip. What should you do?

The DLP rules are configured as shown In the following table.

All the policies are assigned to Site1.
You need to ensure that if a user uploads a document to Site1 that matches all the rules, the user will be shown the Tip 2 policy tip. What should you do?
Suggested Answer: A Vote an answer
Current setup:
DLP1 (priority 0, Rule1) # Stop processing additional rules enabled # means if Rule1 matches, later rules (including Rule2 with Tip2) will never be evaluated.
Requirement: Ensure that if all rules match, the user sees Tip2 (Rule2's policy tip).
To fix this: Move DLP2 above DLP1 in priority (i.e., set DLP2 = priority 0). Then Rule2 will be evaluated first, and its policy tip (Tip2) will be displayed.
Why not others?
B). Prevent additional processing of the policies if there is a match for Rule2: That would stop processing later, but DLP1 would still block earlier due to its higher priority.
C). Change the priority of DLP2 to 3: That pushes it even lower, making it worse.
D). Enable additional processing for Rule1: Rule1 already has stop processing enabled. Changing that does not ensure Rule2 runs before Rule1, because priority is evaluated first.
Reference:
Microsoft Learn: Order of rule processing in DLP
# Policies with lower priority numbers run first, and "Stop processing" ends evaluation.
DLP1 (priority 0, Rule1) # Stop processing additional rules enabled # means if Rule1 matches, later rules (including Rule2 with Tip2) will never be evaluated.
Requirement: Ensure that if all rules match, the user sees Tip2 (Rule2's policy tip).
To fix this: Move DLP2 above DLP1 in priority (i.e., set DLP2 = priority 0). Then Rule2 will be evaluated first, and its policy tip (Tip2) will be displayed.
Why not others?
B). Prevent additional processing of the policies if there is a match for Rule2: That would stop processing later, but DLP1 would still block earlier due to its higher priority.
C). Change the priority of DLP2 to 3: That pushes it even lower, making it worse.
D). Enable additional processing for Rule1: Rule1 already has stop processing enabled. Changing that does not ensure Rule2 runs before Rule1, because priority is evaluated first.
Reference:
Microsoft Learn: Order of rule processing in DLP
# Policies with lower priority numbers run first, and "Stop processing" ends evaluation.
by Bishop at Jun 18, 2026, 08:16 AM
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).