CertGrid
Microsoft Study Guide

SC-400: Information Protection and Compliance Administrator Study Guide

Microsoft SC-400 validates your ability to plan and implement information protection, data loss prevention, retention, and compliance investigations across Microsoft 365 using Microsoft Purview. It targets information protection administrators who classify and protect data, build DLP policies, govern data lifecycle, and support eDiscovery and insider-risk work, typically alongside security, compliance, and Microsoft 365 administrators. The exam is 120 minutes, passing score is 700, and it expects hands-on familiarity with the Purview compliance portal and PowerShell.

Domain 1: Implement Information Protection

Key concepts you must know · 168 practice questions

Domain 2: Implement Data Loss Prevention

Key concepts you must know · 145 practice questions

Domain 3: Implement Information Governance

Key concepts you must know · 140 practice questions

Domain 4: Monitor and Investigate

Key concepts you must know · 173 practice questions

SC-400 exam tips

Study guide FAQ

What is the difference between a sensitivity label and a retention label?

A sensitivity label classifies and protects content by applying encryption, usage rights, and visual markings that travel with the file. A retention label governs the data lifecycle, defining how long an item is kept and whether it is deleted, reviewed, or declared a record at the end of the period. An item can carry both simultaneously.

When should I use Exact Data Match (EDM) instead of a built-in sensitive information type?

Use EDM when you need to protect specific, known records (such as your customer or employee database) with high precision. EDM matches against a hashed, uploaded reference table of your own data, dramatically reducing false positives compared with generic SITs that match any value fitting a pattern.

What is the default retention period of the unified audit log, and how do I extend it?

By default the unified audit log retains records for 180 days on most licenses. Audit (Premium) extends default retention to one year and, with an add-on, up to ten years, and also surfaces additional high-value events. Make sure audit ingestion is enabled before relying on the log.

How do I export search results versus permanently delete malicious content with eDiscovery?

Use New-ComplianceSearchAction -SearchName "Search1" -Export to export results for review, and check progress with Get-ComplianceSearchAction -Details. To permanently remove matching items, such as a phishing message, use New-ComplianceSearchAction -SearchName "Phish1" -Purge -PurgeType HardDelete.