- A
Privileged Identity Management
Why wrong: Privileged Identity Management (PIM) manages just-in-time privileged access and approvals, not automated risk-based sign-in remediation.
- B
Identity Protection
Identity Protection detects risks like leaked credentials and anonymized IP addresses, and can automatically block sign-ins or require password reset through risk-based policies.
- C
Azure AD Connect
Why wrong: Azure AD Connect is used for identity synchronization between on-premises Active Directory and Microsoft Entra ID, not for risk detection or remediation.
- D
Self-service password reset
Why wrong: Self-service password reset (SSPR) allows users to reset their own passwords but does not automatically force a reset based on risk detection.
Identity Protection — Automated Risk-Based Remediation | Microsoft SC-900 Explained
This SC-900 practice question tests your understanding of describe the capabilities of microsoft entra. 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. A key principle to apply: identity Protection detects identity-based risks in real-time.. 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.
A company uses Microsoft Entra ID. The security team wants to configure automated actions when user sign-ins are detected as high risk due to anonymized IP addresses or leaked credentials. They need to automatically block the sign-in or force a password change based on risk level. Which Microsoft Entra ID feature should they use?
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
Identity Protection
Microsoft Entra ID Protection is the correct feature because it automates the detection and remediation of identity-based risks, including sign-ins from anonymized IP addresses and leaked credentials. It allows administrators to configure conditional access policies that automatically block high-risk sign-ins or force a password change based on the risk level (e.g., low, medium, high). This directly matches the security team's requirement for automated actions tied to risk detection.
Key principle: Identity Protection detects identity-based risks in real-time.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Privileged Identity Management
Why it's wrong here
Privileged Identity Management (PIM) manages just-in-time privileged access and approvals, not automated risk-based sign-in remediation.
When this WOULD be correct
A question asking which feature provides just-in-time privileged access, role activation with approval, or access reviews for administrative roles in Microsoft Entra ID would have PIM as the correct answer.
- ✓
Identity Protection
Why this is correct
Identity Protection detects risks like leaked credentials and anonymized IP addresses, and can automatically block sign-ins or require password reset through risk-based policies.
Related concept
Identity Protection detects identity-based risks in real-time.
- ✗
Azure AD Connect
Why it's wrong here
Azure AD Connect is used for identity synchronization between on-premises Active Directory and Microsoft Entra ID, not for risk detection or remediation.
When this WOULD be correct
A company needs to synchronize user accounts, groups, and password hashes from on-premises Active Directory to Azure AD to enable hybrid identity scenarios such as single sign-on and password hash synchronization.
- ✗
Self-service password reset
Why it's wrong here
Self-service password reset (SSPR) allows users to reset their own passwords but does not automatically force a reset based on risk detection.
When this WOULD be correct
A company wants to enable users to reset their own passwords without IT intervention, especially after a password expiration or forgotten password scenario. The question would specify that the goal is to reduce helpdesk calls for password resets, not to respond to risk detections.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SC-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Identity ProtectionCorrect answer▾
Why this is correct
Identity Protection detects risks like leaked credentials and anonymized IP addresses, and can automatically block sign-ins or require password reset through risk-based policies.
✗Privileged Identity ManagementWrong answer — click to see why▾
Why this is wrong here
Privileged Identity Management (PIM) manages, controls, and monitors access to privileged roles in Microsoft Entra ID, but it does not detect or automatically respond to risky sign-ins based on anonymized IP addresses or leaked credentials.
★ When this WOULD be the correct answer
A question asking which feature provides just-in-time privileged access, role activation with approval, or access reviews for administrative roles in Microsoft Entra ID would have PIM as the correct answer.
Why candidates choose this
Candidates may confuse PIM's role-based access controls with security policies for risky sign-ins, or assume that managing privileged identities inherently includes risk-based responses.
✗Azure AD ConnectWrong answer — click to see why▾
Why this is wrong here
Azure AD Connect is used for hybrid identity synchronization between on-premises Active Directory and Azure AD, not for detecting or responding to risky sign-ins based on anonymized IP addresses or leaked credentials.
★ When this WOULD be the correct answer
A company needs to synchronize user accounts, groups, and password hashes from on-premises Active Directory to Azure AD to enable hybrid identity scenarios such as single sign-on and password hash synchronization.
Why candidates choose this
Candidates may confuse Azure AD Connect with identity protection features because both are related to Azure AD, but Azure AD Connect focuses on synchronization, not security risk detection.
✗Self-service password resetWrong answer — click to see why▾
Why this is wrong here
Self-service password reset (SSPR) allows users to reset their own passwords but does not include automated risk-based actions like blocking sign-ins or forcing password changes based on detected risk levels from anonymized IPs or leaked credentials.
★ When this WOULD be the correct answer
A company wants to enable users to reset their own passwords without IT intervention, especially after a password expiration or forgotten password scenario. The question would specify that the goal is to reduce helpdesk calls for password resets, not to respond to risk detections.
Why candidates choose this
Candidates may confuse SSPR with the forced password change action in Identity Protection, thinking that SSPR can be triggered automatically by risk events, but SSPR is user-initiated and not tied to risk policies.
Analysis generated from the official SC-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Identity Protection's risk-based automation with Privileged Identity Management's role-based controls, mistakenly thinking PIM handles all security automation for identities.
Detailed technical explanation
How to think about this question
Identity Protection uses machine learning models and heuristics to assign a risk level (low, medium, high) to each sign-in based on signals like anonymous IP addresses (e.g., Tor exit nodes) or leaked credentials (sourced from dark web monitoring). When integrated with Conditional Access, it can enforce granular policies such as 'Block access' for high-risk sign-ins or 'Require password change' for user risk, leveraging the 'Require password change' grant control which triggers an Azure AD-managed password reset flow. A subtle behavior is that the 'Require password change' control only applies to user risk (not sign-in risk), so the security team must map their requirement to the correct risk type—sign-in risk for blocking, user risk for password change.
KKey Concepts to Remember
- Identity Protection detects identity-based risks in real-time.
- It uses risk-based policies to automate remediation actions.
- Common risk detections include anonymized IP addresses and leaked credentials.
- Automated actions can include blocking sign-ins or forcing password resets.
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
Identity Protection detects identity-based risks in real-time.
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.
Review identity Protection detects identity-based risks in real-time., then practise related SC-900 questions on the same topic to reinforce the concept.
- →
Describe the capabilities of Microsoft Entra — study guide chapter
Learn the concepts, then practise the questions
- →
Describe the capabilities of Microsoft Entra practice questions
Targeted practice on this topic area only
- →
All SC-900 questions
1,411 questions across all exam domains
- →
Microsoft Security, Compliance, and Identity Fundamentals SC-900 study guide
Full concept coverage aligned to exam objectives
- →
SC-900 practice test guide
How to use practice tests most effectively before exam day
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.
Describe the capabilities of Microsoft Entra practice questions
Practise SC-900 questions linked to Describe the capabilities of Microsoft Entra.
Describe the capabilities of Microsoft security solutions practice questions
Practise SC-900 questions linked to Describe the capabilities of Microsoft security solutions.
Describe the capabilities of Microsoft compliance solutions practice questions
Practise SC-900 questions linked to Describe the capabilities of Microsoft compliance solutions.
Describe the concepts of security, compliance, and identity practice questions
Practise SC-900 questions linked to Describe the concepts of security, compliance, and identity.
SC-900 fundamentals practice questions
Practise SC-900 questions linked to SC-900 fundamentals.
SC-900 scenario practice questions
Practise SC-900 questions linked to SC-900 scenario.
SC-900 troubleshooting practice questions
Practise SC-900 questions linked to SC-900 troubleshooting.
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 Entra — This question tests Describe the capabilities of Microsoft Entra — Identity Protection detects identity-based risks in real-time..
What is the correct answer to this question?
The correct answer is: Identity Protection — Microsoft Entra ID Protection is the correct feature because it automates the detection and remediation of identity-based risks, including sign-ins from anonymized IP addresses and leaked credentials. It allows administrators to configure conditional access policies that automatically block high-risk sign-ins or force a password change based on the risk level (e.g., low, medium, high). This directly matches the security team's requirement for automated actions tied to risk detection.
What should I do if I get this SC-900 question wrong?
Review identity Protection detects identity-based risks in real-time., then practise related SC-900 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Identity Protection detects identity-based risks in real-time.
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 →
Keep practising
More SC-900 practice questions
- An organization uses Microsoft Purview Compliance Manager to track compliance with regulations. The compliance officer n…
- A company uses Microsoft Teams and wants to ensure that messages containing offensive language are flagged for review. W…
- A financial services firm uses Microsoft Purview Information Barriers to prevent traders from communicating with investm…
- A company uses a cloud-based SaaS (Software as a Service) application for customer relationship management. According to…
- A company has a document management system. The security policy requires that a user in the Sales department can only vi…
- A company implements a security measure to ensure that only authorized employees can view sensitive customer records. Wh…
Last reviewed: Jun 11, 2026
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.
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.