Question 15
Domain 4: Describe Azure AI services for natural language processing and speechWhich Azure service would you use to create a chatbot?
Correct answer: A
Explanation
Azure Bot Service is the Azure offering designed to build, connect, and manage chatbots across channels. It provides the bot framework and hosting needed to create conversational agents, so it is the service used to create a chatbot.
Why each option is right or wrong
A. Azure Bot Service
Azure Bot Service is the Azure-managed offering specifically intended for building conversational agents, with built-in bot registration, channel connectivity, and deployment support. In Azure documentation, it is paired with the Bot Framework SDK to create, test, and publish bots to channels such as Teams, Web Chat, and Slack, whereas other Azure AI services focus on speech, vision, or language processing rather than chatbot hosting and orchestration.
B. Azure Cognitive Services
C. Azure Functions
D. Azure Logic Apps