Azure SC-400 in 2026: What Textbooks Won't Tell You About Purview
DLP policies, sensitivity labels, data governance — explained by someone who implements Purview for a living, not someone who just read about it.

Forget Everything Reddit Told You About the SC-400
Most SC-400 study guides will tell you to memorize DLP policy settings and sensitivity label configurations. And sure, that helps. But after passing the exam and implementing Microsoft Purview for three different organizations, I can tell you the real challenge isn't memorization — it's understanding why Microsoft built things the way they did.
The SC-400 (Microsoft Information Protection and Compliance Administrator) tests your ability to protect sensitive data across Microsoft 365. It's not a security exam in the traditional sense — you're not configuring firewalls or analyzing threats. You're classifying data, preventing leaks, and ensuring regulatory compliance. Think of yourself as the person who makes sure nobody accidentally emails a spreadsheet full of credit card numbers to an external recipient.
Sounds straightforward? It gets complicated fast. Microsoft Purview (formerly Microsoft 365 Compliance Center, formerly Security & Compliance Center — yes, they rename things constantly) has dozens of features that overlap in confusing ways. The exam tests whether you know which tool to use when.
The SC-400 Exam Breakdown
The exam covers three main areas, and the weighting tells you where to focus:
| Domain | Weight | What It Really Means |
|---|---|---|
| Implement information protection | 35-40% | Sensitivity labels, encryption, rights management. The biggest section. |
| Implement data loss prevention | 30-35% | DLP policies for Exchange, SharePoint, Teams, endpoints. The most practical section. |
| Implement information governance | 25-30% | Retention policies, records management, eDiscovery. The most boring-but-important section. |
🎯 SC-400 Quick Facts
- Cost: $165 USD
- Questions: 40-60
- Duration: 120 minutes
- Passing score: 700/1000
- Certification: Microsoft Certified: Information Protection and Compliance Administrator Associate
- Prerequisite: None required, but SC-900 knowledge assumed
Sensitivity Labels: The Foundation of Everything
If you understand sensitivity labels deeply, you understand about 40% of this exam. Labels are how Microsoft classifies and protects data across the entire Microsoft 365 ecosystem.
How Labels Actually Work (Not the Textbook Version)
A sensitivity label is a tag you attach to documents, emails, containers (sites, groups, Teams), and even database columns. But what makes labels powerful is what they do when applied:
- Encryption: Apply Azure RMS encryption. Only specified users/groups can open the file — even if it's forwarded externally.
- Content marking: Headers, footers, watermarks. Visible reminders that a document is classified.
- Auto-labeling: Automatically apply labels based on sensitive content detected (credit card numbers, SSNs, etc.).
- Container access controls: When applied to a SharePoint site or Team, control external sharing, unmanaged device access, and privacy settings.
Here's what the textbooks skim over: label priority matters. Labels are ordered, and the highest-priority label wins when conflicts occur. If a document matches an auto-labeling policy for "Confidential" (priority 2) and "Highly Confidential" (priority 3), it gets "Highly Confidential." Users can manually downgrade a label, but you can require justification.
The Parent-Child Label Structure
Microsoft supports sub-labels (children under a parent label). For example:
- Public
- Internal
- Internal — General
- Internal — HR Only
- Confidential
- Confidential — All Employees
- Confidential — Finance
- Highly Confidential
- Highly Confidential — Project X
The exam loves to test edge cases with this hierarchy. Can a user apply a parent label directly? (No, if it has sub-labels — they must choose a sub-label.) Can you encrypt at the parent level and add content marking at the sub-label level? (Yes, sub-labels inherit parent settings and can add more.)
DLP Policies: Where Theory Meets the Real World
Data Loss Prevention is probably the most testable section because the scenarios are practical. "A user tries to send an email with 10 credit card numbers to an external recipient. What happens?" Your answer depends on how the DLP policy is configured.
DLP Policy Components
Every DLP policy has these parts:
- Conditions: What triggers the policy — sensitive information types (SITs), sensitivity labels, or specific file properties
- Actions: What happens when triggered — block, allow with override, restrict to specific people, notify the user
- User notifications: Policy tips that tell users why their action was blocked
- User overrides: Whether users can override the block (with or without justification)
- Incident reports: Who gets notified (admins, managers, the user's manager)
The tricky part is understanding location scope. A single DLP policy can cover Exchange, SharePoint, OneDrive, Teams, Endpoints, Power BI, and third-party apps — but you can configure different rules per location. The exam tests whether you know which locations support which DLP features.
Endpoint DLP — The Exam's Favorite Topic
Endpoint DLP extends data loss prevention to Windows 10/11 devices. It monitors activities like:
- Copying files to USB drives
- Uploading to cloud services (non-Microsoft)
- Printing sensitive documents
- Copying to clipboard and pasting into unauthorized apps
- Accessing sensitive files via unallowed apps
This is where the SC-400 overlaps with the MD-102 (Endpoint Administrator). You need to understand that Endpoint DLP requires Microsoft Defender for Endpoint onboarding. No Defender onboarding = no Endpoint DLP. The exam tests this prerequisite.
Information Governance: Retention Is More Complex Than You Think
Retention policies seem simple on the surface: keep data for X years, then delete it. But Microsoft's implementation is anything but simple.
Retention Policies vs. Retention Labels
This distinction is critical for the exam:
Retention policies are broad — apply to entire locations (all Exchange mailboxes, all SharePoint sites). They're implicit and run in the background. Users don't see them.
Retention labels are granular — apply to specific items (individual emails, documents, folders). They can be applied manually by users or automatically by rules. Users can see applied labels.
The exam tests conflicts: what happens when a retention policy says "delete after 3 years" but a retention label says "retain for 7 years"? Retention always wins over deletion. The item is kept for 7 years. This principle — "retention wins" — applies across all conflict scenarios.
Records Management
Record labels lock content. Once declared as a record, a document can't be edited or deleted (depending on whether it's a "record" or a "regulatory record"). This is critical for compliance with regulations like GDPR, HIPAA, and SOX. The exam tests the differences between regular retention labels, record labels, and regulatory record labels.
My 8-Week SC-400 Study Plan
Weeks 1-2: Get Your Hands on Purview
Sign up for a Microsoft 365 E5 trial. You need the E5 license for full Purview access (sensitivity labels, DLP, retention, eDiscovery). Spend these weeks creating:
- A sensitivity label hierarchy (Public → Internal → Confidential → Highly Confidential)
- A basic DLP policy detecting credit card numbers in Exchange
- A retention policy for SharePoint
- An auto-labeling policy for documents containing financial data
Weeks 3-4: Deep Dive into DLP and Sensitivity Labels
Study every DLP configuration option. Understand sensitive information types (SITs) — both built-in and custom. Practice creating custom SITs with regex patterns and keyword dictionaries. Know how trainable classifiers work vs. SITs.
Weeks 5-6: Retention, Records, and eDiscovery
Retention policies, retention labels, disposition reviews, and the records management lifecycle. Also cover eDiscovery: holds, searches, review sets, and export. The exam tests basic eDiscovery workflow.
Weeks 7-8: Practice Exams and Final Review
Use ExamCert's SC-400 practice tests for timed exam simulation. Focus on understanding why each answer is correct. Most SC-400 questions test decision-making in realistic scenarios.
The 5 Things That Trip People Up
1. Sensitive Information Types vs. Trainable Classifiers
SITs use patterns (regex, checksums) to detect specific data like credit card numbers or SSNs. Trainable classifiers use machine learning to detect categories of content (like offensive language, resumes, or source code). The exam tests when to use which.
2. Auto-Labeling vs. Default Labels vs. Mandatory Labels
Three different features, often confused. Auto-labeling applies labels based on content. Default labels apply when a user creates a new document (no content analysis). Mandatory labeling requires users to choose a label before saving. They can work together or independently.
3. DLP Policy Priority and Rule Evaluation
When multiple DLP policies match the same content, the most restrictive action wins. But within a single policy, rules are evaluated in order and the first match applies. Understanding this evaluation order is essential.
4. The Microsoft Purview Portal Navigation
I know this sounds silly, but Microsoft restructured the Purview portal in 2025. Features moved from the "Compliance Center" to the "Purview Portal" to the "Purview unified portal." Exam questions reference specific portal locations, and if you studied with outdated screenshots, you'll be confused.
5. Adaptive Protection (New in 2025-2026)
This integrates Insider Risk Management with DLP. Users assigned high risk levels automatically get stricter DLP policies applied. It's a newer feature and showing up on exams more frequently. Know how risk levels (elevated, moderate, minor) map to DLP policy enforcement.
Is the SC-400 Worth It? Let's Talk Numbers
Data protection and compliance is one of the fastest-growing areas in IT security. With GDPR fines hitting billions and new privacy regulations emerging worldwide, every organization needs people who can implement information protection.
SC-400 certified professionals typically earn $95,000-$135,000 USD. In major markets, senior Purview administrators and compliance engineers can push $150,000+. The cert is especially valuable if you pair it with the AZ-500 (Azure Security Engineer) or SC-900 (Security Fundamentals).
If you're building a Microsoft security career path, the natural progression is: SC-900 → SC-400 → AZ-500 → SC-300. This gives you fundamentals, then compliance, then infrastructure security, then identity management. It's a comprehensive stack that makes you valuable across the entire security domain.
Test Your SC-400 Knowledge
Try ExamCert's free SC-400 practice questions — real Purview scenarios with detailed explanations.
Start Free Practice Test →Frequently Asked Questions
How hard is the Microsoft SC-400 exam?
The SC-400 is moderately difficult among Microsoft security certifications. The challenge isn't conceptual complexity — it's the breadth of Microsoft Purview features you need to know. Most candidates with DLP or compliance experience pass with 6-8 weeks of focused study and hands-on practice.
What's the difference between SC-400 and SC-900?
The SC-900 is a fundamentals exam covering basic security, compliance, and identity concepts. The SC-400 is associate-level, focused specifically on information protection and data governance using Microsoft Purview. SC-900 is the introduction; SC-400 is the deep dive into compliance implementation.
Do I need access to Microsoft Purview to study for SC-400?
Strongly recommended. While you can technically pass with theory alone, hands-on experience with sensitivity labels, DLP policies, and retention configurations makes scenario questions much easier. A Microsoft 365 E5 trial gives you 30 days of full Purview access at no cost.
Is the SC-400 worth it for my career in 2026?
Yes, especially with GDPR, privacy regulations, and data protection requirements expanding globally. Organizations need people who can implement information protection. SC-400 certified professionals earn $95,000-$135,000 USD on average, with strong job growth projected through 2028.
What certifications pair well with SC-400?
The SC-400 pairs naturally with AZ-500 (Azure Security Engineer) and SC-300 (Identity and Access Administrator). Together they cover the full Microsoft security stack. For a compliance career, start with SC-900, then SC-400, then build toward the Security Administrator Expert path.
Related reads:
