nerdexam
Microsoft

SC-200 · Question #397

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…

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

Submitted by rania.sa· Apr 18, 2026

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$

How the community answered

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • C
    8% (2)
  • D
    4% (1)

Why each option

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}}}}`.

A{{IncidentID}}Correct

Microsoft Copilot for Security uses a specific syntax for defining input variables within promptbooks. Input parameters are represented by a variable name enclosed in double curly braces, like `{{{{variableName}}}}`, allowing the user to provide values during execution.

B##IncidentID##

`##IncidentID##` is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.

C[IncidentID]

`[IncidentID]` is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.

D$IncidentID$

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

Source: https://learn.microsoft.com/en-us/security-copilot/create-promptbooks

Community Discussion

No community discussion yet for this question.

Full SC-200 Practice