Microsoft

SC-200 Free Practice Questions — Page 14

Question 130

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 Defender, you modify the search criteria of the audit search to reduce the number of returned records, and then you export the results. From Excel, you perform the Get & Transform Data operations by using the new export. Does this meet the requirement?

A. Yes
B. No
Show Answer
Correct Answer: A
Explanation:
Excel’s Get & Transform only infers JSON properties from the first ~1,000 rows of the AuditData column. If relevant properties appear later, they won’t generate columns. Reducing the number of returned audit records ensures the needed JSON properties appear within the initial rows, allowing Excel to generate the correct columns.

Question 131

You have an Azure subscription that contains a user named User1 and a Microsoft Sentinel workspace named WS1. WS1 uses Microsoft Defender for Cloud. You have the Microsoft security analytics rules shown in the following table. User1 performs an action that matches Rule1, Rule2, Rule3, and Rule4. How many incidents will be created in WS1?

A. 1
B. 2
C. 3
D. 4
Show Answer
Correct Answer: D
Explanation:
In Microsoft Sentinel, each analytics rule creates its own incident by default when it is triggered. Incident grouping or correlation across different analytics rules is not enabled automatically and must be explicitly configured per rule. Since User1 triggers Rule1, Rule2, Rule3, and Rule4, and no grouping configuration is specified, each rule generates a separate incident, resulting in four incidents.

Question 132

HOTSPOT - You have a Microsoft 365 subscription that uses Microsoft Defender XDR and contains a Windows device named Device1. You investigate a suspicious process named Prod on Device1 by using a live response session. You need to perform the following actions: • Stop Prod. • Send Prod for further review. 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.

Illustration for SC-200 question 132
Show Answer
Correct Answer: Stop Prod: remediate Send Prod for further review: analyze
Explanation:
The remediate command can stop or remove a running malicious process during live response. The analyze command submits the process or its artifacts to Microsoft Defender for cloud-based analysis and further review.

Question 133

HOTSPOT - You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint Plan 2 and contains a Windows device named Device1. You initiated a live response session on Device1. You need to run a command that will download a 250-MB file named File1.exe from the live response library to Device1. The solution must ensure that File1.exe is downloaded as a background process. How should you complete the live response command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 133
Show Answer
Correct Answer: putfile file1.exe &
Explanation:
Use **putfile** to transfer a file from the live response library to the device. Appending **&** runs the transfer as a background process, which is required for downloading a large file during a live response session.

Question 134

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Defender for Endpoint and contains a Windows device named Device1. You need to investigate a suspicious executable file detected on Device1. The solution must meet the following requirements: • Identify the image file path of the file. • Identify when the file was first detected on Device1. What should you review from the timeline of the detection event? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 134
Show Answer
Correct Answer: To identify the image file path: Entities To identify when the file was first detected: Event entities graph
Explanation:
In Microsoft Defender for Endpoint, the Entities section of the event timeline shows detailed file properties, including the full image file path. The Event entities graph provides the chronological context and relationships, allowing you to see when the file first appeared on the device based on the earliest related event.

Question 135

You have a Microsoft 365 subscription that uses Microsoft Defender XDR. You are investigating an attacker that is known to use the Microsoft Graph API as an attack vector. The attacker performs the tactics shown the following table. You need to search for malicious activities in your organization. Which tactics can you analyze by using the MicrosoftGraphActivityLogs table?

A. Tactic2 only
B. Tactic1 and Tactic2 only
C. Tactic2 and Tactic3 only
D. Tactic1, Tactic2, and Tactic3
Show Answer
Correct Answer: D
Explanation:
The MicrosoftGraphActivityLogs table records Microsoft Graph API calls and related activities such as application registration changes, permission grants/consent, and data access via Graph. Therefore, all three attacker tactics that leverage the Microsoft Graph API can be investigated using this table.

Question 136

HOTSPOT - You have a Microsoft 365 subscription. You need to identify all the security principals that submitted requests to change or delete groups. 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.

Illustration for SC-200 question 136
Show Answer
Correct Answer: RequestUri "GET"
Explanation:
Filtering on RequestUri containing '/group' targets group-related Graph calls. Excluding RequestMethod == "GET" returns only change operations (POST, PUT, PATCH, DELETE), which represent requests to create, update, or delete groups and identify the submitting security principals.

Question 137

You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint Plan 2 and contains 500 Windows devices. You plan to create a Microsoft Defender XDR custom deception rule. You need to ensure that the rule will be applied to only 10 specific devices. What should you do first?

A. Add custom lures to the rule.
B. Add the IP address of each device to the list of decoy accounts and hosts of the rule.
C. Add the devices to a group.
D. Assign a tag to the devices.
Show Answer
Correct Answer: D
Explanation:
Microsoft Defender XDR deception rules can be scoped only to all Windows devices or to devices with specific tags. To target only 10 devices, you must first assign a unique tag to those devices, then scope the deception rule to that tag. Device groups, custom lures, or IP lists are not used for defining the rule scope.

Question 138

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Defender for Endpoint. You have the on-premises devices shown in the following table. You are preparing an incident response plan for devices infected by malware. You need to recommend response actions that meet the following requirements: • Block malware from communicating with and infecting managed devices. • Do NOT affect the ability to control managed devices. Which actions should you use for each device? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 138 Illustration for SC-200 question 138
Show Answer
Correct Answer: Device1: Isolate device and Initiate Automated Investigation only Device2: Contain device only
Explanation:
Device1 is onboarded and managed, so it can be isolated while still maintaining control and connectivity to Microsoft Defender for Endpoint, and automated investigation can run. Device containment is not applicable to managed devices. Device2 is unmanaged, so it cannot be isolated or investigated directly; containing it blocks communication with managed devices, preventing malware spread without affecting control of managed devices.

Question 139

DRAG DROP - You have a Microsoft Sentinel workspace named SW1. In SW1, you enable User and Entity Behavior Analytics (UEBA). You need to use KQL to perform the following tasks: • View the entity data that has fields for each type of entity. • Assess the quality of rules by analyzing how well a rule performs. Which table should you use in KQL for each task? To answer, drag the appropriate tables to the correct tasks. Each table may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 139
Show Answer
Correct Answer: View entity data: BehaviorAnalytics Assess rule quality: Anomalies
Explanation:
The BehaviorAnalytics table contains enriched entity information with fields for each entity type used by UEBA. The Anomalies table is used to evaluate how analytics rules perform by reviewing detected anomalies and their outcomes.

$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.