Home/microsoft/Free Microsoft Cybersecurity SC-100 Actual Exam Questions

Free Microsoft Cybersecurity SC-100 Actual Exam Questions

The questions for this exam were last updated on January 9, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for SC-100 certification exam which are developed and validated by Microsoft subject domain experts certified in Microsoft Cybersecurity SC-100 . These practice questions are update regularly as we keep an eye on any recent changes in SC-100 syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our Microsoft Cybersecurity SC-100 exam questions and pass your exam on first try.

Question No. 1
You have legacy operational technology (OT) devices and loT devices.
You need to recommend best practices for applying Zero Trust principles to the OT and loT devices
based on the Microsoft Cybersecurity Reference Architectures (MCRA). The solution must minimize
the risk of disrupting business operations.
Which two security methodologies should you include in the recommendation? Each correct answer
presents part of the solution.
NOTE: Each correct selection is worth one point
Select all that apply, then reveal solution.
Top comments
TF
Tom F.
2026-02-13

I think D might be tricky since patching OT devices often risks downtime or crashes. Active scanning (B) could cause more harm than good in legacy systems too. So focusing on A and C makes sense to me because both help spot issues without poking the devices directly. Would adding patching really fit “minimizing disruption”? Seems risky to me here.

0
OO
Osama O.
2026-02-11

A, C - Both minimize disruption and improve visibility without touching the devices directly.

0
Question No. 2
You have an Azure AD tenant that syncs with an Active Directory Domain Services (AD DS) domain.
You have an on-premises datacenter that contains 100 servers. The servers run Windows Server and
are backed up by using Microsoft Azure Backup Server (MABS).
You are designing a recovery solution for ransomware attacks. The solution follows Microsoft Security
Best Practices.
You need to ensure that a compromised administrator account cannot be used to delete the backups
What should you do?
Select all that apply, then reveal solution.
Top comments
OE
Omar E.
2026-02-17

This one's tricky, but I think A is off since the PIN is mostly for cloud vault operations, not on-prem MABS backups. D limits admin roles but won't stop an admin from deleting backups they have access to. A better safeguard might be B to add multi-user approval.

0
MB
Michael B.
2026-02-13

Option A seems less relevant here since a security PIN mainly covers critical actions in the Recovery Services vault but doesn't specifically block a compromised admin from deleting backups, especially on-prem with MABS. Option D, using PIM, limits who can get Backup Contributor rights, which is good for reducing risk but doesn’t directly prevent deletion if someone already has those rights. Resource Guard (B) is designed specifically to require multiple admins to approve important actions like deleting backups, making it a stronger safeguard against ransomware attacks targeting backup deletio

0
Question No. 3
You have a Microsoft 365 E5 subscription.
You need to recommend a solution to add a watermark to email attachments that contain sensitive
data. What should you include in the recommendation?
Select one option, then reveal solution.
Top comments
ZD
Zain D.
2026-02-19

It’s C because Microsoft Information Protection specifically handles labeling and applying watermarks directly to files and attachments, which fits the need for embedding watermarks in email attachments. Defender for Cloud Apps (A) does watermarking but mostly when files are accessed through cloud apps, not embedded in the file itself. Insider risk management (B) isn’t about watermarking at all, and Azure Purview (D) is more focused on data governance and classification, not on applying watermarks. So from a practical standpoint, C seems like the only option designed for this exact purpose.

0
AT
Adeel T.
2026-02-13

A vs C? Defender for Cloud Apps adds watermarks on file access, not directly to attachments.

0
Question No. 4
You have an Azure AD tenant that syncs with an Active Directory Domain Services (AD DS) domain.
You are designing an Azure DevOps solution to deploy applications to an Azure subscription by using
continuous integration and continuous deployment (CI/CD) pipelines.
You need to recommend which types of identities to use for the deployment credentials of the
service connection. The solution must follow DevSecOps best practices from the Microsoft Cloud
Adoption Framework for Azure.
What should you recommend?
Select all that apply, then reveal solution.
Top comments
YW
Yasir W.
2026-02-11

Actually, option C might not be the best because using an Azure AD user with PIM adds unnecessary complexity and risk—user accounts can still be compromised, and managing passwords or MFA is a pain for automation. Option B (gMSA) is more for on-prem Windows services and doesn’t integrate well with Azure DevOps pipelines. Option A storing passwords in Key Vault is better but still involves handling secrets. Managed identities (D) eliminate secrets entirely, which fits best with DevSecOps principles by reducing attack surface and simplifying credential management. So D still feels like the clean

0
FN
Farhan N.
2026-01-22

Option D for secure, passwordless access without manual credential management.

0
Question No. 5
You have an Azure subscription that has Microsoft Defender for Cloud enabled.
You are evaluating the Azure Security Benchmark V3 report.
In the Secure management ports controls, you discover that you have 0 out of a potential 8 points.
You need to recommend configurations to increase the score of the Secure management ports
controls.
Solution: You recommend enabling just-in-time (JIT) VM access on all virtual machines.
Does this meet the goal?
Select one option, then reveal solution.
Top comments
WU
Will U.
2026-02-15

It’s A. Enabling just-in-time VM access directly targets the risk of having management ports open and accessible all the time, which is exactly what the Secure management ports control is about. Other controls like NSGs or MFA are good too, but JIT alone already scores points in this area because it reduces the attack surface by only opening ports when needed. So this solution fits the requirement perfectly.

0
WU
Will U.
2026-02-14

A. JIT VM access limits open management ports to when needed, which directly improves security for these ports according to the benchmark. It’s the main recommendation here.

0
Question No. 6
You are designing a security strategy for providing access to Azure App Service web apps through an
Azure Front Door instance.
You need to recommend a solution to ensure that the web apps only allow access through the Front
Door instance.
Solution: You recommend access restrictions to allow traffic from the backend IP address of the Front
Door instance.
Does this meet the goal?
Select one option, then reveal solution.
Top comments
SZ
Saad Z.
2026-02-21

Option B makes sense here. Relying on a single backend IP isn’t reliable since Front Door’s IPs can change or be multiple. Access restrictions need to cover the full IP range or use service tags instead.

0
TU
Tom U.
2026-02-18

B/D? You can’t really trust a single backend IP because Front Door uses a range that could change anytime. Even if you whitelist one IP, others might still get through or legit traffic might get blocked. Using service tags or header validation is safer since they cover all Front Door traffic dynamically without risking lockout due to IP changes. So just allowing one backend IP won’t fully meet the goal here.

0
Question No. 7
You are designing security for an Azure landing zone. Your company identifies the following
compliance and privacy requirements:
• Encrypt cardholder data by using encryption keys managed by the company.
• Encrypt insurance claim files by using encryption keys hosted on-premises.
Which two configurations meet the compliance and privacy requirements? Each correct answer
presents part of the solution. NOTE: Each correct selection is worth one point.
Select all that apply, then reveal solution.
Top comments
RB
Rizwan B.
2026-02-13

B imo, since Managed HSM offers more company control than Microsoft-managed keys.

0
RB
Rizwan B.
2026-02-11

A imo, since C doesn’t support on-premises keys for insurance claims.

0
Question No. 8
Your company finalizes the adoption of Azure and is implementing Microsoft Defender for Cloud.
You receive the following recommendations in Defender for Cloud
• Access to storage accounts with firewall and virtual network configurations should be restricted,
• Storage accounts should restrict network access using virtual network rules.
• Storage account should use a private link connection.
• Storage account public access should be disallowed.
You need to recommend a service to mitigate identified risks that relate to the recommendations.
What should you recommend?
Select one option, then reveal solution.
Top comments
AY
Ahmed Y.
2026-02-19

I agree with picking D here. Azure Policy is designed exactly for enforcing those kinds of configurations automatically across all storage accounts, which tackles the risk of misconfigurations upfront. The other options focus more on monitoring or analysis rather than prevention.

0
SY
Sohail Y.
2026-01-22

D imo, since Azure Policy can enforce those storage account settings consistently across the subscription, unlike the other options that focus more on monitoring or analytics.

0
Question No. 9
Your company is moving all on-premises workloads to Azure and Microsoft 365. You need to design a
security orchestration, automation, and response (SOAR) strategy in Microsoft Sentinel that meets
the following requirements:
• Minimizes manual intervention by security operation analysts
• Supports Waging alerts within Microsoft Teams channels
What should you include in the strategy?
Select one option, then reveal solution.
Top comments
RL
Ryan L.
2026-02-12

It’s B for sure. Playbooks handle automation and can send alerts straight to Teams, which cuts down manual work. Data connectors and KQL don’t automate or push notifications by themselves.

0
AG
Ahmed G.
2026-02-11

B/D? Playbooks (B) are the obvious choice for automation and Teams integration, but KQL (D) is essential for querying and defining the alerts that trigger these playbooks. Without well-crafted queries, the automation won’t know what to act on. So you kinda need both to build a solid SOAR strategy that cuts down manual work and supports Teams notifications effectively. Data connectors just bring in data, and workbooks only help visualize, so they don’t really address the automation or Teams alerting parts directly.

0
Question No. 10
Your company wants to optimize using Microsoft Defender for Endpoint to protect its resources
against ransomware based on Microsoft Security Best Practices.
You need to prepare a post-breach response plan for compromised computers based on the
Microsoft Detection and Response Team (DART) approach in Microsoft Security Best Practices.
What should you include in the response plan?
Select all that apply, then reveal solution.
Top comments
VT
Vikas T.
2026-02-15

D. Machine isolation makes the most sense here since the question focuses on a post-breach response plan. It’s about cutting off the attacker’s current access, which aligns with DART’s containment strategy. The other options like controlled folder access or application isolation are more about prevention rather than immediate response after a breach has been detected. Memory scanning is more of a detection technique, not really part of the response plan itself. User isolation doesn’t fully block the threat if the machine remains connected, so isolating the entire machine is more effective for

0
SR
Sam R.
2026-01-28

Option D, machine isolation cuts off the attacker's access immediately.

0
Question No. 11

HOTSPOT You have an Azure subscription that contains a Microsoft Sentinel workspace named WS1. You need to configure WS1 to meet the following requirements: • Create custom dashboards to visualize the workload of security analysts that use Microsoft Sentinel. • Enable automated responses for the security alerts generated by Microsoft Sentinel analytics rules. What should you use for each requirement? To answer, select the options in the answer area. NOTE: Each correct answer is worth one point.

Top comments
RS
Ravi S.
2026-02-13

Workbooks for dashboards and Playbooks for automation, no doubt.

0
RS
Ravi S.
2026-02-12

Workbooks nailed for dashboards, plus Playbooks handle alerts automation smoothly.

0
Question No. 12

HOTSPOT You have an Azure subscription. You plan to implement Azure Synapse Analytics SQL dedicated pools and SQL serverless pools. You need to recommend a solution to provide additional encryption-at-rest security for each type of pool. The solution must use customer-managed keys, whenever possible. What should you recommend for each pool type? To answer, drag the appropriate recommendations to the correct pool types. Each recommendation may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.

Top comments
RU
Ryan U.
2026-02-21

I agree dedicated pools definitely support customer-managed keys through Azure Key Vault, so that one’s straightforward. For serverless pools, I think you have to go with service-managed keys because they don’t currently support CMK encryption. Since the question says “whenever possible,” using CMK for dedicated and default for serverless fits best. Trying to use CMK for serverless pools isn’t really practical given the current limitations.

0
RU
Ryan U.
2026-02-18

Dedicated pools support CMK with Key Vault; serverless pools stick with service-managed keys.

0
Question No. 13

HOTSPOT You need to recommend a strategy for securing the litware.com forest. The solution must meet the identity requirements. What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE; Each correct selection is worth one point.

Top comments
JW
John W.
2026-02-18

Another way to look at this is focusing on identity governance along with protection. Including Azure AD Privileged Identity Management can help by just-in-time elevating admin rights instead of always-on permissions, which cuts down attack surfaces. Plus, using conditional access with sign-in risk policies adds an automatic response layer that can block or require extra verification only when suspicious activity’s detected, rather than blanket enforcement on everyone all the time. This targeted approach feels more efficient and secure for the entire litware.com forest.

0
CJ
Chris J.
2026-02-10

I’d go with MFA and conditional access too, but another angle is to include Privileged Access Workstations (PAWs) if that’s an option. PAWs help reduce the risk of credential theft by isolating admin tasks. This complements MFA and conditional access by protecting the most sensitive accounts in litware.com. So if the question is about securing identities, layering PAWs on top of conditional access and MFA makes sense.

0
Question No. 14

HOTSPOT Your company plans to follow DevSecOps best practices of the Microsoft Cloud Adoption Framework for Azure to integrate DevSecOps processes into continuous integration and continuous deployment (Cl/CD) DevOps pipelines You need to recommend which security-related tasks to integrate into each stage of the DevOps pipelines. What should recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Top comments
RI
Ryan I.
2026-02-18

I’m thinking secret scanning should be part of both build and release. Catching secrets early helps prevent bad commits, but doing it again before release adds a safety net. Static analysis and vulnerability scans make sense in the build phase since you want to stop issues from moving forward. Compliance checks seem better suited for release since that’s the final gate before deployment. Splitting secret scanning across build and release feels like a solid way to cover all bases without slowing down the pipeline too much.

0
RI
Ryan I.
2026-02-17

Static code analysis and vulnerability scanning definitely fit best in the build phase to catch issues early. Secret scanning works better in release to avoid pushing sensitive data into production accidentally.

0
Question No. 15

HOTSPOT You have an Azure subscription that contains 100 virtual machines. The virtual machines are accessed by using Azure Bastion. You need to recommend a solution to ensure that only specific users in specific locations can access the virtual machines. The solution must meet the following requirements: • Restrict access to the virtual machines based on an originating IP address or a connection request by using just-in-time (JIT) VM access network-based controls. • Restrict access to the virtual machines based on role-based access control (RBAC) role assignments by using JIT VM access authorization controls. Which Microsoft cloud services should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Top comments
FK
Fahad K.
2026-02-16

Azure Defender for JIT covers network and RBAC controls; Conditional Access isn’t needed here.

0
JW
John W.
2026-02-10

I’m thinking Azure Defender (formerly Security Center) for JIT VM access since it controls network-level and time-limited access, which hits the network-based control requirement. For RBAC controls, Azure Role-Based Access Control itself is the obvious choice since it manages who can request JIT access. Azure Bastion doesn’t do IP restrictions by itself, so relying on Defender for JIT plus RBAC seems right. Conditional Access might be overkill here since the question focuses on VM access controls rather than user authentication policies. So, Azure Defender + Azure RBAC would cover both parts o

0