Question 1,352 of 1,639
Respond to security incidentshardMultiple SelectObjective-mapped

Conditions for Automatic Playbook Execution on Microsoft Sentinel Incidents

This SC-200 practice question tests your understanding of respond to security incidents. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

Which THREE conditions must be met for Microsoft Sentinel to automatically run a playbook on an incident?

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 playbook must have the Sentinel Responder role assigned

Option B is correct because Microsoft Sentinel requires the playbook to have the 'Microsoft Sentinel Responder' role assigned to its managed identity (or service principal) in order to execute actions on incidents. This role grants the necessary permissions to update incidents, add comments, and perform other responder actions. Without this role assignment, the automation rule will fail to trigger the playbook.

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 incident severity must be set to High or Critical

    Why it's wrong here

    Automation can run on any severity.

  • The playbook must have the Sentinel Responder role assigned

    Why this is correct

    Permissions are required for the playbook to run.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The incident must be created by a scheduled or NRT analytics rule

    Why this is correct

    Only incidents from analytics rules trigger automation.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The user must be signed in to the Azure portal

    Why it's wrong here

    Automation runs in the background.

  • The playbook must be set to 'Enabled' on the automation rule

    Why this is correct

    Automation rule must have the playbook enabled.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume playbooks can only run on high-severity incidents (Option A) or that a user must be logged in (Option D), when in fact automation rules can be configured for any severity and run fully unattended using managed identities.

Detailed technical explanation

How to think about this question

Under the hood, when an automation rule triggers a playbook, Sentinel uses the playbook's managed identity (or a service principal if configured) to authenticate via Azure AD and then calls the Microsoft Graph Security API or the Sentinel REST API to perform actions like updating incident status or adding comments. The 'Microsoft Sentinel Responder' role is a built-in RBAC role that includes permissions such as 'Microsoft.SecurityInsights/incidents/actions/write' and 'Microsoft.SecurityInsights/incidents/comments/write'. A common real-world scenario is a playbook that automatically assigns an incident to a specific analyst based on severity; if the playbook lacks the Responder role, the assignment action silently fails.

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 company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

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-200 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-200 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-200 question test?

Respond to security incidents — This question tests Respond to security incidents — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The playbook must have the Sentinel Responder role assigned — Option B is correct because Microsoft Sentinel requires the playbook to have the 'Microsoft Sentinel Responder' role assigned to its managed identity (or service principal) in order to execute actions on incidents. This role grants the necessary permissions to update incidents, add comments, and perform other responder actions. Without this role assignment, the automation rule will fail to trigger the playbook.

What should I do if I get this SC-200 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

5 more ways this is tested on SC-200

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. Which THREE components can be used in Microsoft Sentinel to automate incident response?

medium
  • A.Automation rules
  • B.Triggers
  • C.Playbooks
  • D.Watchlists
  • E.Analytics rules

Why A: Correct answers are A, B, and C. Automation rules are built-in automation that can automatically perform actions based on triggers when incidents are created or updated. Triggers are the conditions that initiate automation rules, such as 'When incident created' or 'When incident updated.' Playbooks are workflows that can be run automatically from automation rules to perform complex response actions. Analytics rules (E) generate alerts and incidents, but do not automate response; they are detection rules. Watchlists (D) are used for enrichment and correlation, not automation.

Variation 2. You have been tasked with creating an automated response in Microsoft Sentinel for incidents involving lateral movement. Which Azure service allows you to run a playbook to automatically isolate a compromised VM?

easy
  • A.Azure Logic Apps
  • B.Kusto Query Language (KQL)
  • C.Microsoft Defender XDR advanced hunting
  • D.Azure Event Hubs

Why A: Azure Logic Apps is the correct answer because it provides the workflow automation engine that powers Microsoft Sentinel playbooks. When a lateral movement incident is detected, a Logic Apps-based playbook can execute automated actions such as isolating a compromised VM via Azure Network Security Groups (NSGs) or Azure Firewall rules, using connectors like the Azure VM or Azure Resource Manager. This enables a no-code or low-code response directly from Sentinel without manual intervention.

Variation 3. An organization uses Microsoft Sentinel. A security engineer needs to set up automatic response actions when a high-severity incident is created. The engineer wants to trigger a playbook that sends a notification to a Microsoft Teams channel and creates a ticket in ServiceNow. What should the engineer use?

easy
  • A.An automation rule that triggers a playbook
  • B.An analytics rule with incident creation enabled
  • C.A watchlist to detect the incident
  • D.A workbook with a custom alert

Why A: Option A is correct because automation rules in Microsoft Sentinel can trigger playbooks (Azure Logic Apps) when incidents are created or updated, enabling automated response actions like sending Teams notifications and creating ServiceNow tickets. Option B is incorrect because analytics rules generate alerts, which can then create incidents if configured, but they do not directly trigger playbooks for automated response. Option C is incorrect because workbooks are for visualization and analysis, not automation. Option D is incorrect because watchlists are used for correlation and enrichment, not for triggering automated responses.

Variation 4. Which THREE conditions must be met for a Microsoft Sentinel incident to be automatically closed by a playbook?

hard
  • A.The playbook must have the 'Microsoft Sentinel Incident' connector with 'Update incident' action.
  • B.The analytics rule that generated the incident must have 'Create incident' enabled.
  • C.The automation rule must have the 'Run playbook' action.
  • D.The incident must have a classification set.
  • E.The playbook must be triggered on incident creation.

Why A: The playbook must have a trigger for incident update, the rule must have automatic incident creation enabled, and the playbook must be assigned to the automation rule. Closing reason and classification are not required but may be set.

Variation 5. Your organization uses Microsoft Sentinel. You have a requirement to automatically add a tag to incidents that involve a specific user. The tag should be added when the incident is created. What should you configure?

hard
  • A.Add the user to a watchlist and create a fusion rule.
  • B.Create an automation rule that triggers on incident creation and runs a playbook with the 'Add tag' action.
  • C.Modify the analytics rule to include a tag in the incident configuration.
  • D.Enable entity behavior analytics to automatically tag incidents.

Why B: Option B is correct because automation rules in Microsoft Sentinel can be configured to trigger when an incident is created, and they can run a playbook that includes the 'Add tag' action. This allows you to automatically tag incidents involving a specific user by incorporating logic within the playbook to check for that user's presence in the incident entities.

Keep practising

More SC-200 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-200 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-200 exam.