Microsoft Azure AI Fundamentals Conversational AI 1 — Questions and Answers
Question 1: Which Azure service enables developers to build, deploy, and manage intelligent bots across multiple communication channels?
- Azure Logic Apps
- Azure Bot Service (Correct answer)
- Azure Functions
- Azure API Management
Correct answer: Azure Bot Service
Azure Bot Service is the dedicated platform for creating, publishing, and managing bots that connect to users across channels like Teams, Slack, and websites.
Question 2: In Azure conversational AI, what does LUIS stand for?
- Language Understanding Intelligent Service (Correct answer)
- Linguistic Understanding Integration System
- Large Unified Intent System
- Language Unified Intelligence Suite
Correct answer: Language Understanding Intelligent Service
LUIS stands for Language Understanding Intelligent Service, a cloud-based API service that applies machine learning to natural language to predict meaning and extract information.
Question 3: What is the primary purpose of QnA Maker (now part of Azure AI Language as Custom Question Answering)?
- To train image classification models
- To extract text from scanned documents
- To create a question-and-answer knowledge base from existing content (Correct answer)
- To translate text between multiple languages
Correct answer: To create a question-and-answer knowledge base from existing content
QnA Maker / Custom Question Answering lets you build a structured knowledge base of question-and-answer pairs from documents, FAQs, and URLs that a bot can query.
Question 4: In LUIS, what term describes the goals or tasks a user wants to accomplish, such as 'BookFlight' or 'CheckWeather'?
- Entities
- Utterances
- Intents (Correct answer)
- Features
Correct answer: Intents
Intents represent the purpose or goal behind a user's message; LUIS classifies each utterance into one of the defined intents.
Question 5: Which Microsoft tool allows business users and subject-matter experts to create chatbots without writing code?
- Azure Bot Service
- Bot Framework SDK
- Power Virtual Agents (Correct answer)
- LUIS Studio
Correct answer: Power Virtual Agents
Power Virtual Agents is a low-code/no-code platform that enables non-developers to build and deploy bots using a guided graphical interface.
Question 6: In conversational AI, what is an 'utterance'?
- A predefined scripted response from the bot
- An example phrase or sentence that a user might say to the bot (Correct answer)
- A type of channel connector in Azure Bot Service
- A machine learning training algorithm for NLU
Correct answer: An example phrase or sentence that a user might say to the bot
An utterance is a sample input phrase that represents how a user might express an intent, used to train the natural language understanding model.
Question 7: In Azure Bot Service, what is a 'channel'?
- A communication pathway connecting the bot to users on platforms like Microsoft Teams or Slack (Correct answer)
- A database connection for storing conversation history
- A type of neural network layer used in bot training
- An API endpoint used during bot registration
Correct answer: A communication pathway connecting the bot to users on platforms like Microsoft Teams or Slack
A channel is a connection between the bot and a communication platform (e.g., Teams, Slack, Web Chat), allowing users to interact with the bot on their preferred service.
Which Azure service enables developers to build, deploy, and manage intelligent bots across multiple communication channels?