HOTSPOT
-
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.
Explanation: Third-party app sign-ins that use certificates or secrets are recorded in AADServicePrincipalSignInLogs. MicrosoftGraphActivityLogs correlates to sign-in records using SignInActivityId matched with UniqueTokenIdentifier.
Question 55
HOTSPOT
-
You have the Azure subscriptions shown in the following table.
You have a Microsoft Entra tenant that contains the users shown in the following table.
The users have the Azure roles shown in the following table.
You configure Microsoft Copilot for Security capacities 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.
Show Answer
Correct Answer: Yes
Yes
No
Explanation: Owner on Sub1 can create/manage capacities in RG1. Reader on Sub2 can view resources and usage for Capacity2 in RG3. Global Administrator in Entra plus Owner only on RG2 does not have Azure RBAC over Capacity2 in RG3, so cannot configure plugins there.
Question 57
HOTSPOT
-
You have a Microsoft 365 subscription that contains three users named User1, User2 and User3 and the resources shown in the following table.
You have a Microsoft Defender XDR detection rule named Rule1 that has the following configurations:
• Scope:DevGroup1
• File hash: File1.exe
• Actions
o Devices: Collect investigation package
o User: Mark as compromised
o Files: Block
Each user attempts to run File1.exe on their device.
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: No
No
Yes
Explanation: The detection rule scope is only DevGroup1, so actions apply only to devices in that group. Device3 is in DevGroup2, so the file is not blocked there. 'Mark as compromised' sets the user's risk to High, not Medium, so the medium statement is false. Device1 is in scope, so the investigation package is collected.
Question 58
HOTSPOT
-
You have an Azure subscription that contains the users shown in the following table.
The subscription contains instances of Azure Firewall as shown in the following table.
You have a Microsoft 365 E5 subscription that uses Microsoft Copilot for Security. You have the Copilot for Security role assignments shown in the following table.
Each user runs a Copilot for Security session.
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: Copilot for Security can retrieve Azure Firewall data from Log Analytics when the user has sufficient Azure access. Event Hubs is not directly queryable by Copilot. Subscription-level Contributor can access resources across the subscription, while the Security Reader at the resource-group scope can read the firewall data in that scope.
Question 59
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: No
No
Yes
Explanation: Search1 excludes document items with -ItemClass=IPM.Document, so the .docx file is excluded. Search2 uses filetype=doc, which does not match a .docx file. Search3 targets SharePoint document content authored by User3 and matches File3.docx.
Question 60
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 types: Only a playbook that uses an incident trigger
Parameters: FullIncidentProperties only
Explanation: Automation rules that act on entities use incident-triggered playbooks, and the Entities - Get Hosts action requires the full incident payload to access entity information.
Question 61
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.
Explanation: Custom lures support link (.LNK) files, while EXE and BIN are not supported custom lure file types. The {HOME} planting path is the supported cross-platform user home location for deploying the lure.
Question 62
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: Workbook text parameters used as string values in comparisons should be enclosed in single quotes after expansion, while the group time parameter is passed directly as the bin() timespan argument.
Question 63
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.
Show Answer
Correct Answer: DeviceFileEvents
project-keep
Explanation: File creation events are stored in DeviceFileEvents. Using project-keep returns only the required columns (FileName, InitiatingProcessFileName, InitiatingProcessCommandLine), minimizing the data returned.
Question 64
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: Automation rules are the native mechanism for incident triage in Microsoft Sentinel. Because assigning an incident to an owner/group is a single action per automation rule, you create two automation rules scoped to Rule1: one matching incidents from contoso.com and assigning Group1, and another matching incidents from fabrikam.com and assigning Group2. This avoids the added complexity of playbooks while meeting the assignment requirement.
$19
Get all 383 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.