๐ŸŽ„

CertoMetrics - 15% OFF Special Discount Offer - Ends In:

0d 00h 00m 00s
Coupon code: SALE2026

Microsoft Security Operations Analyst (SC-200)

Get full access to the updated question bank and confidently prepare for your exam.

Vendor

Microsoft

Certification

Security

Content

446 Qs

Status

Verified

Updated

3 hours ago

Test the Practice Engine

Experience our interactive testing environment with free demo questions

Launch Free Demo
Best Value Bundle

Premium Bundle

Complete Success Suite

$73 $49

Save $24 Instantly

  • โœ“
    Full PDF + Interactive Engine Everything you need to pass
  • โœ“
    All Advanced Question Types Drag & Drop, Hotspots, Case Studies
  • โœ“
    Priority 24/7 Expert Support Direct line to certification leads
  • โœ“
    90 Days Free Priority Updates Stay current as exams change

Success Metric

98.4% Pass Rate

Verified by 15k+ Students
Secure Checkout
Popular

Standard Simulation

Practice Engine

$39

One-Time Payment

  • Web-Based (Zero Install)
  • Real Testing Environment Virtual & Practice Modes
  • Interactive Engine Drag & Drop, Hotspots
  • 60 Days Free Updates

Compatible with All Devices

Chrome
Verified Secure Checkout

Basic Tier

PDF Study Guide

$34

Digital Access

  • โœ“ Exam Questions (PDF)
  • โœ“ Mobile Friendly
  • โœ“ 60 Days Updates
Download Free Sample PDF

Verified 90-Question Preview (SC-200)

Secure Checkout

Verified Community

The CertoMetrics Standard.

Recommend the #1 platform for verified Microsoft certification resources.

Success Network

Help a Colleague Succeed.

Invite a peer to get their own updated SC-200 prep kit.

Exam Overview

The Microsoft Security Operations Analyst (SC-200) certification validates your expertise in mitigating threats using Microsoft security products. This credential is vital for professionals tasked with responding to incidents, performing threat hunting, and implementing threat protection across an organization's hybrid environment. Achieving SC-200 demonstrates proficiency in leveraging Microsoft Defender for Endpoint, Microsoft 365 Defender, and Microsoft Sentinel to identify, respond to, and remediate security incidents. It significantly enhances your professional standing, showcasing your ability to operate effectively within a modern Security Operations Center (SOC) and protect digital assets, making you an invaluable asset in the cybersecurity landscape.

Questions

40-60

Passing Score

700/1000

Duration

100 Minutes

Difficulty

Intermediate

Level

Associate

Skills Measured

Implement security operations using Microsoft Defender for Endpoint.
Implement security operations using Microsoft 365 Defender.
Implement security operations using Microsoft Sentinel for data ingestion and analytics.
Perform threat hunting and incident response using Microsoft 365 Defender.
Perform threat hunting and incident response using Microsoft Sentinel.

Career Path

Target Roles

Security Operations Analyst SOC Analyst Security Engineer

Common Questions

Is the material up to date?

Yes. We update our question bank weekly to match the latest Microsoft standards. You get free updates for 90 days.

What format do I get?

You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).

Is there a guarantee?

Absolutely. If you fail the SC-200 exam using our materials, we offer a full money-back guarantee.

When do I get the download?

Instantly. The download link is available in your dashboard immediately after payment is confirmed.

Free Study Guide Samples

Previewing updated SC-200 bank (90 Questions).

QUESTION 1

You have a third - party security information and event management (SIEM) solution. You need to ensure that the SIEM solution can generate alerts for Azure Active Directory (Azure AD) sign - in events in near real time. What should you do to route events to the SIEM solution?

A
Configure the Diagnostics settings in Azure AD to archive to a storage account.
B
Create an Azure Sentinel workspace that has a Security Events connector.
C
Configure the Diagnostics settings in Azure AD to stream to an event hub.
D
Create an Azure Sentinel workspace that has an Azure Active Directory connector.

Correct Option: C

โœ…

Reasoning: Configuring Azure AD Diagnostics settings to stream events to an Azure Event Hub is the standard method for near real-time export of Azure AD logs to external systems, including third-party SIEM solutions that can consume data from Event Hubs. โŒ Why the other choices are incorrect:

  • Option A is incorrect: Archiving to a storage account is for long-term retention, not near real-time streaming to a SIEM. SIEMs would need to pull this data, which isn't efficient for real-time alerting.
  • Option B is incorrect: This option refers to Azure Sentinel, not a third-party SIEM, and the Security Events connector is primarily for Windows security events, not Azure AD sign-in events.
  • Option D is incorrect: This option refers to Azure Sentinel, which is not the specified third-party SIEM. While Sentinel uses an Azure AD connector, it's not the mechanism for routing to an external SIEM.


QUESTION 2

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem.

After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen.

You have a Microsoft 365 subscription.

You have 1,000 Windows devices that have a third-party antivirus product installed and Microsoft Defender Antivirus in passive mode.

All Windows devices are onboarded to Microsoft Defender for Endpoint.

You need to ensure that the devices are protected from malicious artifacts that were undetected by the third-party antivirus product.

Solution: You enable Live Response.

Does this meet the goal?

A
Yes
B
No

Correct Option: B

โœ… **No **

Reasoning: Live Response is a manual, reactive investigation and remediation tool, not a proactive or real-time detection and prevention feature. It enables security analysts to take actions after a threat is identified. The goal requires ensuring protection from undetected threats, which necessitates a continuous detection capability, not a manual response mechanism.



QUESTION 3

After you answer a question in this section, you will NOT be able to return to it. As a result,

You are configuring Microsoft Defender for Identity integration with Active Directory.

From the Microsoft Defender for Identity portal, you need to configure several accounts for attacker

Solution: You add each account as a Sensitive account.

Does this meet the goal?

A
Yes
B
No

Correct Option: B

โœ…

Reasoning: Adding an account as a 'Sensitive account' in Microsoft Defender for Identity designates it for enhanced monitoring due to its high privileges. This is distinct from configuring accounts as honeypots or decoys, which are specifically designed to lure and trap attackers to detect lateral movement. Sensitive accounts are protected, not bait. โŒ Why the other choices are incorrect:

  • Option A is incorrect: Marking an account as 'Sensitive' only increases its monitoring level, assuming it's a high-value asset. It does not configure it as a decoy or honeypot account to specifically detect attacker activity.


QUESTION 4

You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR.

You discover a malicious process that was initiated by a file named File1.exe on a device named Device1.

You need to create a KQL query that will identify when File1.exe was created. The solution must meet the following requirements:

โ€ข Return the FileName, InitiatingProcessFileName, and InitiatingProcessCommandLine columns.
โ€ข Minimize the volume of data returned.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Answer Canvas

โœ…

Reasoning: The DeviceFileEvents table in Microsoft Defender XDR stores information about file-related activities, including file creation. This is the appropriate table to query for FileCreated events.


โœ…

Reasoning: The project-keep operator in KQL selects specific columns from the input table, discarding all others. This fulfills the requirement to return only the specified FileName, InitiatingProcessFileName, and InitiatingProcessCommandLine columns, thereby minimizing data volume.

QUESTION 5

Your company has a single office in Istanbul and a Microsoft 365 subscription.

The company plans to use conditional access policies to enforce multi - factor authentication (MFA).

You need to enforce MFA for all users who work remotely. What should you include in the solution?

A
a sign - in user policy
B
a user risk policy
C
a named location
D
a fraud alert.

Correct Option: C

โœ…

Reasoning: To enforce MFA specifically for remote users, you must define your office network. A named location in Azure AD identifies trusted IP ranges (e.g., your Istanbul office). Conditional Access policies can then target users not connecting from this named location, thereby identifying remote users and enforcing MFA. โŒ Why the other choices are incorrect:

  • Option A is incorrect: A "sign-in user policy" is too generic. Conditional Access policies are sign-in policies, but "named location" is the specific component used to define network boundaries for remote enforcement.
  • Option B is incorrect: A user risk policy from Identity Protection applies actions based on a user's risk level (e.g., leaked credentials), not their network location (in-office vs. remote).
  • Option D is incorrect: A fraud alert is an MFA reporting feature where users can report suspicious sign-ins. It does not configure when or where MFA is enforced.


QUESTION 6

You have a Microsoft 365 subscription that contains a Windows device named Device1. Device1 is onboarded to Microsoft Defender for Endpoint.

You initiate a live response session on Device1.

You need to execute a long running script. The solution must ensure that you can run additional commands during the session while the script is running.

How should you complete the live response command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Answer Canvas

โœ… **run **

Reasoning: The run command is the standard Live Response command in Microsoft Defender for Endpoint used to execute scripts, such as PowerShell scripts, or executable files on an onboarded device.


โœ… **& **

Reasoning: In PowerShell, appending & to a command causes it to run asynchronously in the background. This allows the Live Response session to remain interactive, enabling the analyst to execute additional commands simultaneously.



QUESTION 7

You are configuring Microsoft Cloud App Security.

You have a custom threat detection policy based on the IP address ranges of your company's United States - based offices. You receive many alerts related to impossible travel and sign - ins from risky IP addresses.

You determine that 99 % of the alerts are legitimate sign - ins from your corporate offices.

You need to prevent alerts for legitimate sign - ins from known locations.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A
Add the IP addresses to the other address range category and add a tag
B
Create an activity policy that has an exclusion for the IP addresses.
C
Increase the sensitivity level of the impossible travel anomaly detection policy
D
Configure data enrichment.
E
Add the IP addresses to the corporate address range category.

Correct Option: B,E

โœ… Add the IP addresses to the corporate address range category.

Reasoning: Explicitly defining corporate IP ranges in Microsoft Cloud App Security (MCAS) is crucial. This informs built-in anomaly detection policies, such as "impossible travel" and "risky IP addresses," that traffic originating from these IPs is legitimate and trusted, thereby preventing false-positive alerts.


โœ… Create an activity policy that has an exclusion for the IP addresses.

Reasoning: An activity policy provides granular control. By creating a custom activity policy with an exclusion for the corporate IP addresses, you can specifically prevent alerts from being generated for known legitimate activities or for alerts triggered by a "custom threat detection policy" mentioned in the scenario, offering a precise suppression mechanism. โŒ Why the other choices are incorrect:

  • Option A is incorrect: Adding to 'other' address ranges doesn't confer the same trusted status as 'corporate' for anomaly detection. Tags are for organization, not alert suppression logic.
  • Option C is incorrect: Increasing sensitivity would generate more alerts, directly opposing the goal of preventing legitimate sign-in alerts.
  • Option D is incorrect: Data enrichment adds context for investigation but does not prevent alerts from being generated by existing policies for known legitimate traffic.
QUESTION 8

You have a Microsoft 365 E5 subscription that contains a device named Device1.

From the Microsoft Defender portal, you discover that an alert was triggered for Device1.

From the Device inventory page, you isolate Device1.

You need to collect a list of installed programs on Device1.

What should you do?

A
Collect an investigation package and download the results from the Action center.
B
Initiate a live response session and run the analyze command.
C
Run an advanced hunting query against the DeviceProcessEvents table.
D
Run an advanced hunting query against the DeviceTvmInfoGathering table.

Correct Option: A

โœ…

Reasoning: Collecting an investigation package is a standard action in Microsoft Defender for Endpoint to gather comprehensive data, including installed programs, from an isolated device for forensic analysis. The collected package is then available for download from the Action center. โŒ Why the other choices are incorrect:

  • Option B is incorrect: While Live Response can be used, the specific "analyze" command is not used to list installed programs. The software list command would be appropriate.
  • Option C is incorrect: DeviceProcessEvents tracks process creation and termination, not a comprehensive inventory of installed programs on the device.
  • Option D is incorrect: DeviceTvmInfoGathering primarily contains data related to threat and vulnerability management assessments, not a direct or comprehensive list of all installed programs.


QUESTION 9

You have 50 on-premises servers that run Windows Server and are Azure-Arc enabled.

You have an Azure subscription named Sub1 that contains a Microsoft Sentinel workspace named WS1 and 200 virtual machines that run Windows Server.

You collect Windows Security events from all the Windows servers.

You need to lower the data ingestion costs of Sub1. The solution must meet the following requirements:

  • Implement a centrally managed configuration that can be reused across Azure and non-Azure servers.
  • Ensure that successful sign-in and sign-out events are ingested.
  • Minimize administrative effort.

What should you do?

A
Create a data collection rule (DCR) for Windows Security Events via AMA connector and select the Minimal event set.
B
Configure Windows Event Forwarding by using a Windows Event Collector and forward the security events from all the Windows servers.
C
Create a data collection rule (DCR) for Windows Security Events via AMA connector and select the All Events event set.
D
Create a data collection rule (DCR) for Windows Security Events via AMA connector and select the Common event set.

Correct Option: A

โœ… Option A (Correct) Reasoning: To lower data ingestion costs while ensuring essential security events like successful sign-in and sign-out are collected, creating a Data Collection Rule (DCR) with the Azure Monitor Agent (AMA) and selecting the 'Minimal event set' is the optimal solution. DCRs provide a centrally managed, reusable configuration for both Azure virtual machines and Azure Arc-enabled servers, minimizing administrative effort. The 'Minimal event set' specifically targets high-value security events, drastically reducing log volume and associated costs compared to collecting all or common events.

โŒ Why the other choices are incorrect:

  • incorrect:** Configuring Windows Event Forwarding (WEF) requires additional infrastructure (Windows Event Collector) and more administrative overhead for setup and maintenance across 250 servers. It is not as integrated or efficient for managing hybrid cloud data ingestion into Microsoft Sentinel as DCRs with AMA.* *
  • incorrect:** Selecting the 'All Events' event set for a DCR via AMA would ingest the maximum amount of data, directly contradicting the requirement to lower data ingestion costs.* *
  • incorrect:** While the 'Common event set' is better than 'All Events', the 'Minimal event set' (Option A) is specifically designed to collect critical security events necessary for core threat detection (including sign-in/out) at the lowest possible cost, making it the most appropriate choice for cost reduction.


Reference: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-collection-rule-overview
QUESTION 10

You have an Azure subscription named Sub1 and a Microsoft 365 subscription. Sub1 is linked to an Azure Active Directory (Azure AD) tenant named contoso.com.

You create an Azure Sentinel workspace named workspace 1. In workspace1, you activate an Azure AD connector for contoso.com and an Office 365 connector for the Microsoft 365 subscription.

You need to use the Fusion rule to detect multi - staged attacks that include suspicious sign - ins to contoso.com followed by anomalous Microsoft Office 365 activity.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A
Create a Microsoft Cloud App Security connector.
B
Create a Microsoft incident creation rule based on Azure Security Center.
C
Create an Azure AD Identity Protection Connector
D
Create a custom rule based on the office connector templates.

Correct Option: A,C

โœ… **Create a Microsoft Cloud App Security connector. **

Reasoning: Microsoft Cloud App Security (now Microsoft Defender for Cloud Apps) provides advanced anomaly detection for SaaS applications, including Office 365. Its alerts for anomalous Office 365 activity are a critical input for the Fusion rule to detect the second stage of a multi-stage attack.


โœ… **Create an Azure AD Identity Protection Connector **

Reasoning: Azure AD Identity Protection (now Microsoft Entra ID Protection) specifically detects "suspicious sign-ins" and other identity-based risks. Its high-fidelity risk detections are essential signals for the Fusion rule to identify the initial "suspicious sign-ins" stage of a multi-stage attack. โŒ Why the other choices are incorrect:

  • Option B is incorrect: Creating an incident creation rule from Azure Security Center (now Microsoft Defender for Cloud) focuses on alert handling for Azure resources, not on providing the specific identity and O365 anomaly signals required for Fusion's multi-stage attack detection.
  • Option D is incorrect: Fusion is a built-in machine learning rule that correlates alerts from other security services. Creating custom rules, while useful for specific detections, does not directly enable Fusion's cross-domain correlation capabilities for the scenario described.
QUESTION 11

You have a Microsoft 365 E5 subscription that contains a device named Device1.

From the Microsoft Defender portal, you discover that an alert was triggered for Device1.

From the Device inventory page, you isolate Device1.

You need to collect a list of installed programs on Device1.

What should you do?

A
Initiate a live response session and run the processes command.
B
Initiate an automated investigation and view the results in the Action center.
C
Initiate a live response session and run the analyze command.
D
Run an advanced hunting query against the DeviceTvmSoftwareInventory table.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 12

You have an Azure subscription that contains a Microsoft Sentinel workspace and 60 virtual machines that run Windows Server.

You need to create a data collection rule (DCR) that only ingests a specific event ID from the servers. The solution must minimize administrative effort.

What should you use?

A
a KQL query
B
an XPath query
C
a prebuilt event set
D
an Advanced Security Information Model (ASIM) parser

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 13

You need to complete the query for failed sign - ins to meet the technical requirements.

Where can you find the column name to complete the where clause?

A
Security alerts in Azure Security Center
B
the query window of the Log Analytics workspace
C
Activity log in Azure
D
Azure Advisor

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 14

You have a query that contains the following statements.

You need to configure a custom detection rule that will use the query. The solution must minimize how long it takes to be notified about events that match the query.

Which frequency should you select for the rule?

A
Every hour
B
Continuous (NRT)
C
Every 12 hours
D
Every 3 hours

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 15

You have a Windows 11 device named Device1 that is onboarded to Microsoft Defender for Endpoint and has tamper protection enabled.

You are investigating a potential threat on Device1.

You enable troubleshooting mode for Device1.

You need to temporarily disable tamper protection on Device1.

Which PowerShell command should you run on Device1?

A
Get-MpComputerStatus
B
mpcmdrun.exe
C
Set-MpPreference
D
MDELiveAnalyzer.ps1

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 16

You create an Azure subscription.

You enable Azure Defender for the subscription.

You need to use Azure Defender to protect on-premises computers. What should you do on the on-premises computers?

A
Install the Log Analytics agent.
B
Install the Dependency agent.
C
Configure the Hybrid Runbook Worker role.
D
Install the Connected Machine agent.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 17

You have an Azure subscription named Sub1 that contains the resources shown in the following table.

 



You plan to configure Rule1 to trigger Lapp1 when an incident is generated.

You need to recommend the role-based access control (RBAC) role that you should assign to WS1, and the scope at which should you assign the role. The solution must follow the principle of least privilege.

What should you recommend? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 18

You have a Windows 11 device named Device1 that is onboarded to Microsoft Defender for Endpoint.

You start a live response session on Device1 to collect a suspicious executable named update.exe in a folder named C:\Users\Public\Downloads. When you attempt to download the file directly during the session, you receive an error message indicating that the file cannot be accessed.

You need to ensure that you can retrieve update.exe by using the live response session.

What should you do first?

A
To the live response library, upload a PowerShell script that runs Get-FileHash against update.exe to validate the file.
B
Upload MDELiveAnalyzer.ps1 and MDEClientAnalyzerPreview.zip to the live response library.
C
To the live response library, upload a PowerShell script that copies the file to %TEMP%.
D
Enable troubleshooting mode on Device1 and run Set-MPPreference -DisableTamperProtection $true.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 19

A security administrator receives email alerts from Azure Defender for activities such as potential malware uploaded to a storage account and potential successful brute force attacks.

The security administrator does NOT receive email alerts for activities such as antimalware action failed and suspicious network activity. The alerts appear in Azure Security Center.

You need to ensure that the security administrator receives email alerts for all the activities. What should you configure in the Security Center settings?

A
the severity level of email notifications
B
a cloud connector
C
the Azure Defender plans
D
the integration settings for Threat detection

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 20


You have a Microsoft Sentinel workspace that has a default data retention period of 30 days. The workspace contains two custom tables as shown in the following table.

 



Each table ingested two records per day during the past 365 days.

You build KQL statements for use in analytic rules as shown in the following table.

 



For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 21

You have a Microsoft Sentinel workspace that contains a custom workbook named Workbook1.

You need to create a visual in Workbook1 that will display the logon count for accounts that have logon event IDs of 4624 and 4634.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 22

You plan to create a data loss prevention (DLP) policy that will be used with insider risk management. The severity level is set to Low. You need to ensure that insider risk management alerts are generated from rules in the DLP policies.

What should you do?

A
Set the severity level to Medium
B
Scope the policy to only specified users
C
Set the scope of the policy to the Data leaks template
D
Set the severity level to High

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 23

You have a Microsoft 365 subscription that uses Microsoft Copilot for Security.

You create a promptbook named Book1.

For Book1, you need to create a prompt that contains an input named IncidentID.

How should you format IncidentID?

A
< IncidentID >
B
##IncidentID##
C
[IncidentID]
D
$IncidentID$

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 24

You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint and contains a user named User1 and a Microsoft 365 group named Group1. All users are assigned a Microsoft Defender for Endpoint Plan 1 license.

You enable Microsoft Defender XDR Unified role-based access control (RBAC) for Endpoints & Vulnerability Management.

You need to ensure that User1 can configure alerts that will send email notifications to Group1. The solution must follow the principle of least privilege.

Which permissions should you assign to User1?

A
Manage security settings
B
Defender Vulnerability Management - Remediation handling
C
Live response capabilities: Basic
D
Alerts investigation

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 25

You use Azure Security Center; you receive a security alert in Security Center. You need to view recommendations to resolve the alert in Security Center. What should you do?

A
From Security alert, select the alert, select Take Action, and then expand the Prevent future attacks section.
B
From Security alerts, select the alert, select Take Action, and then expand the Mitigate the threat section.
C
From Regulatory compliance, download the report
D
From Recommendations, download the CSV report

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 26

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure subscription that uses Microsoft Defender XDR.

From the Microsoft Defender portal, you perform an audit search and export the results as a file named File1.csv that contains 10,000 rows.

You use Microsoft Excel to perform Get & Transform Data operations to parse the AuditData column from File1.csv. The operations fail to generate columns for specific JSON properties.

You need to ensure that Excel generates columns for the specific JSON properties in the audit search results.

Solution: From Excel, you apply filters to the existing columns in File1.csv to reduce the number of rows, and then you perform the Get & Transform Data operations to parse the AuditData column.

Does this meet the requirement?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 27

You have a Microsoft 365 subscription that uses Microsoft Defender XDR and contains a Windows device named Device1.

The timeline of Device1 includes three files named File1.ps1, File2.exe, and File3.dll.

You need to submit files for deep analysis in Microsoft Defender XDR.

Which files can you submit?

A
File1.ps1 only
B
File2.exe only
C
File3.dll only
D
File2.exe and File3.dll only
E
File1.ps1 and File2.exe only
F
File1.ps1, File2.exe, and File3.dll

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 28

You have Linux virtual machines on Amazon Web Services (AWS).

You deploy Azure Defender and enable auto - provisioning. You need to monitor the virtual machines by using Azure Defender.

Solution: You enable Azure Arc and onboard the virtual machines to Azure Arc.

Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 29

You have an Azure subscription that uses Microsoft Sentinel.

You need to minimize the administrative effort required to respond to the incidents and remediate the security threats detected by Microsoft Sentinel.

Which two features should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A
Microsoft Sentinel workbooks
B
Azure Automation runbooks
C
Microsoft Sentinel automation rules
D
Microsoft Sentinel playbooks
E
Azure Functions apps

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 30

You have an Azure subscription named Sub1 that uses Microsoft Defender for Cloud.

You need to assign a custom recommendation to Sub1 and have the recommendation displayed in the Defender for Cloud Regulatory compliance dashboard.

From Security policies in the Environment settings, you discover that the option to create a custom recommendation is unavailable.

What should you do first?

A
Disable the Microsoft Cloud Security Benchmark (MCSB) assignment.
B
Configure the Continuous export settings for Log Analytics.
C
Configure the Continuous export settings for Azure Event Hubs.
D
Enable the Cloud Security Posture Management (CSPM) plan for the subscription.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 31

You need to restrict cloud apps running on CLIENT1 to meet the Microsoft Defender for Endpoint requirements.

Which two configurations should you modify? Each correct answer presents part of the solution.

NOTE. Each correct selection is worth one point.

A
the Onboarding settings from Device management in Microsoft Defender Security Center
B
the Cloud Discovery settings in Cloud App Security
C
Advanced features from Settings in Microsoft Defender Security Center
D
Cloud App Security anomaly detection policiesCorrect Answer: BCTestlet 1TESTLET OVERVIEWTitle: Case StudyThe following testlet will present a Case Study followed by [count] multiple choice question(s), [count] create a tree question(s), [count] build list and reorder question(s) and [count] drop and connect question(s).You will have [count] minutes to complete the testlet.For help on how to answer the questions, click the Instuctions button on the question screen.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 32

You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR.

You have a Microsoft Sentinel workspace.

Microsoft Sentinel connectors are configured as shown in the following table.

 



You use Microsoft Sentinel to investigate suspicious Microsoft Graph API activity related to Conditional Access policies.

You need to search for the following activities:

โ€ข Downloads of the Conditional Access policies by using PowerShell
โ€ข Updates to the Conditional Access policies by using the Microsoft Entra admin center

Which tables should you query for each activity? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 33

You have a Microsoft 365 subscription that contains a user named User1.

User1 is suspected of exfiltrating sensitive files, which triggers an investigation in Microsoft Purview.

You need to perform the following actions as part of the investigation:

  • Build a content search by using keywords, file types, dates, and grouped conditions.
  • Review hit counts, locations, and sample results before adding items to scope.

What should you use for each action? To answer, drag the appropriate features to the correct actions. Each feature 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.

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 34

You need to complete the query for failed sign-ins to meet the technical requirements. Where can you find the column name to complete the where clause?

A
Security alerts in Azure Security Center
B
Activity log in Azure
C
Azure Advisor
D
the query windows of the Log Analytics workspace

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 35

You have an Azure subscription named Sub1 that contains a resource group named RG1. RG1 contains two Azure key vaults named KV1 and KV2 that use Azure role-based access control (Azure RBAC).

The subscription contains the users shown in the following table.

 



KV1 contains a secret named Secret1. KV2 contains a secret named Secret2.

Which users can read the values of each secret? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 36

You have a Microsoft Sentinel workspace that is connected to the Microsoft Sentinel data lake.

Newly ingested data can take up to 15 minutes to become queryable in the data lake.

You schedule an hourly KQL job named Job1 that unions CommonSecurityLog across three workspaces and promotes the results to the analytics tier.

You need to configure Job1 to run every hour. The solution must minimize the risk of missing events that are still being ingested into the data lake.

What should you do?

A
Keep the query end time at now() and add where TimeGenerated < ago(15m).
B
Configure Job1 to run every hour and set the start delay to 15 minutes after creation.
C
Set the job query end time to now() - 15m and use a one-hour lookback window.
D
Keep the query end time at now() and increase the lookback window to 24 hours.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 37

You need to restrict cloud apps running on CLIENT1 to meet the Microsoft Defender for Endpoint requirements.

Which two configurations should you modify? Each correct answer present part of the solution.

NOTE: Each correct selection is worth one point.

A
the Onboarding settings from Device management in Microsoft Defender Security Center
B
Cloud App Security anomaly detection policies
C
Advanced features from Settings in Microsoft Defender Security Center
D
the Cloud Discovery settings in Cloud App Security

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 38

You have an on-premises Linux server that runs a background process named App1 and has the Azure Connected Machine agent installed.

You have a Microsoft Sentinel workspace named WS1.

You need to configure a data collection rule (DCR) named DCR1 that will use the Syslog via AMA connector to collect messages related to App1. The solution must meet the following requirements:

โ€ข Only collect messages that have a priority level of critical.
โ€ข Minimize the volume of data collected.

Which facility and log level should you configure for DCR1? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 39

Your company uses Teams.

You need to configure Teams to meet the following requirements:

  • The Teams client must display the Avatars app for all users.
  • The Games for Work app must be unavailable in the Teams client.
  • Users must be prevented from unpinning and rearranging apps in the Teams client.

Which type of policy should you configure for each requirement? To answer, drag the appropriate policy types to the correct requirements. Each policy type 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.

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 40

You are configuring Microsoft Cloud App Security.

You have a custom threat detection policy based on the IP address ranges of your companyโ€™s United States- based offices.

You receive many alerts related to impossible travel and sign-ins from risky IP addresses. You determine that 99% of the alerts are legitimate sign-ins from your corporate offices. You need to prevent alerts for legitimate sign-ins from known locations.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A
Configure automatic data enrichment.
B
Add the IP addresses to the corporate address range category.
C
Increase the sensitivity level of the impossible travel anomaly detection policy.
D
Add the IP addresses to the other address range category and add a tag.
E
Create an activity policy that has an exclusion for the IP addresses.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 41

You have a Microsoft 365 subscription.

You need to identify all the security principals that submitted requests to change or delete groups.

How should you complete the KQL query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 42

You have a Microsoft 365 subscription that uses Microsoft Teams and contains a user named User 1.

You have the following Microsoft Teams team templates:

  • Manage an Event
  • Manage a Project
  • Quality and Safety
  • Onboard Employees

You have the Microsoft Teams template policies shown in the following table.

The Templates policy settings for User1 are configured as shown in the following exhibit.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 43

Note: This question is part of a series of questions that present the same scenario. Each question in

the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are configuring Microsoft Defender for Identity integration with Active Directory.

From the Microsoft Defender for identity portal, you need to configure several accounts for attackers to exploit.

Solution: You add each account as a Sensitive account. Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 44

You have an Azure subscription name Sub1 that is linked to a Microsoft Entra tenant named contoso.com. Sub1 contains a Log Analytics workspace named Workspace1. All the logs from contoso.com are streamed to Workspace1.

You have a Microsoft 365 E5 subscription.

You need to query Workspace1 for the following:

โ€ข HTTP requests to the Microsoft Graph service of contoso.com
โ€ข Third-party app sign-in activities that use certificates or secrets

How should you complete the KQL query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 45

You have a Microsoft 365 subscription that uses Microsoft Defender XDR and contains a user named User1.

You need to ensure that User1 can identify endpoint vulnerabilities on devices affected by a security incident. The solution must NOT require that User1 have KQL knowledge.

Which three actions should User1 perform in the Microsoft Defender portal in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 46

You have a Microsoft 365 tenant that uses Microsoft Exchange Online and Microsoft Defender for Office 365.

What should you use to identify whether zero-hour auto purge (ZAP) moved an email message from the mailbox of a user?

A
the Threat Protection Status report in Microsoft Defender for Office 365
B
the mailbox audit log in Exchange
C
the Safe Attachments file types report in Microsoft Defender for Office 365
D
the mail flow report in Exchange

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 47

You have an Azure subscription that contains a Microsoft Sentinel workspace named WS1.

You create a hunting query that detects a new attack vector. The attack vector maps to a tactic listed in the MITRE ATT&CK database.

You need to ensure that an incident is created in WS1 when the new attack vector is detected.

What should you configure?

A
a hunting livestream session
B
a query bookmark
C
a scheduled query rule
D
a Fusion rule

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 48

You have a Microsoft Sentinel workspace named Workspace1 that is connected to the Microsoft Defender portal.

You perform the following actions:

  • Configure the Log Analytics workspace diagnostic setting to collect query audit data into a table named LAQueryLogs in Workspace1.
  • Enable the User and Entity Behavior Analytics (UEBA) behavior layers and confirm that behavior records are being generated and stored in the SentinelBehaviorInfo and SentinelBehaviorEntities tables in Workspace1.

You need to create an advanced hunting query that meets the following requirements:

  • Returns UEBA behaviors that were generated by Microsoft Sentinel during the last 24 hours
  • Includes the user principal name (UPN) associated with each behavior
  • Returns the behavior row, even when there is no UPN associated

How should you complete the KQL query? To answer, select the appropriate options in the answer area.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 49

You have a Microsoft 365 subscription that contains 1,000 Windows 10 devices. The devices have Microsoft Office 365 installed.

You need to mitigate the following device threats:

Microsoft Excel macros that download scripts from untrusted websites Users that open executable attachments in Microsoft Outlook

Outlook rules and forms exploits

What should you use?

A
Microsoft Defender Antivirus
B
attack surface reduction rules in Microsoft Defender for Endpoint
C
Windows Defender Firewall
D
adaptive application control in Azure Defender

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 50

You have on-premises servers that run Windows Server.

You have a Microsoft Sentinel workspace named SW1. SW1 is configured to collect Windows Security log entries from the servers by using the Azure Monitor Agent data connector.

You plan to limit the scope of collected events to events 4624 and 4625 only.

You need to use a PowerShell script to validate the syntax of the filter applied to the connector.

How should you complete the script? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 51

You have an Azure subscription that contains a Microsoft Sentinel workspace named WS1.

WS1 has the Azure Activity and the Microsoft Entra ID data connectors configured.

You need to investigate which accounts have the most alerts and any corresponding incident information for each alert. The solution must minimize administrative effort.

What should you do first in WS1?

A
From Content hub, install the Microsoft Purview Insider Risk Management solution.
B
Use User and Entity Behavior Analytics (UEBA) to detect anomalies.
C
Enable User and Entity Behavior Analytics (UEBA).
D
From Content hub, install Cloud Identity Threat Protection Essentials solution.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 52

You have a third-party security information and event management (SIEM) solution.

You need to ensure that the SIEM solution can generate alerts for Azure Active Directory (Azure AD) sign- events in near real time.

What should you do to route events to the SIEM solution?

A
Create an Azure Sentinel workspace that has a Security Events connector.
B
Configure the Diagnostics settings in Azure AD to stream to an event hub.
C
Create an Azure Sentinel workspace that has an Azure Active Directory connector.
D
Configure the Diagnostics settings in Azure AD to archive to a storage account.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 53

You have an Azure subscription named Sub1 that is linked to a Microsoft Entra tenant named contoso.com. Contoso.com contains a user named User1. Sub1 contains a Microsoft Sentinel workspace.

You provision a Microsoft Copilot for Security capacity.

You need to ensure that User1 can use Copilot for Security to perform the following tasks:

โ€ข Update the data sharing and feedback options.
โ€ข Investigate Microsoft Sentinel incidents.

The solution must follow the principle of least privilege.

Which role should you assign to User1 for each task? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 54

You have a Microsoft Sentinel workspace named Workspace1.

In Workspace1, you plan to create an auxiliary table that will contain five columns. The columns will store data collected from Linux-based appliances.

You need to perform the following actions:

  • Create the table.
  • Send data to the table.

The solution must minimize administrative effort.

What should you use to perform each action? To answer, select the appropriate options in the answer area.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 55

You have an Azure subscription linked to an Azure Active Directory (Azure AD) tenant. The tenant contains two users named User1 and User2.

You plan to deploy Azure Defender.

You need to enable User1 and User2 to perform tasks at the subscription level as shown in the following table.

 

 

The solution must use the principle of least privilege.

Which role should you assign to each user? To answer, drag the appropriate roles to the correct users. 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.

Select and Place:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 56

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem.

After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen.

You have a Microsoft 365 subscription.

You have 1,000 Windows devices that have a third-party antivirus product installed and Microsoft Defender Antivirus in passive mode.

You need to ensure that the devices are protected from malicious artifacts that were undetected by the third-party antivirus product.

Solution: You configure endpoint detection and response (EDR) in block mode.

Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 57

You have a Microsoft 365 subscription that uses Microsoft Defender XDR.

You need to create a custom detection rule that will identify devices that had more than five antivirus detections within the last 24 hours.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 58

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.

Hot Area:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 59

You have a Microsoft Sentinel workspace.

You are investigating an incident that involves the following entities:

โ€ข A host named Host1

โ€ข A user account named User1

โ€ข An IP address of 175.45.176.99

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 only
B
Host1 only
C
User1 only
D
175.45.176.99 and Host1 only
E
Host1 and User1 only
F
175.45.176.99, Host1, and User1

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 60

You have 200 on-premises servers that run Linux.

You have a Microsoft Sentinel workspace named Workspace1.

You plan to collect Syslog events in the Common Event Format (CEF) from the servers and ingest them into Workspace1 by using the Log Ingestion API in Azure Monitor.

You need to configure a data collection rule (DCR) for the events by using an API request.

How should you complete the API request? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 61

You have an Azure Storage account that will be accessed by multiple Azure Function apps during the development of an application.

You need to hide Azure Defender alerts for the storage account.

Which entity type and field should you use in a suppression rule? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 62

You have an Azure subscription that contains a Microsoft Sentinel workspace named Workspace1 and a user named User1.

You need to ensure that User1 can investigate incidents by using Workspace1. The solution must follow the principle of least privilege.

Which role should you assign to User1?

A
Microsoft Sentinel Responder
B
Microsoft Sentinel Contributor
C
Microsoft Sentinel Automation Contributor
D
Microsoft Sentinel Reader

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 63

You have four Azure subscriptions. One of the subscriptions contains a Microsoft Sentinel workspace.

You need to deploy Microsoft Sentinel data connectors to collect data from the subscriptions by using Azure Policy. The solution must ensure that the policy will apply to new and existing resources in the subscriptions.

Which type of connectors should you provision, and what should you use to ensure that all the resources are monitored? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 64

You have an Azure Functions app that generates thousands of alerts in Azure Security Center each day for normal activity.

You need to hide the alerts automatically in Security Center.

Which three actions should you perform in sequence in Security Center? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select and Place:

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 65

You have a Microsoft 365 E5 subscription.

You need to configure Microsoft Defender XDR automatic attack disruption to use signals generated by Microsoft Defender for Cloud Apps.

Which two actions should you perform for Defender for Cloud Apps in the Microsoft Defender portal? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A
Enable the Microsoft 365 connector.
B
Add a log collector for automatic log upload.
C
Turn on app governance.
D
Deploy Cloud Discovery user enrichment.
E
From Information protection, enable file monitoring.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 66

You have a Microsoft 365 subscription that uses Microsoft Purview and contains a Microsoft Teams team named Team1.

You are investigating a suspected leak of internal credentials via messages and shared files in Teams chats.

You need to create a content search that returns content from the private and shared channels of Team1.

What should you include in the content search for each type of channel? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 67

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.

Select and Place:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 68

You have a Microsoft 365 E5 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.count
C
@odata.nextLink
D
@odata.deltaLink

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 69

You have a Microsoft Sentinel workspace that is connected to the Microsoft Defender portal.

You have an advanced hunting query based on BehaviorInfo that returns the User and Entity Behavior Analytics (UEBA) behavior records, but the associated user principal name (UPN) is missing because the behavior records include multiple types of entities.

You need to correlate each behavior to the behavior record returned by the query.

What should you configure? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 70

You have an Azure subscription that uses Azure Defender.

You plan to use Azure Security Center workflow automation to respond to Azure Defender threat alerts. You need to create an Azure policy that will perform threat remediation automatically.

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.

Hot Area:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 71

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
Option A
B
Option B
C
Option C
D
Option D

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 72

You are investigating an incident in Microsoft Defender XDR for a simulated fileless PowerShell attack. The incident contains correlated alerts from Microsoft Defender for Endpoint and Microsoft Defender for Identity.

You need to identify the following:

  • A list of devices that were affected by the incident
  • A timeline of the incident

The solution must minimize administrative effort.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 73

You have an Azure subscription that contains a virtual machine named VM1 and uses Azure Defender. Azure Defender has automatic provisioning enabled.

You need to create a custom alert suppression rule that will supress false positive alerts for suspicious use of PowerShell on VM1.

What should you do first?

A
From Azure Security Center, add a workflow automation.
B
On VM1, run the Get-MPThreatCatalog cmdlet.
C
On VM1 trigger a PowerShell alert.
D
From Azure Security Center, export the alerts to a Log Analytics workspace.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 74

You have an Azure subscription named Sub1. Sub1 contains a Microsoft Sentinel workspace named SW1 and a virtual machine named VM1 that runs Windows Server. SW1 collects security logs from VM1 by using the Windows Security Events via AMA connector.

You need to limit the scope of events collected from VM1. The solution must ensure that only audit failure events are collected.

How should you complete the filter expression for the connector? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 75

You have a Microsoft 365 subscription that uses Microsoft Purview Data Security Investigations.

An alert indicates that a user potentially downloaded sensitive files from Microsoft OneDrive and sent email messages during the last two weeks.

You need to identify and collect the files and emails associated with the actions of the user.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 76

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have Linux virtual machines on Amazon Web Services (AWS). You deploy Azure Defender and enable auto-provisioning.

You need to monitor the virtual machines by using Azure Defender.

Solution: You enable Azure Arc and onboard the virtual machines to Azure Arc. Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 77

You have a Microsoft 365 E5 subscription that contains Windows 11 and Linux CentOS devices.

In Microsoft Defender XDR, Deception is set to On.

You plan to create a deception rule that will use a custom lure.

You need to specify the type of file, and the planting path for the custom lure.

What should you specify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 78

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have Linux virtual machines on Amazon Web Services (AWS). You deploy Azure Defender and enable auto-provisioning.

You need to monitor the virtual machines by using Azure Defender.

Solution: You manually install the Log Analytics agent on the virtual machines.

Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 79

You have a Microsoft 365 E5 subscription.

You have the following KQL query.



You need to use the query to create a Microsoft Defender XDR custom detection rule that can isolate an onboarded device.

How should you modify the query?

A
Add the AccountUpn and Timestamp columns to the project operator.
B
Add a distinct operator.
C
Add a summarize operator.
D
Add the DeviceId and Timestamp columns to the project operator

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 80

You use Azure Sentinel.

You need to use a built-in role to provide a security analyst with the ability to edit the queries of custom Azure Sentinel workbooks. The solution must use the principle of least privilege.

Which role should you assign to the analyst?

A
Azure Sentinel Contributor
B
Security Administrator
C
Azure Sentinel Responder
D
Logic App Contributor

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 81

You have a Microsoft 365 E5 subscription that uses Microsoft Copilot for Security.

You have a Copilot for Security workspace that uses the following plugins:

โ€ข Microsoft Entra

โ€ข Microsoft Defender XDR

From the Microsoft Defender portal, you use Copilot for Security to investigate a reported incident.

You need to run a promptbook that will include information from Microsoft Entra ID Protection in the investigation.

What should you do first?

A
From the Microsoft Defender portal, create an incident report.
B
Open the investigation in the Copilot for Security standalone experience.
C
Open the investigation in Microsoft Sentinel.
D
From the Microsoft Defender portal, create an advanced hunting query.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 82

You create a hunting query in Azure Sentinel.

You need to receive a notification in the Azure portal as soon as the hunting query detects a match on the query. The solution must minimize effort.

What should you use?

A
a playbook
B
a notebook
C
a livestream
D
a bookmark

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 83

You have an Azure subscription that contains a user named User1 and a Microsoft Sentinel workspace named WS1.

You deploy Advanced Security Information Model (ASIM) authentication parsers to WS1.

You need to use the parsers to query the authentication events generated by User1 during the last 24 hours. The solution must maximize the performance of the query.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 84

You have an Azure subscription named Sub1 and a Microsoft 365 subscription. Sub1 is linked to an Azure Active Directory (Azure AD) tenant named contoso.com.

You create an Azure Sentinel workspace named workspace1. In workspace1, you activate an Azure AD connector for contoso.com and an Office 365 connector for the Microsoft 365 subscription.

You need to use the Fusion rule to detect multi-staged attacks that include suspicious sign-ins to contoso.com followed by anomalous Microsoft Office 365 activity.

Which two actions should you perform? Each correct answer present part of the solution.

NOTE: Each correct selection is worth one point.

A
Create custom rule based on the Office 365 connector templates.
B
Create a Microsoft incident creation rule based on Azure Security Center.
C
Create a Microsoft Cloud App Security connector.
D
Create an Azure AD Identity Protection connector.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 85

You have a Microsoft 365 E5 subscription that contains a Microsoft SharePoint Online site named Site1.

You need to enable Microsoft Defender for Cloud Apps session control for Site1.

Which type of policy should you create first?

A
access
B
session
C
app governance
D
Conditional Access

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 86

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are configuring Azure Sentinel.

You need to create an incident in Azure Sentinel when a sign-in to an Azure virtual machine from a malicious IP address is detected.

Solution: You create a livestream from a query.

Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 87

You have a Microsoft Sentinel workspace named SW1.

You need to identify which anomaly rules are enabled in SW1.

What should you review in Microsoft Sentinel?

A
Content hub
B
Entity behavior
C
Analytics
D
Settings

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 88

You need to create a query for a workbook. The query must meet the following requirements:

 

List all incidents by incident number.

 

Only include the most recent log for each incident.

 

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 89

You have a Microsoft 365 E5 subscription that contains a device named Device1.

From the Microsoft Defender portal, you discover that an alert was triggered for Device1.

From the Device inventory page, you isolate Device1.

You need to collect a list of installed programs on Device1.

What should you do?

A
Run an advanced hunting query against the DeviceProcessEvents table.
B
Run an advanced hunting query against the DeviceTvmSoftwareInventory table.
C
Initiate an automated investigation and view the results in the Action center.
D
Initiate a live response session and run the processes command.

Premium Solution Locked

Unlock all 446 answers & explanations

QUESTION 90

You have the resources shown in the following table.

 

 

You scplicate events from occurring in SW1.

What should you use for each action? To answer, drag the appropriate resources to the correct actions. Each resource 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.

Select and Place:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 446 answers & explanations

Full Question Bank Locked

You have reached the end of the free study guide preview. Upgrade now to unlock all 446 questions and the full simulation engine.

Customer Reviews

5 / 5
(15,000+ verified)
5
100%
4
0%
3
0%
2
0%
1
0%

Global Community Feedback

DM

David M.

Verified Student

"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."

SJ

Sarah J.

Premium Member

"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."

MC

Michael C.

Verified Buyer

"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"

Need Assistance?

> Our expert support team is available to assist you with any inquiries about our exam materials.

Contact Support
Average response: < 24 Hours

Get Exam Updates

> Subscribe to receive instant notifications on new questions and exclusive flash sales.

* Join 5,000+ students getting weekly updates

Support Chat โ— Active Now

๐Ÿ‘‹ Hi! How can we help you pass your exam?

Enter email to start chatting