HOTSPOT
-
You have a Microsoft 365 E5 subscription that contains a Microsoft SharePoint Online site named Site1.
In Site1, you identify the suspicious files shown in the following table.
In Microsoft Purview, you create the content searches 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.
Show Answer
Correct Answer: Search1: No
Search2: Yes
Search3: Yes
Explanation: Search1 excludes ItemClass=IPM.Document, so a .docx document is filtered out even if the filename matches.
Search2 matches files by author [email protected] and filetype=doc, which returns File2.docx.
Search3 matches content type document and author [email protected], so File3.docx is returned.
Question 40
HOTSPOT
-
You have a Microsoft Sentinel workspace.
You need to create playbooks that meet the following requirements:
• Use an automation rule to trigger actions on an entity.
• Call the Entities - Get Hosts action.
Which types of playbooks should you use, and which parameters should you specify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Playbook type:
Only a playbook that uses an incident trigger
Parameters:
Alert and Incident only
Explanation: Automation rules run on incidents in Microsoft Sentinel. An incident-triggered playbook can receive both alert and incident context, which exposes the Entities collection required to use the Entities – Get Hosts action. Entity-only or alert-only triggers do not meet both requirements.
Question 41
HOTSPOT
-
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.
Show Answer
Correct Answer: File type: BIN
Planting path: {HOME}
Explanation: For cross-platform deception across Windows 11 and CentOS, a binary lure is supported and can be planted in the user home directory. {HOME} resolves appropriately on both Windows and Linux endpoints, ensuring the lure is deployed consistently.
Question 42
HOTSPOT
-
You have an Azure subscription.
You have a Microsoft Sentinel workbook that contains the following text parameters:
• text1
• grouptime1
You need to display the count of security alerts. The count must be filtered based on the text1 parameter and grouped by the grouptime1 parameter.
How should you complete the KOL query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: {text1}
{grouptime1}
Explanation: In Microsoft Sentinel workbooks, text parameters are referenced in KQL using curly braces without quotes. The filter uses the text1 parameter directly, and the time grouping uses the grouptime1 parameter inside bin() to control the aggregation interval.
Question 43
HOTSPOT
-
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.
Explanation: File creation events are recorded in DeviceFileEvents. Filtering by DeviceName, ActionType == "FileCreated", and FileName minimizes results, and project-keep returns only the required columns to reduce data volume.
Question 44
Your on-premises network contains two Active Directory Domain Services (AD DS) domains named contoso.com and fabrikam.com. Contoso.com contains a group named Group1. Fabrikam.com contains a group named Group2.
You have a Microsoft Sentinel workspace named WS1 that contains a scheduled query rule named Rule1. Rule1 generates alerts in response to anomalous AD DS security events. Each alert creates an incident.
You need to implement an incident triage solution that meets the following requirements:
• Security incidents from contoso.com must be assigned to Group1.
• Security incidents from fabrikam.com must be assigned to Group2.
• Administrative effort must be minimized.
What should you include in the solution?
A. a playbook that is triggered by the creation of an incident
B. a playbook that is triggered by the creation of an alert
C. one automation rule assigned to Rule1
D. two automation rules assigned to Rule1
Show Answer
Correct Answer: D
Explanation: Microsoft Sentinel automation rules can automatically assign incident owners, but each automation rule can assign only one owner/group. To route incidents from contoso.com to Group1 and from fabrikam.com to Group2 with minimal administration, you create two automation rules scoped to Rule1, each with conditions matching the respective domain and assigning the appropriate group. Playbooks add unnecessary complexity, and a single automation rule cannot assign two different groups.
Question 45
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.
Show Answer
Correct Answer: B
Explanation: Microsoft Entra ID Protection data is available to Copilot for Security through the Microsoft Entra plugin, which is only fully accessible when using the Copilot for Security standalone experience. Investigations started in the Microsoft Defender portal are limited to Defender XDR context, so to run a promptbook that enriches the investigation with Entra ID Protection information, you must first open the investigation in the Copilot for Security standalone portal.
Question 46
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
Show Answer
Correct Answer: A
Explanation: On the Microsoft Sentinel Incident page, you can add only supported indicator types to Threat Intelligence. These are IP addresses (IPv4/IPv6), domain names, URLs, and file hashes. Host names and user accounts are not supported as threat intelligence indicators. Therefore, only the IP address 175.45.176.99 can be added.
Question 47
DRAG DROP
-
You have an on-premises Windows 11 Pro device named Device1 that is onboarded to Microsoft Defender for Endpoint.
You have a Microsoft 365 subscription.
You need to identify the processes running on Device1 and which network connections the processes have open. The solution must minimize administrative effort.
Which four actions should you 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.
Show Answer
Correct Answer: Navigate to the device page for Device1.
Collect an investigation package.
From the Action center, invoke an action.
Extract the contents of the ZIP file.
Explanation: The investigation package already contains process lists and active network connections, providing the required information with minimal effort. Live response is unnecessary because it is more interactive and administrative, while the collected package can be downloaded and reviewed offline.
Question 48
You have a Microsoft 365 E5 subscription.
You need to ensure that an alert is generated in Microsoft Defender XDR when attackers attempt to connect to a specific device. The solution must minimize administrative effort.
What should you do in the Microsoft Defender portal?
A. Create a deception rule that includes a decoy.
B. Tag an existing device as a honeytoken entity.
C. Create a deception rule that includes a lure.
D. Tag an existing device as a sensitive entity.
Show Answer
Correct Answer: B
Explanation: Tagging an existing device as a honeytoken entity in Microsoft Defender XDR causes any attempted connection or interaction with that device to immediately generate alerts. This requires minimal configuration compared to creating deception rules with lures or decoys and is specifically designed to detect attacker activity against a targeted device.
$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.