SC-200 · Question #367
You have a Microsoft 365 E5 subscription that uses Microsoft Copilot for Security. You plan to run the following code to create a custom Copilot for Security plugin. You need to specify a format and…
The correct answer is C. KQL. Microsoft Copilot for Security custom plugins are defined using a plugin manifest that includes skill definitions. When specifying the format for a query-based skill variable, KQL (Kusto Query Language) is the correct format to use. KQL is the native query language for…
Question
You have a Microsoft 365 E5 subscription that uses Microsoft Copilot for Security. You plan to run the following code to create a custom Copilot for Security plugin. You need to specify a format and complete the code segment. Which format should you use for the variable?
Options
- AAPI
- BGPT
- CKQL
- DSQL
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C74% (14)
- D16% (3)
Explanation
Microsoft Copilot for Security custom plugins are defined using a plugin manifest that includes skill definitions. When specifying the format for a query-based skill variable, KQL (Kusto Query Language) is the correct format to use. KQL is the native query language for Microsoft security products including Microsoft Sentinel, Defender XDR, and related services. Copilot for Security uses KQL-formatted skills to query security data from these platforms, allowing custom plugins to retrieve and analyze security telemetry. API (A) is a plugin type, not a query format variable. GPT (B) refers to a plugin type that wraps a GPT model. SQL (D) is not supported as a query format for Copilot for Security plugins.
Community Discussion
No community discussion yet for this question.