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.
Question
Options
- AC++
- BNode.js
- CPython
- DC#
- EJava
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- C5% (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.
C++ is not typically offered as a direct SDK language template option for bot creation in the Azure portal's Bot Service.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.