HOTSPOT
-
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.
Show Answer
Correct Answer: System
Keywords
Explanation: Audit failure events in the Security log are identified by the failure keyword bitmask (0x8010000000000000), which is evaluated in the System section of the event using the Keywords field.
Question 30
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.
Show Answer
Correct Answer: D
Explanation: To take an automated response action such as device isolation, a Microsoft Defender XDR custom detection rule must be able to identify the target device and the event time. The query therefore must project DeviceId (to uniquely identify the onboarded device) and Timestamp (required by custom detection rules). Adding these columns to the project operator enables the rule to isolate the device.
Question 31
HOTSPOT
-
You have an Azure subscription named Sub1 that contains a Microsoft Sentinel workspace named WS1.
You need to create a hunting query in WS1 that meets the following requirements:
• Returns the number of changes performed daily by each Microsoft Entra security principal during a seven-day period
• Identifies all the successful changes to the resources in Sub1
• Substitutes any missing data points with 0
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: AzureActivity
make-series
Explanation: AzureActivity logs capture successful write operations on Azure resources and include the caller (Microsoft Entra security principal). The make-series operator aggregates daily counts over a seven-day range and fills missing time bins with 0 using default=0.
Question 32
DRAG DROP
-
You have an Azure subscription that contains a Microsoft Sentinel workspace.
You need to create and customize a workbook for the Microsoft Entra ID Audit Logs.
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 Content hub, install the Microsoft Entra ID solution.
From Workbooks, select Microsoft Entra ID Audit logs and then select View Template.
From Workbooks, select Microsoft Entra ID Audit logs and then select Save.
Explanation: First, installing the Microsoft Entra ID solution makes the Audit Logs workbook template available in Microsoft Sentinel. Next, opening the workbook via View Template allows you to review and customize the prebuilt content. Finally, selecting Save stores the customized workbook for ongoing use.
Question 33
HOTSPOT
-
You have a Microsoft Sentinel workbook that contains the following KQL query.
You need to create a visual that will change the color of the errCount column based on the value returned.
How should you configure the visual? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Explanation: In Microsoft Sentinel workbooks, conditional color formatting on a column is supported in a Grid visualization. The Heatmap column renderer changes the cell color based on the numeric value of errCount.
Question 34
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: Microsoft Graph activity logs must be correlated with service principal (app) sign-ins to identify third‑party app access using certificates or secrets. The join uses SignInActivityId from MicrosoftGraphActivityLogs matched to UniqueTokenIdentifier in AADServicePrincipalSignInLogs.
Question 35
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
No
No
Explanation: User1 is Owner on Sub1, which includes RG1 where Capacity1 is located, so they can add capacity.
User2 is only a Reader on Sub2; viewing Copilot capacity usage requires higher permissions on the capacity resource, so access to Capacity2 usage is not granted.
User3 is Global Administrator and Owner of RG2, but Capacity2 is in RG3; Global Administrator alone does not grant Azure RBAC permissions to configure plugins on Capacity2.
Question 36
HOTSPOT
-
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.
Show Answer
Correct Answer: Role:
Microsoft Sentinel Automation Contributor
Scope:
LApp1
Explanation: To allow the Sentinel workspace (WS1) to automatically trigger a Logic App when an incident is generated, the managed identity requires permissions to run playbooks. The Microsoft Sentinel Automation Contributor role provides the required automation permissions, unlike Playbook Operator which is for manual execution. Assigning the role at the Logic App (LApp1) scope grants only the minimum permissions needed, satisfying least privilege.
Question 37
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: File1.exe will be blocked on Device3: No
User2 will be marked with a risk level of medium: No
An investigation package will be collected from Device1: Yes
Explanation: Rule1 is scoped only to DevGroup1. Device3 is in DevGroup2, so the file is not blocked there. The 'Mark user as compromised' action sets the user risk level to High, not Medium. Device1 is in DevGroup1, so the device action to collect an investigation package is triggered.
Question 38
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: User1: No
User2: No
User3: Yes
Explanation: Copilot for Security can query Azure Firewall data only when supported structured logs are available in Log Analytics and the user has effective access.
AFW1 uses unstructured logs, which aren’t supported for Copilot queries.
AFW2 sends logs to Event Hubs, which Copilot can’t query directly.
AFW3 sends structured IDPS logs to Log Analytics, and User3 (Copilot Owner with reader access in scope) can retrieve the data.
$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.