Question 1
Domain 4: Describe Azure AI services for natural language processing and speechWhat is the purpose of question answering in conversational AI?
Correct answer: B
Explanation
Question answering in conversational AI is designed to respond to user questions automatically, often in a dialogue setting. It helps systems "provide automated responses to customer queries" so users can get fast, consistent answers without human intervention.
Why each option is right or wrong
A. To generate random questions
B. To provide automated responses to customer queries
Question answering in conversational AI is the component that maps a user’s natural-language query to a relevant response, typically by retrieving or generating an answer without requiring a live agent. In practical deployments, this is used to handle customer-service interactions at scale, so the system can return immediate, standardized replies to routine queries.
C. To encrypt communication channels
D. To compress large text files