Microsoft

SC-200 Free Practice Questions — Page 12

Question 116

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 Excel, you apply filters to the existing columns in File1.csv to reduce the number of JSON properties, and then you perform the Get 8t Transform Data operations to parse the AuditData column. Does this meet the requirement?

A. Yes
B. No
Show Answer
Correct Answer: A
Explanation:
Yes. Microsoft documents this as a workaround when Power Query fails to generate columns for all JSON properties due to the large variety of properties across audit records: filter the exported audit log (such as by the Operations column) to reduce the set of JSON properties before transforming the AuditData column, allowing the desired properties to be expanded into columns. Sources: https://www.coursehero.com/file/p68s38ce/Question-15-Note-This-question-is-part-of-a-series-of-questions-that-present-the

Question 117

You have a Microsoft Sentinel workspace. You are investigating an incident that involves multiple alerts, events, and entities. You need to create a bookmark for the investigation. The solution must minimize administrative effort. Which settings should you use?

A. Incidents
B. Hunting
C. Content hub
D. Logs
Show Answer
Correct Answer: B
Explanation:
Bookmarks in Microsoft Sentinel are created as hunting bookmarks from query results. The Hunting experience is the intended workflow for creating bookmarks, which are then associated with investigations or incidents as needed. Although investigation pages let you work with bookmarks in context, the creation workflow is centered on Hunting (backed by Log Analytics), minimizing administrative effort.

Question 118

You have a Microsoft 365 subscription that uses Microsoft Defender for Endpoint and contains the devices shown in the following table. You initiate a live response session on each device. You need to collect a Defender for Endpoint investigation package from each device. On which devices can you collect the package by running advanced live response commands from the command-line interface (CLI)?

A. Device1 and Device2 only
B. Device1, Device2, and Device3 only
C. Device3 and Device4 only
D. Device1, Device2, Device3, and Device4
Show Answer
Correct Answer: C
Explanation:
The question specifically asks about collecting a Defender for Endpoint investigation package by running advanced Live Response CLI commands. The advanced `collect` command is supported for macOS and Linux, but not for Windows or Windows Server. Therefore only the macOS and Linux devices (Device3 and Device4 in the referenced table) can collect the investigation package using the CLI advanced command.

Question 119

HOTSPOT - You have an Azure subscription that contains a Log Analytics workspace named Workspace1. You configure Azure activity logs and Microsoft Entra ID logs to be forwarded to Workspace1. You need to query Workspace1 to identify all the requests that failed due to insufficient authorization. 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 119
Show Answer
Correct Answer: MicrosoftGraphActivityLogs 401
Explanation:
The query uses the ResponseStatusCode field together with AppId, UserId, ServicePrincipalId, RequestUri, and RequestMethod, which matches the MicrosoftGraphActivityLogs table. To find failed requests due to missing authentication/authorization, include HTTP 401 alongside the existing 403 check, so the blank is 401.

Question 120

You have an Azure subscription that contains a Microsoft Sentinel workspace named Workspace1 and a user named User1. You need to ensure that User1 can investigate incidents by using Workspace1. The solution must follow the principle of least privilege. Which role should you assign to User1?

A. Microsoft Sentinel Responder
B. Microsoft Sentinel Contributor
C. Microsoft Sentinel Automation Contributor
D. Microsoft Sentinel Reader
Show Answer
Correct Answer: A
Explanation:
The Microsoft Sentinel Responder role is the least-privileged built-in role intended for investigating and responding to incidents. It allows users to investigate incidents, update incident status, assign incidents, and add comments, while not granting broader configuration permissions. Reader is limited to read-only access, Contributor grants excessive management rights, and Automation Contributor is for automation rules and playbooks.

Question 121

You have an Azure subscription that contains a Microsoft Sentinel workspace named Workspace1. From Content Hub, you deploy the Microsoft Entra solution for Microsoft Sentinel and configure a connector. You need to analyze actions performed by users that have administrative privileges to the subscription. Which workbook should you use?

A. Azure Activity
B. Microsoft Entra Audit logs
C. Microsoft Entra Sign-ins logs
D. Identity & Access
Show Answer
Correct Answer: A
Explanation:
The requirement is to analyze actions performed by users with administrative privileges to the Azure subscription. Subscription-level administrative operations (resource creation, deletion, updates, RBAC changes, etc.) are recorded in the Azure Activity Log, and the Azure Activity workbook visualizes this data. The Microsoft Entra Audit logs workbook focuses on Microsoft Entra ID directory changes rather than Azure subscription administrative actions. The Sign-ins workbook is for authentication events, and Identity & Access focuses on identity posture rather than subscription activity.

Question 122

DRAG DROP - You have a Microsoft Sentinel workspace that contains the following Advanced Security Information Model (ASIM) parsers: • _Im_ProcessCreate • imProcessCreate You create a new source-specific parser named vimProcessCreate. You need to modify the parsers to meet the following requirements: • Call all the ProcessCreate parsers. • Standardize fields to the Process schema. Which parser should you modify to meet each requirement? To answer, drag the appropriate parsers to the correct requirements. Each parser 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 122
Show Answer
Correct Answer: Call all the ProcessCreate parsers: _Im_ProcessCreate Standardize fields to the Process schema: vimProcessCreate
Explanation:
The unifying parser (_Im_ProcessCreate) invokes all source-specific ProcessCreate parsers. A source-specific parser (vimProcessCreate) is responsible for mapping its source fields into the standardized ASIM Process schema.

Question 123

You have a Microsoft Sentinel workspace named SW1. In SW1, you investigate an incident that is associated with the following entities: • Host • IP address • User account • Malware name Which entity can be labeled as an indicator of compromise (IoC) directly from the incident's page?

A. malware name
B. host
C. user account
D. IP address
Show Answer
Correct Answer: D
Explanation:
Microsoft Sentinel allows adding certain entity types directly as threat intelligence indicators (IoCs) from an incident, including domain names, IP addresses, URLs, and file hashes. Among the listed entities (host, IP address, user account, malware name), only the IP address is a supported IoC entity type for direct labeling from the incident page.

Question 124

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. Tactic1 only
B. Tactic2 only
C. Tactic1 and Tactic3 only
D. Tactic2 and Tactic3 only
E. Tactic1, Tactic2, and Tactic3
Show Answer
Correct Answer: E
Explanation:
The MicrosoftGraphActivityLogs table is intended to capture Microsoft Graph API activity. Although deleting Azure virtual machines is typically an Azure Resource Manager operation rather than a Microsoft Graph operation, the exam question explicitly states the attacker uses the Microsoft Graph API as the attack vector for the listed tactics. Given the available answer choices, the intended exam answer is that all three tactics can be analyzed via MicrosoftGraphActivityLogs. Sources: https://learn.microsoft.com/en-us/defender-xdr/api-advanced-hunting

Question 125

You have a Microsoft 365 subscription that uses Microsoft Defender XDR. You need to identify all the entities affected by an incident. Which tab should you use in the Microsoft Defender portal?

A. Investigations
B. Assets
C. Evidence and Response
D. Alerts
Show Answer
Correct Answer: C
Explanation:
Within an incident in Microsoft Defender XDR, the Evidence and Response tab is used to review the entities involved in the incident (such as files, devices, users, IP addresses, processes, and URLs) along with response actions. Although the Assets tab provides a consolidated view of impacted assets like devices, users, mailboxes, and apps, the question asks for all affected entities, which are presented under Evidence and Response.

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