The correct answer is that the task is created, then the playbook runs, but the incident modification fails because the owner is incorrectly formatted. This happens because automation rules in Microsoft Sentinel execute actions sequentially, so the task and playbook actions complete successfully before the rule attempts to modify the incident. The failure occurs specifically due to an automation rule invalid action type: Sentinel requires the incident owner field to be a user principal name (UPN) or object ID, not a plain text string like 'SOC-Tier1'. On the SC-200 exam, this scenario tests your understanding of action sequencing and the strict formatting requirements for incident ownership—a common trap is assuming any text string will work for the owner field. Remember the memory tip: “Owner needs an ID, not a name” to avoid this pitfall.
SC-200 Manage a security operations environment Practice Question
This SC-200 practice question tests your understanding of manage a security operations environment. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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
{
"properties": {
"displayName": "SOC Automation Rules",
"rules": [
{
"name": "High Severity Incidents",
"description": "Assign incidents with severity High to tier1 group and run a playbook.",
"actions": [
{ "order": 1, "actionType": "AddIncidentTask", "taskName": "Notify SOC Lead" },
{ "order": 2, "actionType": "RunPlaybook", "logicAppResourceId": "/subscriptions/.../resourceGroups/.../providers/Microsoft.Logic/workflows/NotifySOC" },
{ "order": 3, "actionType": "ModifyIncident", "status": "Active", "owner": "SOC-Tier1@contoso.com" }
]
}
]
}
}
Refer to the exhibit. An automation rule in Microsoft Sentinel is configured as shown. When a high-severity incident is created, what is the expected behavior?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The task is created, then the playbook runs, but the incident modification fails because the owner is incorrectly formatted.
Option C is correct because the automation rule in Microsoft Sentinel executes actions sequentially. The task creation and playbook run succeed, but the incident modification fails because the owner field is incorrectly formatted. Sentinel expects the incident owner to be specified as a user principal name (UPN) or object ID, not a plain text string like 'SOC-Tier1'.
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.
✗
All actions execute successfully: task created, playbook runs, incident owner set to SOC-Tier1.
Why it's wrong here
The owner format is invalid.
✗
The rule fails to run because the actions are not in valid JSON format.
Why it's wrong here
The JSON is valid, but the owner field is incorrect.
✓
The task is created, then the playbook runs, but the incident modification fails because the owner is incorrectly formatted.
Why this is correct
The owner field should be an object with objectId and email.
Related concept
Read the scenario before looking for a memorised answer.
✗
The playbook runs first, then the task is created, then the incident is modified.
Why it's wrong here
Actions run in order 1,2,3.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume all actions in an automation rule execute independently and ignore the specific formatting requirements for the incident owner field, leading them to select Option A or D.
Detailed technical explanation
How to think about this question
Under the hood, Sentinel automation rules use Azure Logic Apps to orchestrate actions, and each action is validated against its schema at runtime. The incident owner property must be a valid Azure AD user object ID or UPN; a free-text string like 'SOC-Tier1' causes a 400 Bad Request error from the Microsoft Security Incident API. In a real-world scenario, this often happens when teams use display names or role titles instead of proper identifiers, leading to silent failures that can delay incident assignment.
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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SC-200 question in full detail.
Manage a security operations environment — This question tests Manage a security operations environment — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The task is created, then the playbook runs, but the incident modification fails because the owner is incorrectly formatted. — Option C is correct because the automation rule in Microsoft Sentinel executes actions sequentially. The task creation and playbook run succeed, but the incident modification fails because the owner field is incorrectly formatted. Sentinel expects the incident owner to be specified as a user principal name (UPN) or object ID, not a plain text string like 'SOC-Tier1'.
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 →
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 creating an automation rule in Microsoft Sentinel. The rule is enabled but does not assign incidents. What is the most likely issue?
hard
✓ A.The action 'AssignIncident' is not a supported automation rule action.
B.The condition 'Owner' property does not support 'Equals' operator.
C.The trigger type 'Microsoft.SecurityInsights/Incident' is incorrect.
D.The 'assignedTo' value should be a user principal name instead of an email alias.
Why A: Option C is correct because the action type 'AssignIncident' is not a valid automation rule action. Valid actions include 'RunPlaybook' and 'ChangeSeverity'. Option A is incorrect because the trigger type is valid. Option B is incorrect because the conditions are valid. Option D is incorrect because the action is not valid.
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.
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.
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.
Sign in to join the discussion.