Question 1,261 of 1,411

Microsoft Purview DLP Policy Actions

This SC-900 practice question tests your understanding of describe the capabilities of microsoft security solutions. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

{
  "Name": "DLP Policy - Credit Card Data",
  "Location": {
    "Exchange": true,
    "SharePoint": true,
    "OneDrive": true,
    "TeamsChatAndChannel": false
  },
  "Rules": [
    {
      "Name": "Rule1",
      "Condition": {
        "SensitiveInfoType": "Credit Card Number",
        "MinCount": 1
      },
      "Action": "BlockAccess",
      "Notification": {
        "UserNotify": true,
        "UserNotifyText": "This content is blocked due to DLP policy."
      }
    }
  ]
}

Refer to the exhibit. The JSON shows a Microsoft Purview DLP policy. A user sends an email with a credit card number to an external recipient. What will happen?

Exhibit

{
  "Name": "DLP Policy - Credit Card Data",
  "Location": {
    "Exchange": true,
    "SharePoint": true,
    "OneDrive": true,
    "TeamsChatAndChannel": false
  },
  "Rules": [
    {
      "Name": "Rule1",
      "Condition": {
        "SensitiveInfoType": "Credit Card Number",
        "MinCount": 1
      },
      "Action": "BlockAccess",
      "Notification": {
        "UserNotify": true,
        "UserNotifyText": "This content is blocked due to DLP policy."
      }
    }
  ]
}

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The email is blocked and the user receives a notification.

The DLP policy in the exhibit has a condition that detects credit card numbers and an action set to 'BlockMessage' with 'NotifyUser' enabled. Since the policy is configured for Exchange (email) and the action blocks the message, the email is blocked and the user receives a notification. The 'TeamsChatAndChannel' property being false is irrelevant because the policy is applied to Exchange, not Teams.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The email is delivered normally because TeamsChatAndChannel is false.

    Why it's wrong here

    Teams is not relevant for email.

  • The email is delivered but an alert is generated.

    Why it's wrong here

    The action is BlockAccess, not just alert.

  • The email is blocked and the user receives a notification.

    Why this is correct

    Correct: Exchange is included, and the rule blocks access with user notification.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The email is encrypted before delivery.

    Why it's wrong here

    The action is BlockAccess, not encryption.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse the 'TeamsChatAndChannel' property with the overall policy applicability, assuming a false value means the entire policy is inactive, when in fact it only controls Teams scope and the Exchange action still applies.

Detailed technical explanation

How to think about this question

Microsoft Purview DLP policies use conditions (e.g., sensitive info types like credit card numbers) and actions (e.g., BlockMessage, NotifyUser, GenerateAlert). The 'BlockMessage' action prevents delivery entirely, and the 'NotifyUser' action sends a policy tip or email notification to the sender. The 'TeamsChatAndChannel' property is a separate scope setting that controls whether the policy applies to Teams, not Exchange; Exchange DLP actions are independent of this property.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SC-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SC-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SC-900 question test?

Describe the capabilities of Microsoft security solutions — This question tests Describe the capabilities of Microsoft security solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The email is blocked and the user receives a notification. — The DLP policy in the exhibit has a condition that detects credit card numbers and an action set to 'BlockMessage' with 'NotifyUser' enabled. Since the policy is configured for Exchange (email) and the action blocks the message, the email is blocked and the user receives a notification. The 'TeamsChatAndChannel' property being false is irrelevant because the policy is applied to Exchange, not Teams.

What should I do if I get this SC-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on SC-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Refer to the exhibit. You are reviewing a Microsoft Purview DLP policy JSON snippet. The policy is enabled and contains one rule. What is the effect of this rule?

hard
  • A.Applies only to SharePoint, not Exchange.
  • B.Only audits the activity, does not block.
  • C.Blocks access and sends a policy tip to users.
  • D.Blocks access to content containing a credit card number in Exchange and SharePoint, without user notification.

Why D: The JSON snippet shows a DLP rule with an action of 'BlockAccess' and 'NotifyUser' set to 'False', meaning the rule blocks access to content containing a credit card number in both Exchange and SharePoint (the locations are not restricted to a single workload). Since 'NotifyUser' is false, no policy tip or email notification is sent to the user. Therefore, the correct effect is that access is blocked without user notification, matching option D.

Keep practising

More SC-900 practice questions

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SC-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SC-900 exam.