The correct answer is that the user account has been flagged by Microsoft Entra ID Protection as at risk. This is because the riskLevel of 'high' and riskState of 'atRisk' are specific properties populated directly by Microsoft Entra ID Protection (formerly Azure AD Identity Protection), not by a Microsoft Sentinel analytics rule. These values indicate that real-time risk detections—such as leaked credentials, anonymous IP addresses, or atypical travel—have triggered a risk assessment on the user account. On the SC-200 exam, this concept tests your ability to distinguish between Entra ID Protection risk signals and Sentinel’s own detections; a common trap is assuming a high riskLevel means the account is confirmed compromised or disabled, but it simply means suspicious activity has been detected and flagged. Remember the mnemonic: “Entra flags the risk, Sentinel investigates the state”—the riskLevel and riskState come from Entra ID Protection, not from Sentinel’s analytics.
SC-200 Manage a security operations environment Practice Question
This SC-200 practice question tests your understanding of manage a security operations environment. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. 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
Refer to the exhibit.
```json
{
"properties": {
"entityType": "Account",
"displayName": "testuser@contoso.com",
"aadUserId": "00000000-0000-0000-0000-000000000001",
"riskLevel": "high",
"riskDetail": "User performed anomalous sign-in from unfamiliar location",
"riskState": "atRisk",
"riskLastUpdatedDateTime": "2026-03-15T10:30:00Z"
}
}
```
Refer to the exhibit. You are investigating a user entity in Microsoft Sentinel. The entity details show a riskLevel of 'high' and riskState 'atRisk'. What does this indicate?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The user account has been flagged by Microsoft Entra ID Protection as at risk
Option C is correct because the riskLevel of 'high' and riskState of 'atRisk' are specific properties populated by Microsoft Entra ID Protection (formerly Azure AD Identity Protection). These values indicate that the user account has been flagged as risky based on real-time risk detections (e.g., leaked credentials, anonymous IP address, atypical travel). This is not a direct result of a Sentinel analytics rule, nor does it mean the account is disabled or confirmed compromised—it means the identity protection service has detected suspicious activity and assigned a risk level.
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 user account has been disabled
Why it's wrong here
No indication of disablement.
✗
The user account triggered a Sentinel analytics rule
Why it's wrong here
The risk fields are from Microsoft Entra ID Protection, not Sentinel analytics rules.
✓
The user account has been flagged by Microsoft Entra ID Protection as at risk
Why this is correct
The riskLevel and riskState fields come from Microsoft Entra ID Protection integration.
Related concept
Read the scenario before looking for a memorised answer.
✗
The user account has been confirmed compromised
Why it's wrong here
'atRisk' indicates potential risk, not confirmed compromise.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse the riskLevel and riskState fields from Microsoft Entra ID Protection with Sentinel analytics rule alerts, assuming any 'high risk' label must come from a detection rule, when in fact these fields are native identity protection properties that are enriched into the entity.
Detailed technical explanation
How to think about this question
Under the hood, Microsoft Entra ID Protection uses machine learning models to evaluate risk detections (e.g., impossible travel, unfamiliar sign-in properties) and assigns a riskLevel (low, medium, high) and riskState (atRisk, confirmedCompromised, remediated, dismissed). These risk signals are ingested into Microsoft Sentinel via the IdentityInfo table or the User entity enrichment, allowing SOC analysts to correlate identity risk with other security events. A real-world scenario might involve a user with high riskLevel triggering a conditional access policy that requires MFA or blocks access, while Sentinel can be used to create automated playbooks that disable the account or force a password reset based on this risk state.
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.
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 user account has been flagged by Microsoft Entra ID Protection as at risk — Option C is correct because the riskLevel of 'high' and riskState of 'atRisk' are specific properties populated by Microsoft Entra ID Protection (formerly Azure AD Identity Protection). These values indicate that the user account has been flagged as risky based on real-time risk detections (e.g., leaked credentials, anonymous IP address, atypical travel). This is not a direct result of a Sentinel analytics rule, nor does it mean the account is disabled or confirmed compromised—it means the identity protection service has detected suspicious activity and assigned a risk level.
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 →
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.