Microsoft

SC-200 Free Practice Questions — Page 20

Question 198

HOTSPOT - You have a Microsoft Sentinel workspace that contains a custom workbook. You need to query the number of daily security alerts. The solution must meet the following requirements: • Identify alerts that occurred during the last 30 days. • Display the results in a timechart. 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 198
Show Answer
Correct Answer: summarize bin
Explanation:
Use summarize to aggregate alert counts, grouping by ProviderName and daily time buckets created with bin(TimeGenerated, 1d). Then render the results as a timechart.

Question 200

You need to configure Microsoft Defender for Cloud Apps to generate alerts and trigger remediation actions in response to external sharing of confidential files. Which two actions should you perform in the Microsoft 365 Defender portal? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A. From Settings, select Cloud App, select Microsoft Information Protection, and then select Only scan files for Microsoft Information Protection sensitivity labels and content inspection warnings from this tenant.
B. From Cloud apps, select Files, and then filter File Type to Document.
C. From Settings, select Cloud App, select Microsoft Information Protection, select Files, and then enable file monitoring.
D. From Cloud apps, select Files, and then filter App to Office 365.
E. From Cloud apps, select Files, and then select New policy from search.
F. From Settings, select Cloud App, select Microsoft Information Protection, and then select Automatically scan new files for Microsoft Information Protection sensitivity labels and content inspection warnings.
Show Answer
Correct Answer: C, F
Explanation:
To generate alerts and remediation based on confidential file sharing, Defender for Cloud Apps must be configured to monitor files and automatically scan files for Microsoft Information Protection sensitivity labels. Enabling file monitoring is required, and enabling automatic scanning of new files allows sensitivity labels and content inspection warnings to be used in file policies. Filtering the Files view is not a configuration step, and 'Only scan files from this tenant' restricts scope rather than enabling the required capability.

Question 201

You have 50 Microsoft Sentinel workspaces. You need to view all the incidents from all the workspaces on a single page in the Azure portal. The solution must minimize administrative effort. Which page should you use in the Azure portal?

A. Microsoft Sentinel - Incidents
B. Microsoft Sentinel - Workbooks
C. Microsoft Sentinel
D. Log Analytics workspaces
Show Answer
Correct Answer: A
Explanation:
The cross-workspace incident experience is accessed through the Microsoft Sentinel Incidents page. From the Microsoft Sentinel landing page you select multiple workspaces and choose View incidents, which opens a single incidents view aggregating incidents across the selected workspaces. This minimizes administrative effort and supports viewing incidents from many workspaces on one page.

Question 202

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Teams. You need to perform a content search of Teams chats for a user by using the Microsoft Purview compliance portal. The solution must minimize the scope of the search. How should you configure the content search? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 202
Show Answer
Correct Answer: Locations: Exchange mailboxes Keywords: Kind
Explanation:
Teams chat messages are stored in users' Exchange mailboxes for compliance. To minimize the search scope, search the user's Exchange mailbox and filter by the Kind property for Microsoft Teams messages.

Question 204

DRAG DROP - You have an Azure subscription that uses Microsoft Defender for Cloud. You need to create a workflow that will send a Microsoft Teams message to the IT department of your company when a new Microsoft Secure Score action is generated. 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.

Illustration for SC-200 question 204
Show Answer
Correct Answer: Create an Azure logic app that includes the Defender for Cloud recommendation trigger. Configure a trigger condition. Configure workflow automation.
Explanation:
A new Microsoft Secure Score action is treated as a Defender for Cloud recommendation. Create a Logic App using the recommendation trigger, define the workflow trigger conditions, and then configure the Defender for Cloud workflow automation to invoke the Logic App.

Question 205

You have a Microsoft 365 E5 subscription that uses Microsoft Defender for Endpoint. You need to create a query that will link the AlertInfo, AlertEvidence, and DeviceLogonEvents tables. The solution must return all the rows in the tables. Which operator should you use?

A. search *
B. union kind = inner
C. join kind = inner
D. evaluate hint.remote =
Show Answer
Correct Answer: B
Explanation:
To return the rows from multiple tables, use the Kusto union operator. An inner join only returns matching records based on join keys and would not return all rows. The search operator is for searching across tables rather than combining them into a single result set, and evaluate invokes plugins. Although the option's syntax is imprecise, the intended operator is union.

Question 206

You have a Microsoft 365 subscription that uses Microsoft Purview and Microsoft Teams. You have a team named Team1 that has a project named Project1. You need to identify any Project1 files that were stored on the team site of Team1 between February 1, 2023, and February 10, 2023. Which KQL query should you run?

A. (c:c)(Project1)(date=(2023-02-01)..date=(2023-02-10))
B. AuditLogs - | where Timestamp between (datetime(2023-02-01)..datetime(2023-02-10)) | where FileName contains “Project1”
C. Project1(c:c)(date=2023-02-01..2023-02-10)
D. AuditLogs - | where Timestamp > ago(10d) | where FileName contains “Project1”
Show Answer
Correct Answer: C
Explanation:
The question refers to Microsoft Purview content search/eDiscovery Keyword Query Language (Keyword Query Language), not Kusto Query Language used for AuditLogs. The correct syntax combines the keyword with the date property filter as `Project1(c:c)(date=2023-02-01..2023-02-10)`. Options B and D are Kusto queries for audit logs, while A has incorrect KQL syntax.

Question 209

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Defender for Endpoint. You need to create a detection rule that meets the following requirements: • Is triggered when a device that has critical software vulnerabilities was active during the last hour • Limits the number of duplicate results 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 209
Show Answer
Correct Answer: First blank: distinct DeviceId Second blank: project Timestamp, DeviceId, ReportId
Explanation:
Use distinct DeviceId before the join to keep unique devices while preserving the join key. Custom detection queries must return the required columns (including Timestamp, DeviceId, and ReportId), so project those columns rather than aggregating.

Question 210

You have a Microsoft 365 E5 subscription that contains 100 Windows 10 devices. You onboard the devices to Microsoft Defender 365. You need to ensure that you can initiate remote shell connections to the onboarded devices from the Microsoft 365 Defender portal. What should you do first?

A. Modify the permissions for Microsoft 365 Defender.
B. Create a device group.
C. From Advanced features in the Endpoints settings of the Microsoft 365 Defender portal, enable automated investigation.
D. Configure role-based access control (RBAC).
Show Answer
Correct Answer: D
Explanation:
Remote shell connections in Microsoft Defender for Endpoint are provided through Live Response. While Live Response must be enabled in portal settings, the ability to initiate a live response session is governed by role-based access control (RBAC). Among the available options, configuring RBAC is the required first step to ensure users can initiate remote shell connections. Option C refers to enabling automated investigation, which is a different feature. Sources: https://learn.microsoft.com/en-us/defender-endpoint/respond-machine-alerts

Question 211

You have a Microsoft Sentinel workspace that uses the Microsoft 365 Defender data connector. From Microsoft Sentinel, you investigate a Microsoft 365 incident. You need to update the incident to include an alert generated by Microsoft Defender for Cloud Apps. What should you use?

A. the entity side panel of the Timeline card in Microsoft Sentinel
B. the Timeline tab on the incidents page of Microsoft Sentinel
C. the investigation graph on the incidents page of Microsoft Sentinel
D. the Alerts page in the Microsoft 365 Defender portal
Show Answer
Correct Answer: A
Explanation:
To add an alert to an existing Microsoft Sentinel incident during investigation, you use the entity side panel's Timeline card. From the incident's Entities view, select an entity, open the Timeline card in the side panel, and use the add (+) option on a related alert to associate it with the incident. The other options do not provide the specific workflow for adding related alerts to an incident.

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