Question 10
Domain 4: Describe Azure AI services for natural language processing and speechWhich of these can be used to create conversational AI?
Correct answer: A
Explanation
Q&A Maker is used to build a knowledge-based conversational layer from FAQs and documents, letting users ask natural-language questions and receive answers. It is designed for conversational AI because it turns question-and-answer content into an interactive bot experience.
Why each option is right or wrong
A. Q&A Maker
Q&A Maker is the Azure service specifically intended to turn FAQ-style content, URLs, and documents into a knowledge base that can answer natural-language queries, which is the core mechanism used in conversational AI. In Microsoft’s bot ecosystem, it is used to provide a question-answering layer for chatbots rather than general-purpose code generation or speech processing, so it directly fits the requirement of creating a conversational interface.
B. Semantic Segmentation
C. Azure Speech Maker
D. Azure Chat Functions