SC-200 · Question #397
SC-200 Question #397: Real Exam Question with Answer & Explanation
The correct answer is A: {{IncidentID}}. In Microsoft Copilot for Security promptbooks, input variables are formatted using double curly braces for the variable name, enclosed in another set of double curly braces, such as {{{{IncidentID}}}}.
Question
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?
Options
- A{{IncidentID}}
- B##IncidentID##
- C[IncidentID]
- D$IncidentID$
Explanation
In Microsoft Copilot for Security promptbooks, input variables are formatted using double curly braces for the variable name, enclosed in another set of double curly braces, such as {{{{IncidentID}}}}.
Common mistakes.
- B.
##IncidentID##is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks. - C.
[IncidentID]is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks. - D.
$IncidentID$is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.
Concept tested. Microsoft Copilot for Security promptbook input variable syntax
Reference. https://learn.microsoft.com/en-us/security-copilot/create-promptbooks
Community Discussion
No community discussion yet for this question.