12 Free SC-100 Practice Questions, Grouped by Domain

Design-judgment scenarios for Microsoft Certified: Cybersecurity Architect Expert (SC-100) — every choice explained, not just the correct one.

What's below:12 scenario questions split evenly across SC-100's 4 domains — 3 each. Unlike a hands-on Associate exam, SC-100 rarely asks "how do you configure X" — it asks "which of these real Microsoft capabilities actually fits this business constraint," with distractors that are genuine features solving a different problem. Every answer below explains why the correct choice fits and why each distractor, however plausible, doesn't.

Nothing here is generic. Every scenario traces back to Microsoft's current SC-100 exam domains, cross-verified against the same source material used to build our 500-question SC-100 bank.

Best-Practices and Framework Scenarios (Questions 1-3)

Question 1 · Best practices and priorities

How should a company prioritize its ransomware resiliency investments?

A retailer holds only daily backups stored on the same network as production, and every admin account has standing Global Administrator access. Leadership wants a ransomware resiliency strategy following Microsoft best practices. What should you prioritize first?

  • A. Deploy an XDR solution across all endpoints before touching backups or access
  • B. Isolate and secure backups (offline/immutable) and reduce standing privileged access first, then layer detection and other controls✓ Correct
  • C. Purchase cyber insurance and treat it as the primary mitigation
  • D. Roll out a company-wide security awareness training program as the first step

Why B is correct: Microsoft's ransomware guidance explicitly prioritizes BCDR (recoverable, isolated backups) and privileged access reduction first, because these two controls determine whether an attack becomes a business-ending event even if every other control fails.

Why A is wrong: XDR helps detect an attack in progress, but Microsoft's guidance prioritizes BCDR and privileged access first — detection without recoverable backups or contained admin access still leaves the business exposed to a successful attack.

Why C is wrong: Insurance transfers financial risk but does nothing to prevent or contain an attack — it is not a substitute for the technical controls the exam expects you to recommend.

Why D is wrong: Awareness training helps reduce initial-access risk over time, but it does not address the immediate exposure created by same-network backups and unrestricted standing admin access, which is where Microsoft says to start.

Question 2 · Best practices and priorities

Which Microsoft framework should you use to score an environment against a security configuration baseline?

A cybersecurity architect needs a concrete, scored baseline to compare an organization's current Azure configuration against — not conceptual guidance on how capabilities fit together, but a checklist with pass/fail control recommendations.

  • A. Microsoft Cybersecurity Reference Architecture (MCRA)
  • B. Microsoft Cloud Security Benchmark (MCSB)✓ Correct
  • C. Cloud Adoption Framework (CAF)
  • D. Well-Architected Framework (WAF)

Why B is correct: MCSB is exactly this: a concrete set of security controls and recommendations you evaluate a cloud configuration against, and Microsoft Defender for Cloud scores compliance against it directly.

Why A is wrong: MCRA is conceptual and diagrammatic — it shows how security capabilities relate to each other across an organization, but it isn't a scored, control-by-control baseline.

Why C is wrong: CAF governs the broader strategy, plan, and adoption lifecycle for moving to the cloud — it isn't a security configuration scorecard.

Why D is wrong: WAF evaluates overall workload design quality across five pillars, of which security is only one — it's architecture guidance, not a scored configuration baseline.

Question 3 · Best practices and priorities

How do you govern security consistently as a company scales its Azure footprint?

An organization is rapidly onboarding new subscriptions and teams to Azure and needs security and governance controls applied consistently to every new subscription from day one, aligned to Microsoft's recommended adoption approach.

  • A. Manually apply the same set of Azure Policy assignments to each new subscription as it's created
  • B. Design and implement Azure landing zones with governance baked into the deployment, aligned with the Cloud Adoption Framework✓ Correct
  • C. Rely on Microsoft Secure Score alone to catch misconfigurations after deployment
  • D. Require every team to request architecture review before deploying any resource

Why B is correct: Azure landing zones are CAF's prescribed mechanism for this — new subscriptions inherit consistent policy, RBAC, networking, and security baselines automatically at creation, which is exactly the "governed by default" outcome described.

Why A is wrong: This works at small scale but doesn't scale reliably — manual per-subscription application is exactly the inconsistency problem the requirement is trying to avoid.

Why C is wrong: Secure Score is a useful ongoing signal, but it's reactive — it identifies gaps after the fact rather than preventing inconsistent governance at subscription creation.

Why D is wrong: A manual review gate doesn't scale with rapid onboarding and isn't Microsoft's recommended landing-zone-based approach to this specific problem.

A quarter of the way through — how's your judgment holding up?

These 12 are a sample. MSCertQuiz's full SC-100 bank has 500 questions across all 4 domains — 40 free to start.

Try 40 Free SC-100 Questions

Security Operations, Identity, and Compliance Scenarios (Questions 4-6)

Question 4 · Security operations, identity, and compliance

How should a company automate its response to high-confidence security incidents?

A SOC team wants incidents from Microsoft Sentinel and Defender XDR to trigger automated containment actions (like isolating a device) without waiting for analyst triage, for a defined set of high-confidence alert types.

  • A. Design a SOAR solution using Sentinel and Defender XDR automation rules and playbooks✓ Correct
  • B. Configure additional data collection rules in Azure Monitor
  • C. Have analysts manually review every alert before any action, regardless of confidence level
  • D. Increase the alert threshold so fewer incidents are generated

Why A is correct: This is precisely what SOAR (security orchestration and automated response) is for — automation rules and playbooks in Sentinel/Defender XDR can trigger containment actions automatically for defined alert conditions, no manual triage required.

Why B is wrong: Data collection rules control what telemetry gets ingested — they don't trigger response actions once an incident is detected.

Why C is wrong: This is the opposite of automation and doesn't meet the stated requirement to act without waiting for analyst triage.

Why D is wrong: Reducing alert volume doesn't create an automated response capability — it just changes what gets flagged in the first place.

Question 5 · Security operations, identity, and compliance

How does a company grant a partner organization access without creating accounts in its own directory?

A company needs to grant employees at a partner organization access to specific SharePoint sites and Teams channels, using the partner's own existing corporate credentials rather than creating new accounts.

  • A. Create local guest accounts in the tenant with independently managed passwords
  • B. Design a Microsoft Entra B2B collaboration solution so partner users authenticate with their own organization's credentials✓ Correct
  • C. Set up a site-to-site VPN between the two organizations' networks
  • D. Export a list of partner employee names and grant access based on IP address range

Why B is correct: Entra B2B (business-to-business) collaboration is designed exactly for this — external users authenticate with their home organization's existing credentials while the resource tenant controls what they can access, with no new accounts to manage.

Why A is wrong: This creates and manages new credentials directly, which is what the requirement explicitly wants to avoid — it also loses the lifecycle benefits of the partner managing their own identities.

Why C is wrong: A VPN provides network-level connectivity, not identity federation — it doesn't address how the partner's users authenticate to specific SharePoint or Teams resources.

Why D is wrong: IP-based access control isn't identity-based access control and doesn't scale or secure resource access the way the scenario requires.

Question 6 · Security operations, identity, and compliance

How should privileged roles be assigned so no admin has permanent standing access?

An organization wants administrators to request elevated roles only when needed, have those roles automatically expire, and require approval for the most sensitive roles — following Microsoft's recommended model for privileged access.

  • A. Assign all admins the Global Administrator role directly and trust them to self-police
  • B. Design a solution using the enterprise access model with Microsoft Entra Privileged Identity Management (PIM) for just-in-time, time-bound, approval-gated role activation✓ Correct
  • C. Use Conditional Access alone to block sign-ins from unfamiliar locations
  • D. Rotate admin passwords monthly using a manual process

Why B is correct: The enterprise access model defines tiered admin levels, and PIM implements the just-in-time mechanics directly — eligible (not standing) role assignment, time-bound activation, and approval workflows for sensitive roles.

Why A is wrong: This is standing privileged access with no time limit or approval gate — the exact pattern the requirement is trying to eliminate.

Why C is wrong: Conditional Access controls sign-in conditions, not the assignment model for privileged roles — it doesn't provide just-in-time activation or approval gating on its own.

Why D is wrong: Password rotation addresses a different risk (credential compromise) and does nothing to eliminate standing privileged access or add approval gates.

Infrastructure Security Scenarios (Questions 7-9)

Question 7 · Security solutions for infrastructure

How do you get consistent security posture visibility across Azure, AWS, and on-premises servers?

A company runs workloads across Azure, AWS, and an on-premises datacenter and wants a single, integrated view of security posture and recommendations across all three environments.

  • A. Use three separate native tools — one per cloud — and manually reconcile findings
  • B. Onboard the AWS account and on-premises servers into Microsoft Defender for Cloud via Azure Arc, then use Defender for Cloud as the unified posture view✓ Correct
  • C. Configure AWS Security Hub only and ignore the other two environments
  • D. Rely on Microsoft Secure Score, which already covers all cloud providers by default

Why B is correct: Azure Arc projects non-Azure resources (AWS, on-premises) into Azure as manageable resources, which lets Defender for Cloud extend its unified posture management — including MCSB scoring — across all three environments from one place.

Why A is wrong: This satisfies visibility per environment but not the "single, integrated view" requirement, and manual reconciliation doesn't scale.

Why C is wrong: This covers only one of the three environments and doesn't meet the stated multicloud/hybrid visibility requirement at all.

Why D is wrong: Secure Score is scoped to Microsoft 365 and Azure identity/device signals — it doesn't natively cover AWS or on-premises resources without those resources first being onboarded (e.g., via Arc).

Question 8 · Security solutions for infrastructure

How should a manufacturer secure its factory-floor industrial control systems?

A manufacturer's factory floor runs legacy industrial control systems (ICS) and OT devices that can't run standard endpoint agents and are highly sensitive to any change that might disrupt production. They need visibility into threats without disrupting operations.

  • A. Install standard Defender for Endpoint agents on every OT device
  • B. Evaluate and deploy Microsoft Defender for IoT, which uses passive/agentless network monitoring purpose-built for OT and ICS environments✓ Correct
  • C. Air-gap the entire factory network with no monitoring at all
  • D. Apply the same Azure Policy security baseline used for cloud VMs to the OT devices

Why B is correct: Defender for IoT is specifically designed for this constraint — it monitors OT/ICS network traffic passively (without installing agents on sensitive legacy devices) to surface threats without touching production systems.

Why A is wrong: Many OT/ICS devices can't run standard agents at all, and forcing this risks disrupting production — exactly what the requirement says to avoid.

Why C is wrong: Air-gapping reduces some exposure but provides zero visibility into threats, which the requirement explicitly asks for — and full air-gapping is rarely realistic given modern OT/IT convergence.

Why D is wrong: Azure Policy baselines are built for cloud/hybrid compute resources, not legacy ICS protocols and devices, and wouldn't apply meaningfully to this environment.

Question 9 · Security solutions for infrastructure

How do you give remote employees secure access to internal apps without a traditional VPN?

A company wants to retire its legacy VPN and instead give remote employees identity-aware, Zero-Trust access to internal private applications, without exposing those applications directly to the internet.

  • A. Publish the internal applications directly to the internet with just a firewall rule allowlisting known IPs
  • B. Evaluate a Security Service Edge (SSE) solution using Microsoft Entra Private Access to broker identity-aware access to private applications✓ Correct
  • C. Use Microsoft Entra Internet Access, which is designed for outbound internet traffic filtering
  • D. Keep the existing VPN but require multifactor authentication at login

Why B is correct: Entra Private Access is Microsoft's SSE capability purpose-built for this: it brokers Zero Trust, identity-aware access to internal private applications without publishing them to the public internet or relying on a traditional VPN.

Why A is wrong: This exposes applications to the internet at large (defeating the "not exposed directly" requirement) and IP allowlisting isn't identity-aware access control.

Why C is wrong: Entra Internet Access secures outbound access to the internet and Microsoft services — it's the wrong SSE component for inbound access to internal private applications, which is what Private Access covers.

Why D is wrong: This adds a control to the existing VPN but doesn't retire it or move toward the identity-aware, Zero-Trust private access model the requirement asks for.

Application and Data Security Scenarios (Questions 10-12)

Question 10 · Security solutions for applications and data

How do you evaluate whether Microsoft 365 collaboration data is adequately protected?

A cybersecurity architect needs to evaluate the security posture of an organization's Exchange Online, SharePoint, and Teams data using a defined set of Microsoft-provided metrics, then recommend improvements.

  • A. Manually audit a sample of mailboxes and SharePoint sites once per quarter
  • B. Evaluate posture using Microsoft Secure Score for productivity and collaboration workloads, alongside Defender for Office 365 and Defender for Cloud Apps findings✓ Correct
  • C. Rely solely on Microsoft Defender for Servers
  • D. Use Azure Policy compliance reports

Why B is correct: Secure Score provides the defined, Microsoft-scored metric for M365 posture specifically, and combining it with Defender for Office 365 (email/collaboration threats) and Defender for Cloud Apps (SaaS visibility) gives the complete picture the scenario asks for.

Why A is wrong: A manual sample-based audit is not the metrics-driven, Microsoft-provided evaluation approach the scenario calls for, and doesn't scale to a full tenant.

Why C is wrong: Defender for Servers protects VM/server workloads, not Exchange Online, SharePoint, or Teams data — it's the wrong product for this scenario entirely.

Why D is wrong: Azure Policy governs Azure resource configuration, not Microsoft 365 SaaS data protection — it doesn't evaluate Exchange/SharePoint/Teams posture.

Question 11 · Security solutions for applications and data

How do you identify security risk in a business-critical app before it reaches production?

A development team is building a new business-critical, internet-facing application. Before launch, the organization wants to systematically identify likely attack vectors and design mitigations, not just scan the finished code for vulnerabilities.

  • A. Run only an automated vulnerability scan against the finished application before launch
  • B. Design and implement a full lifecycle application security strategy that includes threat modeling early in development✓ Correct
  • C. Require all developers to complete a general security awareness course
  • D. Deploy a WAF in front of the application and consider the security requirement satisfied

Why B is correct: Threat modeling is exactly the systematic, structured process for identifying likely attack vectors against an application's specific design before it's built, and it fits inside the full-lifecycle application security strategy the exam expects you to design.

Why A is wrong: A vulnerability scan finds known technical flaws in the built application, but it doesn't systematically analyze attack vectors and design decisions the way the scenario asks for — and it happens too late to influence design.

Why C is wrong: General awareness training doesn't produce an application-specific analysis of attack vectors — it's a baseline control, not the systematic process the scenario calls for.

Why D is wrong: A Web Application Firewall is a valuable runtime control but only addresses certain traffic-layer attacks — it isn't a substitute for identifying design-level attack vectors earlier in development.

How Do These Compare to the Real SC-100 Exam?

The real exam leans on case studies that chain several of these decisions together across one company scenario, rather than presenting each domain in isolation. Based on attempts logged across our own SC-100 question bank, the most common miss is picking an answer that is a real, correctly-described Microsoft capability — just the wrong one for the stated constraint (Entra Internet Access instead of Private Access, MCRA instead of MCSB). That distinction, not unfamiliarity with the products themselves, is what the exam is actually testing.

MSCertQuiz sells practice-exam access for SC-100 and other Microsoft certifications; these sample questions are written by the same team that builds and maintains the full 500-question bank.

SC-100 Practice FAQ

Are these the actual SC-100 exam questions?

No. Reproducing real exam content violates Microsoft's certification agreement. These are original scenarios built from the same published skills-measured objectives Microsoft uses to write the real exam, covering the same design decisions.

Why don't these questions ask me to configure anything?

Because the real exam doesn't either. SC-100's skills-measured list is almost entirely verbs like design, recommend, and evaluate — it assumes you already know how to configure the underlying feature from your AZ-500/SC-200/SC-300 prerequisite, and tests whether you'd choose it in the first place.

Does the real SC-100 exam use case studies?

Microsoft's own SC-100 training paths each end with a dedicated case-study module, one per domain — strong evidence the real exam leans on the same applied-scenario format rather than isolated definition recall.

Why do so many distractors sound plausible?

Because that's deliberate — SC-100 distractors are typically real Microsoft features that solve an adjacent but different problem. Recognizing why a genuinely good feature doesn't fit this specific constraint is the actual skill being tested.

Can I take a full timed mock exam instead of individual questions?

Yes — MSCertQuiz's exam readiness quiz runs a timed, exam-length SC-100 mock so you can practice pacing across all 4 domains in one sitting, the same way the real exam is structured.

Where to Go Next

Want 488 more questions like these?

Start with 40 free SC-100 questions across every domain above.

Start Free SC-100 Practice