HOTSPOT -
You have an on-premises datacenter that contains a custom web app named App1. App1 uses Active Directory Domain Services (AD DS) authentication and is accessible by using Microsoft Entra application proxy.
You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR.
You receive an alert that a user downloaded highly confidential documents.
You need to remediate the risk associated with the alert by requiring multi-factor authentication (MFA) when users use App1 to initiate the download of documents that have a Highly Confidential sensitivity label applied.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Conditional Access
Microsoft Defender for Cloud Apps
Explanation: Conditional Access can require MFA for access to App1 published through Microsoft Entra application proxy. Microsoft Defender for Cloud Apps provides session policies to control and remediate risky actions, such as downloading files with a Highly Confidential sensitivity label, by enforcing controls during the session.
Question 91
HOTSPOT
-
You have a Microsoft Sentinel workspace.
You need to configure the Fusion analytics rule to temporarily suppress incidents generated by a Microsoft Defender connector. The solution must meet the following requirements:
• Minimize impact on the ability to detect multistage attacks.
• Minimize administrative effort.
How should you configure the rule? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Trigger: When incident is created
Actions: Change status
Explanation: Fusion analytics operates on incidents, not individual alerts. To temporarily suppress incidents from a specific Microsoft Defender connector with minimal effort and minimal impact on multistage attack detection, use an automation rule that triggers when the incident is created and immediately changes its status (for example, to Closed or Informational). This avoids disabling Fusion logic or running custom playbooks.
Question 92
HOTSPOT
-
You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR and contains a Windows device named Device1.
You detect malicious activity on Device1.
You initiate a live response session on Device1.
You need to perform the following actions:
• Download a file from the live response library.
• Stop a process that is running on Device1.
Which live response command should you run for each action? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Download a file from the live response library: getfile
Stop a process that is running on Device1: remediate
Explanation: In Microsoft Defender live response, **getfile** downloads a file to your local machine from the device/library context. To stop a running process, the **remediate** command is used, which supports actions such as terminating processes.
Question 93
HOTSPOT
-
You have a Microsoft 365 subscription that uses Microsoft Defender XDR and Microsoft Defender for Endpoint. The subscription contains the devices shown in the following table.
You discover the following forensic data:
• During the startup of Device1, a connection is established to Device2 via port 5555.
• Device2 connects to Device3 by using port 5555.
• Device4 connects to Device1 by using port 5555.
You perform the following actions:
• Initiate a live response session on Device1 and run the processes
• From Devices in the Microsoft Defender portal, isolate Device1 and Device2.
For each of the following statements, select Yes if True. Otherwise select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Yes
No
No
Explanation: Isolating a device in Defender for Endpoint blocks all inbound and outbound network connections except to Defender services, so Device1 blocks connections from Device4. Isolation of Device2 breaks its communication with Device3, so existing connections are not maintained. The live response command **processes** only lists currently running processes, not startup processes.
Question 94
HOTSPOT
-
You have a Microsoft 365 E5 subscription that contains the hosts shown in the following table.
You have indicators in Microsoft Defender for Endpoint as shown in the following table.
ID1 and ID2 reference the same file as ID3.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Yes
No
Yes
Explanation: Host1 (DG1) is affected by ID3 (SHA‑1, Block execution, scope DG1), so execution is blocked.
Host2 (DG2) has no indicator that blocks/remediates the given SHA‑256 hash; therefore block and remediate does not occur.
Host3 (DG1, macOS) is in scope of the block‑execution indicator for the SHA‑256 hash, so execution is blocked.
Question 95
You have a Microsoft 365 subscription that uses Microsoft Defender XDR.
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
Show Answer
Correct Answer: A
Explanation: Continuous (NRT) rules have query limitations and do not support constructs such as union, joins, or certain scalar functions (for example ingestion_time()). Since the query contains such statements, NRT cannot be used. Among the remaining scheduled options, running the rule every hour provides the shortest interval and therefore minimizes the time to be notified.
Question 96
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 JSON properties, and then you perform the Get 8t Transform Data operations to parse the AuditData column.
Does this meet the requirement?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: Filtering existing columns or rows in Excel does not change the JSON schema contained in the AuditData column. Power Query generates columns for JSON properties based on the structure it detects during parsing, not on post-import filtering. Reducing rows or visible properties does not ensure that all specific JSON properties are materialized as columns, so this approach does not meet the requirement.
Question 97
You have a Microsoft Sentinel workspace.
You are investigating an incident that involves multiple alerts, events, and entities.
You need to create a bookmark for the investigation. The solution must minimize administrative effort.
Which settings should you use?
A. Incidents
B. Hunting
C. Content hub
D. Logs
Show Answer
Correct Answer: B
Explanation: In Microsoft Sentinel, bookmarks are created from query results, most commonly through the Hunting experience, which guides you to run queries and add bookmarks with minimal extra steps. From Hunting, bookmarks can also be easily associated with an existing incident. Incidents themselves are mainly for managing and reviewing investigations, and Logs is the underlying query engine, but Hunting minimizes administrative effort by providing a streamlined, investigation-focused workflow for creating bookmarks.
Question 98
You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint and contains the devices shown in the following table.
You initiate a live response session on each device.
You need to collect a Defender for Endpoint investigation package from each device.
On which devices can you collect the package by running advanced live response commands from the command-line interface (CLI)?
A. Device1 and Device2 only
B. Device1, Device2, and Device3 only
C. Device3 and Device4 only
D. Device1, Device2, Device3, and Device4
Show Answer
Correct Answer: C
Explanation: The Defender for Endpoint investigation package is collected using the **collect** advanced live response command. According to Microsoft documentation, the collect command is supported only on **macOS and Linux** devices, and **not on Windows or Windows Server**. Therefore, only the devices running macOS and Linux (Device3 and Device4) can collect the investigation package using advanced live response commands from the CLI.
Question 99
HOTSPOT -
You have an Azure subscription that contains a Log Analytics workspace named Workspace1.
You configure Azure activity logs and Microsoft Entra ID logs to be forwarded to Workspace1.
You need to query Workspace1 to identify all the requests that failed due to insufficient authorization.
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.
Show Answer
Correct Answer: MicrosoftGraphActivityLogs
401
Explanation: Requests to Microsoft Graph are logged in the MicrosoftGraphActivityLogs table, which includes the ResponseStatusCode field. Insufficient authorization is identified by HTTP 401 (Unauthorized), indicating the request lacked valid authentication or permissions. AzureActivity does not expose ResponseStatusCode for this purpose.
$19
Get all 370 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.