You have a Microsoft 365 subscription that uses Microsoft Security Copilot.
You plan to configure a custom GPT plugin for Copilot.
Which GPT model should you use?
A. gpt-4o
B. o1-mini
C. davinci-002
D. gpt-35-turbo
Show Answer
Correct Answer: A
Explanation: Microsoft Security Copilot custom GPT plugins require a supported model specified in the plugin manifest. Microsoft documentation lists **gpt-4o** as a supported and recommended model for Security Copilot extensibility, whereas the other options are legacy or not supported for this scenario.
Question 8
HOTSPOT
-
You have a Microsoft Sentinel workspace.
You have a KQL query. The query returns Microsoft Sentinel incidents that are stored in the SecurityIncident table and occurred during the last 90 days.
You need to create a Microsoft Sentinel workbook that will include a visualization of the query.
To what should you set Data source and Resource type for the workbook? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Data source: Logs (Analytics)
Resource type: Log Analytics
Explanation: Microsoft Sentinel incidents are stored in Log Analytics tables (SecurityIncident). Workbooks that visualize KQL queries over these tables must use Logs (Analytics) as the data source and target the Log Analytics resource that backs the Sentinel workspace.
Question 9
HOTSPOT
-
You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint and contains the following devices:
• Device1: Runs Windows 11 Pro
• Device2: Runs Windows Server
• Device3: Runs Ubuntu Linux
You identify three suspicious files named File1.exe, File2.zip, and File3.ps1.
You need to investigate the files by using deep analysis.
Which devices support deep analysis, and which files can be submitted for deep analysis? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Files:
File1.exe only
Devices:
Device1 and Device2 only
Explanation: Deep analysis in Microsoft Defender for Endpoint supports Windows devices only (Windows 11 and Windows Server). It accepts PE files such as .exe for detonation. ZIP archives and PowerShell scripts are not supported, and Linux devices do not support deep analysis.
Question 11
DRAG DROP
-
You have a Microsoft 365 E5 subscription that contains a Windows 11 device named Device1. Device1 is onboarded to Microsoft Defender XDR.
You perform the following actions:
• Create a PowerShell script named Script1.ps1.
• From the Microsoft Defender XDR portal, establish a live response session to Device1.
You need to ensure that you can run Script1.ps1 on Device1.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: From the Microsoft Defender XDR portal, select Advanced features.
From the Microsoft Defender XDR portal, upload Script1.ps1 to the library.
During the live response session, run the putfile command.
Explanation: Live response requires enabling advanced features to use the library. The script must be uploaded to the library first, then copied to the device during the live response session using putfile so it can be executed.
Question 12
DRAG DROP
-
You have a Microsoft 365 subscription that uses Microsoft Defender XDR.
You have an Azure subscription that uses Microsoft Security Copilot.
You need to create a custom promptbook in Security Copilot that will gather the following information about an incident ID:
• An incident summary
• Threat intelligence on the identified threat actors
• A detailed analysis of the users affected by the incident
• A detailed analysis of the devices affected by the incident
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: From the Microsoft Defender XDR portal, select Copilot.
Enter the four prompts and gather the required information about a sample incident.
Select the prompts to include in the promptbook.
Create the promptbook.
Explanation: Promptbooks are created from the Defender XDR Copilot experience. You first run and refine the required prompts (incident summary, threat intelligence, affected users, affected devices) against a sample incident. After validating them, you select those prompts as steps and then create the promptbook.
Question 13
HOTSPOT
-
You have a Microsoft 365 E5 subscription that is linked to a Microsoft Entra tenant named contoso.com.
You need to query Microsoft Graph activity logs to identify changes to the roles in contoso.com.
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: ("204")
RequestUri
Explanation: Role membership changes via Microsoft Graph return HTTP 204 (No Content) on successful POST to /directoryRoles/{id}/members/$ref. The role identifier can be extracted by splitting the RequestUri and taking the third element from the end.
Question 14
You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint Plan 2. The subscription contains 1,000 Windows 11 devices that run a third-party antivirus software and have Smart App Control enabled.
You need to ensure that if Defender for Endpoint detects a malicious artifact that was missed by the third-party software, it will remediate the artifact automatically.
What should you configure?
A. endpoint detection and response (EDR) in block mode
B. Allow or block file
C. Automatically resolve alerts
D. tamper protection
Show Answer
Correct Answer: A
Explanation: EDR in block mode allows Microsoft Defender for Endpoint to actively block and remediate malicious artifacts even when a third-party antivirus is the primary AV. This ensures automatic remediation of threats missed by the third-party software, which matches the requirement.
Question 15
You have a Microsoft 365 subscription. The subscription contains 500 devices that are onboarded to Microsoft Defender for Endpoint.
You have an Azure subscription that contains a Microsoft Sentinel workspace.
You need to run a pilot on 50 devices that will remediate threats automatically. The solution must meet the following requirements:
• Minimize the impact on devices that are excluded from the pilot.
• Minimize administrative effort.
What should you configure first?
A. a playbook
B. an endpoint security policy
C. a device group
D. an automation rule
Show Answer
Correct Answer: C
Explanation: To run an automatic remediation pilot on only 50 devices while minimizing impact on the remaining devices and reducing administrative effort, you should first create a device group in Microsoft Defender for Endpoint. Device groups allow you to scope automated remediation, policies, and integrations to a specific subset of devices. By targeting the pilot group, changes and automation affect only those devices, avoiding unintended impact on the other 450 devices and simplifying ongoing management.
Question 16
HOTSPOT
-
You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR.
You need to create a hunting query in KQL that meets the following requirements:
• Identifies any devices that received an email containing an attachment named File1.pdf during the last 12 hours and opened the attachment.
• Minimizes the resources required to run 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.
Show Answer
Correct Answer: join kind=innerunique
on SHA256
Explanation: innerunique minimizes resource usage by returning only one matching row per key while still ensuring both events exist. SHA256 uniquely identifies the attachment across EmailAttachmentInfo and DeviceFileEvents, reliably correlating the received email attachment with the file opening activity.
Question 17
You have a Microsoft 365 subscription that uses Microsoft Defender XDR. All endpoint devices are onboarded to Microsoft Defender for Endpoint.
You have an Azure subscription that contains a Microsoft Sentinel workspace named Workspace1. All Microsoft Defender XDR events are ingested into Workspace1.
You have a Microsoft Entra tenant.
You create a KQL query named query1 that searches device logs for a known vulnerability.
You need to ensure that query1 runs every hour. The solution must minimize administrative effort.
What should you configure?
A. a custom detection rule
B. automated investigation and response (AIR)
C. a watchlist
D. an automation rule
Show Answer
Correct Answer: A
Explanation: A custom detection (analytics) rule in Microsoft Sentinel is designed to run a KQL query on a defined schedule. You can use the existing query1, set it to run every hour, and automatically generate alerts or incidents. This directly meets the requirement with minimal administrative effort. AIR, watchlists, and automation rules do not schedule and execute KQL queries on their own.
$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.