Cheat SheetSC-900Microsoft · Fundamentals

SC-900 Cheat Sheet 2026

Everything you need on one page before exam day: domain weights, Zero Trust concepts, what every Microsoft Entra, Defender, Sentinel and Purview product actually does, where to manage it, and the look-alike products that trip up first-timers.

40–60Questions
45–60 minDuration
700/1000Pass score
$99Exam fee (USD)
No expiryValidity
MCQ + MRQFormat
Microsoft SC-900 Security, Compliance and Identity Fundamentals cheat sheet

01 Domain weights

SC-900 has four domains. Microsoft security solutions and Entra together are more than half the exam — if your time is short, that is where it should go. The first domain is small but foundational: its vocabulary (Zero Trust, the CIA triad, shared responsibility) underpins how every product question is framed, so do not skip it just because it is only 10–15%.

Concepts of security, compliance & identity10–15%
Capabilities of Microsoft Entra25–30%
Capabilities of Microsoft security solutions35–40%
Capabilities of Microsoft compliance solutions20–25%
Read this first: SC-900 is conceptual. It tests vocabulary and "what does this Microsoft product do" — not how to configure anything. Learn each product's purpose and the boundary between look-alikes; you will never be asked to click through a setting.

02 Security & identity concepts

The foundational vocabulary the first domain rests on. Know these definitions cold — they reappear inside the product questions too.

Zero Trust

verify · least privilege · assume breach

Three principles: verify explicitly, use least-privilege access, and assume breach. Never trust by network location alone.

Defense in depth

layered security

Multiple independent layers (physical, identity, perimeter, network, compute, app, data) so one failure does not expose everything.

CIA triad

confidentiality · integrity · availability

The three goals of security: keep data secret, unaltered, and accessible to the right people.

Shared responsibility

cloud vs customer

The provider secures the cloud (hardware, host); you secure what you put in it (data, identities, access). Split shifts by IaaS/PaaS/SaaS.

Encryption & hashing

at rest · in transit

Encryption is reversible with a key (symmetric/asymmetric); hashing is one-way and fixed-length, used for integrity and passwords.

AuthN vs AuthZ

who you are · what you can do

Authentication (AuthN) proves identity; authorization (AuthZ) grants access. AuthN always comes first.

Identity as the perimeter

the new control plane

With cloud and remote work the firewall is no longer the boundary — identity is. This is why Entra and Conditional Access matter so much.

03 Microsoft Entra ID capabilities

Entra is Microsoft's cloud identity platform (formerly Azure AD) and the single largest product area on the exam. Identity is now the primary security boundary, so know what each capability is for and which tier it needs — several of these are premium (P1/P2) features rather than free-tier.

Entra ID

tenants · identity types

The directory itself: a tenant holds users, groups, devices, and apps. Identity types include users, service principals, and managed identities.

Authentication methods

MFA · passwordless

Password, MFA, and passwordless options: Windows Hello, FIDO2 keys, and the Microsoft Authenticator app.

Conditional Access

if-then access policy

Signals (user, device, location, risk) drive a decision: allow, block, or require MFA. The engine of Zero Trust in Entra.

Self-Service Password Reset

SSPR

Lets users reset or unlock their own accounts after verifying with registered methods — cuts helpdesk load.

Identity Protection

risky users & sign-ins

Detects and flags risky sign-ins and risky users, and can feed risk into Conditional Access for automated response.

Privileged Identity Management

PIM

Just-in-time, time-bound, approval-gated activation of privileged roles, with access reviews and audit.

Entra ID Governance

access reviews · entitlement mgmt

Manages the identity lifecycle: access reviews recertify who needs access; entitlement management bundles access into request-able packages.

External identities

B2B · B2C

B2B invites partners as guests into your tenant; B2C is a customer identity platform for consumer-facing apps.

04 Microsoft security solutions

The heaviest domain. The exam rarely asks how these work internally — it asks which one solves a given problem, so anchor each to a single job and keep Sentinel and Defender from blurring together.

ProductWhat it isOne-liner
Defender for CloudCSPM + CWPPosture management and workload protection across Azure, hybrid and multicloud; tracks Secure Score.
Microsoft SentinelSIEM + SOARCloud-native SIEM that collects logs at scale, hunts threats, and automates response with playbooks.
Defender XDRExtended detection & responseUnifies Defender for Endpoint, Office 365, Identity, and Cloud Apps into one correlated incident view.
Security CopilotGenerative-AI assistantNatural-language analyst help for investigation, summarising incidents and guiding response.
SIEM vs XDR: Sentinel is the SIEM — it ingests logs from everything (any source) for broad analytics. Defender XDR is the XDR — deep, correlated detection across Microsoft's own endpoint, email, identity and app signals.

05 Microsoft compliance solutions

Almost all of these live under Microsoft Purview, the unified compliance portal. Group them by job: classify and protect data, prevent loss, govern retention, support investigations, and measure regulatory posture.

CapabilityWhat it does
Microsoft PurviewThe unified compliance portal — home for data governance, protection and risk solutions.
Sensitivity labels & Information ProtectionClassify and protect data (encryption, watermarks, access) that travels with the file.
Data Loss Prevention (DLP)Detects and blocks sharing of sensitive data (credit cards, IDs) across apps and endpoints.
Records management & retentionRetention labels and policies keep or delete content for a defined period to meet regulations.
eDiscovery & AuditFind, hold and export content for legal cases; audit logs record who did what.
Insider Risk ManagementSpots risky internal activity (data theft, leaks) using policy-driven signals.
Compliance Manager & ScoreMaps your controls to regulations and gives a Compliance Score of your posture.
Service Trust PortalMicrosoft's public hub for audit reports, certifications and compliance documentation.

06 Key portals — where things live

The exam often asks where you would manage something. Match the task to the right admin centre.

Microsoft Entra admin center

Identity and access: users, groups, Conditional Access, MFA, PIM, Identity Protection, external identities.

Microsoft Defender portal

Security operations: XDR incidents and alerts, Defender for Endpoint/Office/Identity, threat hunting, Secure Score.

Microsoft Purview portal

Compliance: sensitivity labels, DLP, retention, eDiscovery, Insider Risk, Compliance Manager.

Microsoft 365 admin center

Tenant and licence administration: users, subscriptions, service health, and the gateway to other admin centres.

Azure portal

Azure resources and security: Defender for Cloud, Microsoft Sentinel, Key Vault, and network security.

07 Must-know distinctions

  • MFA vs Conditional Access: MFA is a single verification requirement; Conditional Access is the policy engine that decides when to require MFA (or block) based on signals.
  • SIEM vs SOAR vs XDR: SIEM (Sentinel) aggregates and analyses logs; SOAR automates the response (playbooks); XDR (Defender) correlates detections across Microsoft workloads.
  • Sensitivity labels vs retention labels: sensitivity labels protect data (encryption, access); retention labels control how long data is kept or when it is deleted.
  • Secure Score vs Compliance Score: Secure Score (Defender for Cloud) measures your security posture; Compliance Score (Compliance Manager) measures your regulatory compliance posture.
  • Entra roles vs Azure RBAC: Entra roles govern access to identity and Microsoft 365 resources (the directory); Azure RBAC governs access to Azure resources (subscriptions, resource groups).

08 Common traps

Sentinel vs Defender: if the scenario says "collect logs from many sources for analytics", the answer is Sentinel (SIEM); if it says "correlated detection across endpoints, email and identity", it is Defender XDR.
AuthN vs AuthZ: proving who you are is authentication; deciding what you can do is authorization. Watch for the words "verify identity" vs "grant access".
Sensitivity vs retention labels: sensitivity = protect/classify; retention = keep or delete on a schedule. The exam loves to swap these.
Conditional Access licensing: Conditional Access requires Microsoft Entra ID P1 or higher — it is not in the free tier. SC-900 expects you to know it is a premium capability.

09 FAQ

Is SC-900 worth it?

Yes, if you are new to Microsoft security or work in a sales, support, or compliance role that touches the Microsoft cloud. SC-900 gives you a shared vocabulary for Zero Trust, Entra, Defender, Sentinel, and Purview, and it is a clean launch point before the role-based SC-200, SC-300, or AZ-500 certifications.

Is SC-900 hard?

No. SC-900 is a fundamentals exam that tests concepts and product capabilities, not hands-on configuration. Most candidates pass with a few hours of focused study using Microsoft Learn and practice questions. The main difficulty is keeping the many similarly named products straight.

Does SC-900 expire?

No. Like other Microsoft fundamentals certifications, SC-900 does not expire and never needs renewal. Once you pass, it stays on your transcript permanently, though the underlying products keep evolving.

What should I take after SC-900?

It depends on your role. For security operations take SC-200, for identity and access administration take SC-300, for Azure security engineering take AZ-500, and for security architecture take the SC-100 expert exam once you have hands-on experience.

ExamCert
ExamCert TeamCertified cloud & security pros helping you pass faster.