Microsoft · SC-900
Validates foundational knowledge on security, compliance, and identity concepts across cloud-based and related Microsoft services.
Practice Questions
230
≈ 4 practice exams
Duration
45 minutes
Passing Score
700/1000
Difficulty
FoundationalLast Updated
Jun 2026
This SC-900 practice exam helps you prepare for Microsoft Security, Compliance, and Identity Fundamentals, a beginner-level certification that, unlike role-based credentials, never expires. The questions follow how the real exam is weighted, with the heaviest focus on Microsoft security solutions (35 to 40 percent) and Microsoft Entra identity capabilities (25 to 30 percent).
Because SC-900 uses describe-style objectives and no hands-on configuration, success comes from understanding what each Microsoft security, compliance, and identity service does and when it applies. The explanations are written to build that conceptual map across Entra, security, and compliance solutions so you can tell similar services apart under exam pressure.
You have 45 minutes on test day and need a scaled score of 700 out of 1000. Start with the free preview, then practice in short sessions until your accuracy is steady. SC-900 is a common first step toward role-based security certs such as SC-200, SC-300, and AZ-500.
The Microsoft Certified: Security, Compliance, and Identity Fundamentals certification (SC-900) validates foundational knowledge of security, compliance, and identity concepts across Microsoft cloud-based services, including Azure and Microsoft 365. The exam covers core security principles such as Zero Trust, defense-in-depth, the shared responsibility model, encryption, and Governance Risk and Compliance (GRC) concepts, alongside practical knowledge of Microsoft-specific solutions like Microsoft Entra ID, Microsoft Sentinel, Microsoft Defender XDR, and Microsoft Purview. Last updated in November 2025, the exam reflects the current Microsoft SCI product landscape including Microsoft Entra's role-based access control, Conditional Access, Privileged Identity Management, and Microsoft Purview's data classification and compliance management tools.
This is a Fundamentals-level credential, positioned as the entry point into Microsoft's security certification path. It bridges conceptual security knowledge with hands-on familiarity with Microsoft's identity, threat protection, and compliance platforms, making it particularly valuable for professionals operating in Microsoft-heavy environments. The certification does not expire and is awarded upon passing the single required exam.
SC-900 is designed for a broad audience that includes business stakeholders, students, and new or experienced IT professionals who want to demonstrate baseline fluency in security, compliance, and identity concepts. It is especially relevant for those in roles such as IT administrator, compliance officer, business analyst, or junior security analyst who work within organizations using Microsoft Azure and Microsoft 365 but do not yet hold a specialized security role.
The exam is also well-suited for professionals transitioning into cybersecurity or cloud security from adjacent IT disciplines, as it provides foundational grounding before pursuing role-based certifications like SC-200 (Security Operations Analyst), SC-300 (Identity and Access Administrator), or SC-400 (Information Protection and Compliance Administrator). Students in IT or cybersecurity programs use it as an early credential to signal cloud security awareness to employers.
There are no formal prerequisites to register for SC-900. However, Microsoft recommends that candidates have a general familiarity with Microsoft Azure and Microsoft 365 before attempting the exam, as many questions reference services and features within those platforms. No prior security, compliance, or identity experience is required — the exam is explicitly designed to be accessible to those new to these domains.
In practical terms, candidates benefit most from having completed the free Microsoft Learn learning path 'Introduction to security, compliance, and identity concepts' (SC-900T00 course content) and from some exposure to navigating the Azure portal and Microsoft 365 admin center. Candidates with a basic understanding of networking concepts, cloud service models (IaaS, PaaS, SaaS), and general IT terminology will find the material easier to absorb.
SC-900 is a single exam delivered through Pearson VUE (for general candidates) or Certiport (for students and educators). The exam is proctored and may be taken online or at a testing center. Candidates are given 45 minutes to complete the assessment. The exam may include interactive components in addition to traditional question types such as multiple choice and multi-select. A scaled score of 700 out of 1000 is required to pass.
The exam is available in 13 languages including English, Japanese, Chinese (Simplified and Traditional), Korean, French, Spanish, Portuguese (Brazil), Russian, Arabic (Saudi Arabia), Indonesian, German, and Italian. Candidates taking a localized version that lags behind the current English version may request an additional 30 minutes. If a candidate fails the exam, they may retake it after 24 hours; subsequent retake waiting periods vary per Microsoft's retake policy. Microsoft strongly recommends registering with a personal MSA account rather than a work or school account to ensure certification records are retained.
SC-900 serves as a recognized entry credential in Microsoft's security certification path and provides a foundation for advancing to role-based certifications such as SC-200 (Security Operations Analyst), SC-300 (Identity and Access Administrator), and SC-400 (Information Protection and Compliance Administrator). It is particularly valued in organizations heavily invested in Microsoft 365 and Azure, where demonstrating fluency in Microsoft's security and compliance toolset — including Microsoft Sentinel, Defender XDR, and Microsoft Purview — is directly applicable to day-to-day job functions. The certification is relevant to roles including IT administrator, compliance officer, cloud security analyst, and junior security engineer.
From a compensation perspective, entry-level cybersecurity roles requiring foundational cloud and security knowledge carry salaries in the $72,000–$92,000 range, with the higher end reflecting combined cloud and security skills. The SC-900 is frequently paired with AZ-900 (Azure Fundamentals) or CompTIA Security+ to round out a candidate's credential profile — SC-900 demonstrates Microsoft-specific knowledge while Security+ provides broader vendor-neutral recognition. The cybersecurity market continues to expand, with significant demand for professionals who can navigate Microsoft's integrated security ecosystem across identity, threat protection, and compliance.
5 sample questions with answers and explanations. The full bank has 230 questions, enough for 4 full-length practice exams.
Preview — answers shown1. A security architect wants to use an Azure Policy to ensure that every Azure Storage Account created has the 'Secure transfer required' setting enabled, which forces all connections to use HTTPS. The policy should not block the creation of non-compliant accounts but should flag them for review. Which Azure Policy effect should be used?
Explanation
The Audit effect is used to evaluate resources and create a log of non-compliance without blocking anything. Why this is correct: The 'Audit' effect is designed for visibility and reporting. When a policy with the Audit effect is evaluated, it checks if a resource is compliant. If it is not, it creates a warning event in the activity log and marks the resource as non-compliant in the policy compliance dashboard. It does not stop the resource from being created or modified, which meets the requirement to 'flag them for review'. Why others are incorrect: Deny would block the creation. Append adds fields to a resource. DeployIfNotExists would attempt to automatically fix the resource, which was not the requirement.
2. The security team at 'OmniCorp' wants to create a Conditional Access policy that enforces MFA for all users but provides an easier experience for users inside the corporate office. They want to define their office IP address ranges as a trusted location. Where in a Conditional Access policy would they configure this list of trusted IP addresses?
Explanation
Named Locations are a key part of the 'Conditions' in a Conditional Access policy, representing trusted or untrusted network locations. Why this is correct: In Microsoft Entra ID, you can define 'Named Locations'. This allows you to create a friendly name, like 'Corporate Office', and associate it with a set of public IP address ranges. Then, within a Conditional Access policy, you can use the 'Locations' condition to include or exclude this named location. For example, you could create a rule that says 'IF the user is NOT in the Corporate Office location, THEN require MFA'. Why others are incorrect: The other sections of the policy are for defining what to do (Grant), what app to protect (Cloud apps), and who it applies to (Users), but the location signal is part of the 'Conditions'.
3. IncidentMitigation Corp wants to automate their security response procedures so that when threats are detected, predefined workflows automatically execute remediation actions like isolating infected devices or blocking malicious IP addresses. What type of system provides this automated response capability?
Explanation
Security Orchestration Automated Response (SOAR) systems automate security incident response through predefined workflows and playbooks. When threats are detected, SOAR can automatically execute response actions like isolating systems, blocking threats, or gathering forensic data. Manual response requires human intervention, basic alerting only notifies, and static policies don't provide dynamic response automation.
4. An organization is locking down its Azure SQL Database. The security policy states that the database should not be accessible from the public internet at all. It should only be accessible from a specific subnet within the company's Azure virtual network. Which Azure networking feature allows an Azure PaaS service, like SQL Database, to be projected into a private virtual network as if it were a local resource?
Explanation
Private Endpoints provide the ultimate network isolation for PaaS services. Why this is correct: An Azure Private Endpoint is a network interface that uses a private IP address from your virtual network. This interface connects you privately and securely to a PaaS service like Azure SQL Database. By using a Private Endpoint, you can effectively bring the service into your VNet, allowing you to disable its public endpoint and ensuring all traffic to the database stays on the Microsoft network and your private VNet. Why others are incorrect: An NSG filters traffic but doesn't remove the public endpoint. A Service Endpoint keeps traffic on the Microsoft backbone but the service endpoint is still public, just with a firewall rule. A NAT Gateway is for outbound connectivity from a VNet.
5. RetailChain Inc has successfully authenticated a user but now needs to determine what resources that user can access in their Azure environment. Which identity pillar is responsible for determining the level of access an authenticated user has to company resources?
Explanation
Authorization is the identity pillar responsible for determining what level of access authenticated users have to resources. After authentication confirms who the user is, authorization decides what they can do. Authentication handles identity verification, administration manages user accounts and policies, and auditing tracks access and activities, but authorization specifically controls resource access permissions.
No. Microsoft Fundamentals certifications, including SC-900, do not expire and require no renewal.
No, it is one of the easier Microsoft exams. It is a beginner, concept-focused exam with describe-style objectives and no hands-on configuration.
SC-900 costs USD $99 in the United States. The price varies by the country or region where you take the exam.
You need 700 on a scale of 100 to 1000.
You get 45 minutes. Microsoft does not publish a fixed count, but it is typically around 40 to 60 questions.
Yes. It is an official beginner-level Fundamentals exam with no prerequisites, aimed at business stakeholders, new or existing IT professionals, and students.
Security, compliance, and identity concepts (10-15%), Microsoft Entra capabilities (25-30%), Microsoft security solutions (35-40%), and Microsoft compliance solutions (20-25%).
Most candidates spend about 2 to 4 weeks part-time using Microsoft free learning paths. This is a typical estimate, not an official figure.
Microsoft Certified: Power Platform Functional Consultant Associate (PL-200)
PL-200 · 1120 questions
Microsoft Certified: Power Platform Fundamentals (PL-900)
PL-900 · 223 questions
Microsoft Certified: Power Platform Solution Architect Expert (PL-600)
PL-600 · 1080 questions
Microsoft Certified: Security Operations Analyst Associate (SC-200)
SC-200 · 599 questions
Microsoft Certified: Windows Server Hybrid Administrator Associate (AZ-802)
AZ-802 · 600 questions
Microsoft 365 Certified: Administrator Expert (MS-102)
MS-102 · 965 questions
$17.99
One-time access to this exam