Microsoft

SC-200 Free Practice Questions — Page 11

Question 106

You have a Microsoft 365 subscription that uses Microsoft Defender XDR. You are investigating an incident. You need to review the incident tasks that were performed. The solution must include a query that will display the incidents in a workbook, and then display the tasks of each incident in another grid. Which table should you target in the query?

A. SecurityIncident
B. SecurityEvent
C. SentinelAudit
D. SecurityAlert
Show Answer
Correct Answer: A
Explanation:
The SecurityIncident table is the correct target for workbook queries that list Microsoft Defender XDR/Microsoft Sentinel incidents. It contains incident metadata and related information used to enumerate incidents, after which incident details such as associated tasks can be displayed in another grid based on the selected incident. SecurityEvent stores raw Windows security events, SecurityAlert stores alert records rather than incident objects, and SentinelAudit contains audit logs for Sentinel operations, not incident task data.

Question 107

You have a Microsoft 365 subscription that uses Microsoft Defender XDR. You need to implement deception rules. The solution must ensure that you can limit the scope of the rules. What should you create first?

A. device groups
B. device tags
C. honeytoken entity tags
D. sensitive entity tags
Show Answer
Correct Answer: B
Explanation:
Deception rules in Microsoft Defender XDR are scoped using device tags. To limit the scope of a deception rule, you first create and assign device tags, which can then be selected during rule configuration. Device groups are used elsewhere in Defender but are not the scoping mechanism exposed when configuring deception rules.

Question 108

You have a Microsoft 365 subscription that uses Microsoft Purview. Your company has a project named Project1. You need to identify all the email messages that have the word Project1 in the subject line. The solution must search only the mailboxes of users that worked on Project1. What should you do?

A. Perform a user data search.
B. Create a records management disposition.
C. Perform an audit search.
D. Perform a content search.
Show Answer
Correct Answer: D
Explanation:
Microsoft Purview Content Search is designed to search email and other Microsoft 365 content across selected locations. You can scope the search to only the mailboxes of users who worked on Project1 and use a query that filters on the subject containing 'Project1'. Audit search is for activity logs, records management disposition manages retention/lifecycle, and 'user data search' is not the appropriate Purview feature for this task.

Question 109

HOTSPOT - You need to build a KQL query in a Microsoft Sentinel workspace. The query must return the SecurityEvent record for accounts that have the last record with an EventID value of 4624. How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 109
Show Answer
Correct Answer: Dropdown 1: summarize arg_max(TimeGenerated, *) by Account Dropdown 2: where EventID == 4624
Explanation:
To find accounts whose latest SecurityEvent is 4624, first retrieve the latest record per Account using arg_max(TimeGenerated,*), then filter those latest records where EventID equals 4624.

Question 110

HOTSPOT - You have an on-premises datacenter that contains a custom web app named App1. App1 uses Active Directory Domain Services (AD DS) authentication and is accessible by using Microsoft Entra application proxy. You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR. You receive an alert that a user downloaded highly confidential documents. You need to remediate the risk associated with the alert by requiring multi-factor authentication (MFA) when users use App1 to initiate the download of documents that have a Highly Confidential sensitivity label applied. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 110
Show Answer
Correct Answer: Conditional Access Microsoft Defender for Cloud Apps
Explanation:
Use Conditional Access to require MFA for the Microsoft Entra application proxy–published app. Use Microsoft Defender for Cloud Apps session policies to enforce real-time controls such as requiring MFA/monitoring or controlling downloads of Highly Confidential labeled documents.

Question 111

HOTSPOT - You have a Microsoft Sentinel workspace. You need to configure the Fusion analytics rule to temporarily suppress incidents generated by a Microsoft Defender connector. The solution must meet the following requirements: • Minimize impact on the ability to detect multistage attacks. • Minimize administrative effort. How should you configure the rule? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 111
Show Answer
Correct Answer: Trigger: When incident is created Actions: Change status
Explanation:
Fusion operates on incidents. To temporarily suppress incidents from a Microsoft Defender connector with minimal impact and administration, use an automation rule that triggers when the incident is created and changes its status rather than using a playbook.

Question 112

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR and contains a Windows device named Device1. You detect malicious activity on Device1. You initiate a live response session on Device1. You need to perform the following actions: • Download a file from the live response library. • Stop a process that is running on Device1. 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 112
Show Answer
Correct Answer: Download a file from the live response library: putfile Stop a process that is running on Device1: remediate
Explanation:
`putfile` transfers a file from the live response library to the target device. `remediate` is used to perform remediation actions such as terminating a running process.

Question 113

HOTSPOT - You have a Microsoft 365 subscription that uses Microsoft Defender XDR and Microsoft Defender for Endpoint. The subscription contains the devices shown in the following table. You discover the following forensic data: • During the startup of Device1, a connection is established to Device2 via port 5555. • Device2 connects to Device3 by using port 5555. • Device4 connects to Device1 by using port 5555. You perform the following actions: • Initiate a live response session on Device1 and run the processes • From Devices in the Microsoft Defender portal, isolate Device1 and Device2. For each of the following statements, select Yes if True. Otherwise select No. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 113 Illustration for SC-200 question 113
Show Answer
Correct Answer: Yes No No
Explanation:
Isolating an onboarded device blocks network traffic to and from it (except Defender management), so Device1 blocks connections from Device4. Device2 isolation does not maintain its existing connection to Device3. The live response 'processes' command lists running processes, not all startup processes.

Question 114

HOTSPOT - You have a Microsoft 365 E5 subscription that contains the hosts shown in the following table. You have indicators in Microsoft Defender for Endpoint as shown in the following table. ID1 and ID2 reference the same file as ID3. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 114 Illustration for SC-200 question 114 Illustration for SC-200 question 114
Show Answer
Correct Answer: No No Yes
Explanation:
Apply Microsoft Defender for Endpoint indicator precedence and device scope. For the same file, the SHA-256 indicator overrides the SHA-1 indicator. Host1 (DG1) is allowed by the SHA-256 indicator, so the SHA-1 block does not apply. Host2 (DG2) has no applicable block/remediate for the second file because the indicator is scoped to DG1. Host3 (macOS, DG1) is in scope for the DG1 block-execution indicator for the third file.

Question 115

You have a Microsoft 365 subscription that uses Microsoft Defender XDR. You have a query that contains the following statements. You need to configure a custom detection rule that will use the query. The solution must minimize how long it takes to be notified about events that match the query. Which frequency should you select for the rule?

A. Every hour
B. Continuous (NRT)
C. Every 12 hours
D. Every 3 hours
Show Answer
Correct Answer: A
Explanation:
Continuous (NRT) provides the fastest notification only if the query meets NRT limitations. A query that uses unsupported constructs such as union, join, subqueries, or functions like ingestion_time() cannot run as an NRT rule. In that case, the shortest supported scheduled frequency is Every hour.

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