Microsoft

SC-200 Free Practice Questions — Page 7

Question 60

You have a Microsoft 365 subscription that uses Microsoft Copilot for Security. You create a promptbook named Book1. For Book1, you need to create a prompt that contains an input named IncidentID. How should you format IncidentID?

A.
B. ##IncidentID##
C. [IncidentID]
D. $IncidentID$
Show Answer
Correct Answer: A
Explanation:
In Microsoft Copilot for Security promptbooks, required inputs are specified using angle brackets. The official documentation and page source examples show inputs defined as <InputName>, such as <IncidentID>. Other formats like [ ], ## ##, or $ $ are not used for promptbook input definitions.

Question 61

You have a Microsoft 365 E5 subscription that contains a Microsoft SharePoint Online site named Site1. You need to enable Microsoft Defender for Cloud Apps session control for Site1. Which type of policy should you create first?

A. access
B. session
C. app governance
D. Conditional Access
Show Answer
Correct Answer: D
Explanation:
Microsoft Defender for Cloud Apps session control is enabled by integrating with Microsoft Entra Conditional Access. You must first create a Conditional Access policy and enable "Use Conditional Access App Control," which then allows Defender for Cloud Apps session (and access) policies to be applied to SharePoint Online.

Question 62

You have a Microsoft 365 E5 subscription. You need to search the Microsoft Purview audit log by using PowerShell on a Windows device. What should you do first?

A. Install the Microsoft Graph PowerShell module.
B. Enable PowerShell remoting.
C. Install the Microsoft Exchange Online PowerShell module.
D. Modify the TrustedHosts list.
Show Answer
Correct Answer: C
Explanation:
Searching the Microsoft Purview audit log with PowerShell requires the Search-UnifiedAuditLog cmdlet, which is available through the Exchange Online PowerShell module. Installing this module is the first prerequisite before connecting and running audit log searches.

Question 63

You have a Microsoft 365 E5 subscription that contains a database server named DB1. DB1 is onboarded to Microsoft Defender XDR. You need to ensure that DB1 appears on the attack surface map. What should you configure?

A. an asset rule
B. a critical asset rule
C. a sensitive entity tag
D. a honeytoken entity tag
Show Answer
Correct Answer: B
Explanation:
To make DB1 appear on the attack surface map in Microsoft Defender XDR, you must designate it as a critical asset. Configuring a critical asset rule marks important resources so they are visualized and prioritized on the attack surface map. Sensitive entity and honeytoken tags serve different purposes and asset rules alone do not ensure map visibility.

Question 64

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem. After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen. You have a Microsoft 365 subscription. You have 1,000 Windows devices that have a third-party antivirus product installed and Microsoft Defender Antivirus in passive mode. All Windows devices are onboarded to Microsoft Defender for Endpoint. You need to ensure that the devices are protected from malicious artifacts that were undetected by the third-party antivirus product. Solution: You enable Live Response. Does this meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: B
Explanation:
Live Response is a manual investigation and remediation feature in Microsoft Defender for Endpoint. It allows security analysts to connect to devices and run commands after an issue is identified, but it does not provide automated, real-time protection or blocking of malicious artifacts. Therefore, enabling Live Response does not ensure protection from threats missed by a third-party antivirus across all devices.

Question 65

You have a Microsoft 365 E5 subscription that contains a user named User1. The subscription uses Microsoft 365 Copilot for Security. Copilot for Security uses the Sentinel plugin. User1 is assigned the Copilot Contributor role. During an investigation, User1 submits a prompt and receives a notification that Copilot for Security cannot respond to requests because the security compute unit (SCU) usage is nearing the provisioned capacity limit. You need to ensure that User1 can use Copilot for Security to generate a successful response. What should User1 do?

A. Wait one hour and resubmit the prompt.
B. Update the provisioned SCUs.
C. Run the Microsoft Sentinel Optimization Workbook.
D. Open a second Copilot for Security session and submit the prompt.
Show Answer
Correct Answer: A
Explanation:
User1 only has the Copilot Contributor role, which does not allow managing or increasing Security Compute Units (SCUs). When SCU usage is near the hourly provisioned capacity limit, Copilot for Security temporarily blocks new responses. SCU consumption is evaluated hourly, so waiting until the next hour allows usage to reset against the provisioned capacity, enabling the prompt to succeed. Updating SCUs requires Azure capacity owner or contributor permissions, which User1 does not have.

Question 66

You have a Microsoft 365 E5 subscription that contains two users named User1 and User2 and uses Microsoft Copilot for Security. From the Copilot for Security portal, User1 starts a session and creates the following prompts: • Prompt1: Provides access to the Entra plugin • Prompt2: Provides access to the Intune plugin • Prompt3: Provides access to the Entra plugin User1 shares the session with User2. User2 does NOT have access to Microsoft Intune. For which prompts can User2 view results during the shared session?

A. Prompt1 only
B. Prompt1 and Prompt2 only
C. Prompt3 only
D. Prompt1 and Prompt3 only
E. Prompt1, Prompt2, and Prompt3
Show Answer
Correct Answer: E
Explanation:
In Copilot for Security, a shared session provides a read-only view of all prompts and the results that were already generated by the session owner. Authorization to the underlying services (such as Intune or Entra) is only required to run the prompts, not to view the outputs in a shared session. Therefore, even though User2 does not have Intune access, they can still view the results of Prompt1, Prompt2, and Prompt3 in the shared session.

Question 67

HOTSPOT - You have a Microsoft 365 E5 subscription that uses Microsoft Defender XDR. You have a Microsoft Sentinel workspace. Microsoft Sentinel connectors are configured as shown in the following table. You use Microsoft Sentinel to investigate suspicious Microsoft Graph API activity related to Conditional Access policies. You need to search for the following activities: • Downloads of the Conditional Access policies by using PowerShell • Updates to the Conditional Access policies by using the Microsoft Entra admin center Which tables should you query for each activity? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-200 question 67 Illustration for SC-200 question 67
Show Answer
Correct Answer: Conditional Access policy downloads: MicrosoftGraphActivityLogs Conditional Access policy updates: AuditLogs and MicrosoftGraphActivityLogs
Explanation:
PowerShell downloads of Conditional Access policies use Microsoft Graph API calls, which are recorded in MicrosoftGraphActivityLogs. Updates made through the Microsoft Entra admin center generate Entra ID audit events and also invoke Graph API operations, so both AuditLogs and MicrosoftGraphActivityLogs must be queried.

Question 68

You have a Microsoft 365 E5 subscription and a Microsoft Sentinel workspace. You need to create a KQL query that will combine data from the following sources: • Microsoft Graph • Risky users detected by using Microsoft Entra ID Protection The solution must minimize the volume of data returned. How should the query start?

A.
B.
C.
D.
Show Answer
Correct Answer: B
Explanation:
To minimize returned data, the query should start with the larger Microsoft Graph activity table and use an inner join to the smaller risky users dataset. The default join kind (inner/innerunique) returns only matching records—i.e., activity for users flagged as risky—reducing volume compared to leftouter joins that keep all activity rows. Therefore, option B is optimal.

Question 69

You have a Microsoft 365 E5 subscription. You have a PowerShell script that queries the unified audit log. You discover that the query returns only the first page of results due to server-side paging. You need to ensure that you get all the results. Which property should you query in the results?

A. @odata.context
B. @odata.count
C. @odata.nextLink
D. @odata.deltaLink
Show Answer
Correct Answer: C
Explanation:
Microsoft Graph and unified audit log queries use server-side paging. When a result set spans multiple pages, the response includes an @odata.nextLink property containing the URL to retrieve the next page. By repeatedly querying this link until it is no longer returned, you can retrieve all results. Other properties provide metadata only and do not enable paging.

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