nerdexam
Microsoft

AI-102 · Question #461

You are building an app by using the Semantic Kernel. You need to include complex objects in the prompt templates of the app. The solution must support objects that contain subproperties. Which two…

The correct answer is B. Liquid C. Handlebars. Semantic Kernel provides support for the following template formats: semantic-kernel - Built-in Semantic Kernel format. handlebars - Handlebars template format. liquid - Liquid template format The Semantic Kernel prompt template language is a simple way to define and compose AI…

Submitted by chiamaka_o· Mar 30, 2026Implement agentic solutions

Question

You are building an app by using the Semantic Kernel. You need to include complex objects in the prompt templates of the app. The solution must support objects that contain subproperties. Which two prompt templates can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AYAML
  • BLiquid
  • CHandlebars
  • DSemantic Kernel
  • EJSONL

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    93% (57)
  • D
    2% (1)
  • E
    2% (1)

Explanation

Semantic Kernel provides support for the following template formats: semantic-kernel - Built-in Semantic Kernel format. handlebars - Handlebars template format. liquid - Liquid template format The Semantic Kernel prompt template language is a simple way to define and compose AI functions using plain text. You can use it to create natural language prompts, generate responses, extract information, invoke other prompts or perform any other task that can be expressed with https://learn.microsoft.com/en-us/semantic-kernel/concepts/prompts/prompt-template-syntax

Topics

#Semantic Kernel#prompt templates#Handlebars#Liquid

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice