nerdexam
Microsoft

AI-900 · Question #148

You need to create a Web Bot using the Azure portal. You have to choose a bot template. What are two SDK languages you can select for the bot template?

The correct answer is B. Node.js D. C#. When creating a web bot in the Azure portal, C# and Node.js are two commonly available SDK languages for bot templates.

Submitted by anjalisingh· Mar 30, 2026Describe features of conversational AI workloads on Azure

Question

You need to create a Web Bot using the Azure portal. You have to choose a bot template. What are two SDK languages you can select for the bot template?

Options

  • AC++
  • BNode.js
  • CPython
  • DC#
  • EJava

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    90% (19)
  • C
    5% (1)

Why each option

When creating a web bot in the Azure portal, C# and Node.js are two commonly available SDK languages for bot templates.

AC++

C++ is not typically offered as a direct SDK language template option for bot creation in the Azure portal's Bot Service.

BNode.jsCorrect

Node.js (JavaScript) is a prominently supported SDK language for developing bots with Azure Bot Service, often available as a template option during bot creation in the Azure portal.

CPython

While Python SDKs exist for bot development, it is not consistently presented as a primary template option in the Azure portal's bot creation flow.

DC#Correct

C# is a widely supported SDK language for Azure Bot Service development, frequently offered as a primary template choice when creating new bots through the Azure portal.

EJava

While Java SDKs exist for bot development, it is not consistently presented as a primary template option in the Azure portal's bot creation flow.

Concept tested: Azure Bot Service SDK language support

Source: https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-develop-bot-languages?view=azure-bot-service-4.0

Topics

#Azure Bot Service#Bot templates#SDK languages

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice