2026 New SC-200 Dumps - Real Microsoft Exam Questions
Dependable SC-200 Exam Dumps to Become Microsoft Certified
To prepare for the Microsoft SC-200 exam, candidates can take advantage of various resources offered by Microsoft, such as official study guides, online courses, and practice tests. They can also attend training courses offered by Microsoft partners or participate in online communities to learn from experienced professionals. It is important for candidates to have hands-on experience in security operations, as SC-200 exam focuses on practical skills and real-world scenarios.
To become certified in Microsoft SC-200, candidates must possess a strong understanding of Microsoft security technologies, including Azure Sentinel, Microsoft Defender for Endpoint, and Microsoft Cloud App Security. SC-200 exam includes a mix of multiple-choice questions, case studies, and hands-on tasks that test the candidate's ability to identify and respond to various security incidents. Successful candidates will need to demonstrate their ability to triage incidents, investigate potential security breaches, and identify and implement appropriate remediation measures. Overall, the Microsoft SC-200 certification is a valuable credential for security analysts who want to advance their careers and demonstrate their expertise in Microsoft security technologies.
NEW QUESTION # 156
You create a custom analytics rule to detect threats in Azure Sentinel.
You discover that the rule fails intermittently.
What are two possible causes of the failures? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. The rule query takes too long to run and times out.
- B. There are connectivity issues between the data sources and Log Analytics
- C. The target workspace was deleted.
- D. Permissions to the data sources of the rule query were modified.
Answer: A,B
NEW QUESTION # 157
You have an Azure subscription that contains a Microsoft Sentinel workspace named WS1 and 100 virtual machines that run Windows Server.
You need to configure the collection of Windows Security event logs for ingestion to WS1. The solution must meet the following requirements:
* Capture a full user audit trail including user sign-in and user sign-out events.
* Minimize the volume of events.
* Minimize administrative effort.
Which event set should you select?
- A. Minimal
- B. All events
- C. Common
- D. Custom
Answer: C
NEW QUESTION # 158
You have a Microsoft 365 subscription that uses Microsoft Defender for Cloud Apps and has Cloud Discovery enabled.
You need to enrich the Cloud Discovery data. The solution must ensure that usernames in the Cloud Discovery traffic logs are associated with the user principal name (UPN) of the corresponding Microsoft Entra ID user accounts.
What should you do first?
- A. Create a Microsoft 365 app connector.
- B. Enable automatic redirection to Microsoft 365 Defender.
- C. Create an Azure app connector.
- D. From Conditional Access App Control, configure User monitoring.
Answer: C
NEW QUESTION # 159
You need to implement the scheduled rule for incident generation based on rulequery1.
What should you configure first?
- A. alert details
- B. custom details
- C. event grouping
- D. entity mapping
Answer: D
NEW QUESTION # 160
You have an Azure subscription that uses Microsoft Defender for Cloud.
You have an Amazon Web Services (AWS) subscription. The subscription contains multiple virtual machines that run Windows Server.
You need to enable Microsoft Defender for Servers on the virtual machines.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one point.
- A. From Defender for Cloud, configure auto-provisioning.
- B. Onboard the virtual machines to Microsoft Defender for Endpoint.
- C. Install the Azure Virtual Machine Agent (VM Agent) on each virtual machine.
- D. From Defender for Cloud, configure the AWS connector.
- E. From Defender for Cloud, enable agentless scanning.
Answer: A,D
Explanation:
To enable Microsoft Defender for Servers on AWS virtual machines, you must first connect the AWS environment to Microsoft Defender for Cloud and then enable auto-provisioning of the required agents.
* Configure the AWS connector - establishes the secure integration between your AWS account and Microsoft Defender for Cloud. It allows Defender for Cloud to discover AWS EC2 instances and workloads.
* Configure auto-provisioning - automatically installs the required agents (Defender for Endpoint or Log Analytics agent / AMA, depending on the plan) on all discovered instances, enabling full Defender for Servers protection.
Other options:
* A. Agentless scanning - optional for vulnerability assessment, not required for initial onboarding.
* B. Azure VM agent - used only for Azure VMs, not AWS.
* C. Onboard to Defender for Endpoint - happens automatically after Defender for Servers is enabled.
# Correct Answers: D and E
NEW QUESTION # 161
You need to add notes to the events to meet the Azure Sentinel requirements.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of action to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/sentinel/bookmarks
NEW QUESTION # 162
You have a Microsoft 365 E5 subscription and a Microsoft Sentinel workspace. You need to create a KQL query that will combine data from the following sources:
* Microsoft Graph
* Risky users detected by using Microsoft Entra ID Protection
The solution must minimize the volume of data returned. How should the query start?
- A. MicrosoftGraphActivityLogs
join AADRiskyUsers on $left.Userld == $right.Id - B. find in (MicrosoftGraphActivityLogs, AADUserRiskEvents) where
- C. MicrosoftGraphActivityLogs
join AADUserRiskEvents on $left.Userld == $right.Id - D. MicrosoftGraphActivityLogs
lookup kind=leftouter AADRiskyUsers on $left.Userld == $right.Id
Answer: D
Explanation:
To combine Microsoft Graph activity logs with Microsoft Entra ID Protection risky users, while minimizing data volume, you use the lookup kind=leftouter operator.
Microsoft documentation explains:
"Use lookup (instead of join) when you need to enrich a large dataset with a small lookup table to minimize data returned."
* MicrosoftGraphActivityLogs provides user activity records.
* AADRiskyUsers lists users detected as risky by Entra ID Protection.
* A leftouter lookup ensures all Microsoft Graph activity entries are kept, while only matching risky user info is appended - reducing output volume compared to a full join.
# Correct answer: A. MicrosoftGraphActivityLogs lookup kind=leftouter AADRiskyUsers on $left.
UserId == $right.Id
NEW QUESTION # 163
You have a Microsoft 365 B5 subscription. You have a PowerShell script that queries the unified audit log.
You discover that the query returns only the first page of results due to server-side paging. You need to ensure that you get all the results. Which property should you query in the results?
- A. @odata.context
- B. @odata.nextlink
- C. @odata.count
- D. @odata.deltaLink
Answer: B
Explanation:
When querying the Microsoft 365 Unified Audit Log (via Graph API or PowerShell), results are paginated for performance. The property @odata.nextLink provides the URL for the next page of results. You must keep querying this link until it no longer appears to retrieve all entries.
* @odata.deltaLink is used for incremental changes (next query after initial).
* @odata.context describes the response metadata.
* @odata.count indicates record count only.Thus, to retrieve all paged results, use @odata.nextLink.
# answer: A. @odata.nextLink
NEW QUESTION # 164
You have a Microsoft 365 E5 subscription that contains 200 Windows 10 devices enrolled in Microsoft Defender for Endpoint.
You need to ensure that users can access the devices by using a remote shell connection directly from the Microsoft 365 Defender portal. The solution must use the principle of least privilege.
What should you do in the Microsoft 365 Defender portal? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/respond-machine-alerts?view=o365-worldwide
https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/network-devices?view=o365-worldwide
NEW QUESTION # 165
You need to update the threat intelligence list to include the entities.
Which entities can you add on the Incident page?
- A. 175.45.176.99, Host1, and User1
- B. 175.45.176.99 and Host1 only
- C. 175.45.176.99 only
- D. Host1 only
- E. Host1 and User1 only
- F. Used only
Answer: C
NEW QUESTION # 166
You need to remediate active attacks to meet the technical requirements.
What should you include in the solution?
- A. Azure Functions
- B. Azure Automation runbooks
- C. Azure Logic Apps
Answer: C
Explanation:
D Azure Sentinel livestreams
Reference:
https://docs.microsoft.com/en-us/azure/sentinel/automate-responses-with-playbooks
Topic 1, Contoso Ltd
Existing Environment
End-User Environment
All users at Contoso use Windows 10 devices. Each user is licensed for Microsoft 365. In addition, iOS devices are distributed to the members of the sales team at Contoso.
Cloud and Hybrid Infrastructure
All Contoso applications are deployed to Azure.
You enable Microsoft Cloud App Security.
Contoso and Fabrikam have different Azure Active Directory (Azure AD) tenants. Fabrikam recently purchased an Azure subscription and enabled Azure Defender for all supported resource types.
Current Problems
The security team at Contoso receives a large number of cybersecurity alerts. The security team spends too much time identifying which cybersecurity alerts are legitimate threats, and which are not.
The Contoso sales team uses only iOS devices. The sales team members exchange files with customers by using a variety of third-party tools. In the past, the sales team experienced various attacks on their devices.
The marketing team at Contoso has several Microsoft SharePoint Online sites for collaborating with external vendors. The marketing team has had several incidents in which vendors uploaded files that contain malware.
The executive team at Contoso suspects a security breach. The executive team requests that you identify which files had more than five activities during the past 48 hours, including data access, download, or deletion for Microsoft Cloud App Security-protected applications.
Requirements
Planned Changes
Contoso plans to integrate the security operations of both companies and manage all security operations centrally.
Technical Requirements
Contoso identifies the following technical requirements:
Receive alerts if an Azure virtual machine is under brute force attack.
Use Azure Sentinel to reduce organizational risk by rapidly remediating active attacks on the environment.
Implement Azure Sentinel queries that correlate data across the Azure AD tenants of Contoso and Fabrikam.
Develop a procedure to remediate Azure Defender for Key Vault alerts for Fabrikam in case of external attackers and a potential compromise of its own Azure AD applications.
Identify all cases of users who failed to sign in to an Azure resource for the first time from a given country. A junior security administrator provides you with the following incomplete query.
BehaviorAnalytics
| where ActivityType == "FailedLogOn"
| where ________ == True
NEW QUESTION # 167
You have a custom detection rule that includes the following KQL query.
For each of the following statements, select Yes if True. Otherwise select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
NEW QUESTION # 168
You have an Azure subscription.
You need to delegate permissions to meet the following requirements:
Enable and disable Azure Defender.
Apply security recommendations to resource.
The solution must use the principle of least privilege.
Which Azure Security Center role should you use for each requirement? To answer, drag the appropriate roles to the correct requirements. Each role 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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/security-center/security-center-permissions
NEW QUESTION # 169
You have a Microsoft subscription that has Microsoft Defender for Cloud enabled You configure the Azure logic apps shown in the following table.
You need to configure an automatic action that will run if a Suspicious process executed alert is triggered.
The solution must minimize administrative effort.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation:
Select Take action.
Configure the Trigger automated response settings.
Filter by alert title.
In Microsoft Defender for Cloud, automatic responses to alerts are implemented through Take action # Trigger automated response, which creates or binds a workflow automation to a Logic App. For an alert such as "Suspicious process executed", the least-effort approach is to start from the alert experience and attach the prebuilt Logic App that uses the "When a Defender for Cloud alert is created or triggered" trigger (your LogicApp2). The documented flow is: open the alert and choose Take action; within that blade, select Trigger automated response to connect a Logic App; then scope the automation by setting conditions
/filters, including Alert title, so it only runs when the specific alert ("Suspicious process executed") is generated. This maps exactly to the three steps above.
Other panes under Take action-Mitigate the threat and Prevent future attacks-provide manual guidance or recommend hardening steps and are not used to bind a Logic App. Similarly, Suppress similar alerts is for tuning noise, not for launching automations. Because you already have LogicApp2 with the Defender for Cloud alert trigger, selecting Trigger automated response and filtering by alert title ensures the playbook runs every time that specific alert fires, with minimal administration and without creating additional custom logic.
NEW QUESTION # 170
You need to implement the Microsoft Sentinel NRT rule for monitoring the designated break glass account.
The solution must meet the Microsoft Sentinel requirements.
How should you complete the query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
NEW QUESTION # 171
You need to implement Microsoft Defender for Cloud to meet the Microsoft Defender for Cloud requirements and the business requirements. What should you include in the solution? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
NEW QUESTION # 172
......
To prepare for the SC-200 exam, candidates should have experience in security operations, incident response, and threat management. They should also be familiar with Microsoft 365 Defender, Azure Defender, and Azure Sentinel. Microsoft offers several training courses and resources to help candidates prepare for the exam, including a free self-paced online course on Microsoft Learn.
Get Ready with SC-200 Exam Dumps (2026): https://braindumps.exam4docs.com/SC-200-study-questions.html

