AI-102 Question 343
Select 2You are tasked with creating a multi-language question answering (QnA) solution for a global organization using Azure AI technologies. The solution should allow users to ask questions in their native language and receive answers in the same language. Which combination of Azure services should you use to achieve this?
- A
Azure Cognitive Search
- B
Azure QnA Maker
- C
Azure Translator
- D
Azure Form Recognizer
- E
Azure Speech Services
Show answer and explanation
Correct answers: B, C
Explanation
To create a multi-language question answering solution, Azure QnA Maker is required to build and manage the QnA knowledge base. Azure Translator is used to translate user input into the base language of the knowledge base and then translate the response back into the user's preferred language. This combination ensures that users can interact with the system in their native language.
- A. Incorrect.
Azure Cognitive Search is used for text-based search solutions but is not specifically designed for creating multi-language QnA solutions.
- B. Correct.
Azure QnA Maker is a core service for building question-answering solutions by creating a knowledge base of pre-defined questions and answers.
- C. Correct.
Azure Translator is essential for translating user queries and responses into the required languages, enabling a multi-language experience.
- D. Incorrect.
Azure Form Recognizer is used for extracting text and structure from documents, but it is not relevant to building a multi-language QnA solution.
- E. Incorrect.
Azure Speech Services is used for converting speech to text and vice versa, but it is not necessary for a text-based QnA solution.