Designing and Implementing an Azure AI Solution (legacy) — Question 44
You are developing a bot for an ecommerce application. The bot will support five languages.
The bot will use Language Understanding (LUIS) to detect the language of the customer, and QnA Maker to answer common customer questions. LUIS supports all the languages.
You need to determine the minimum number of Azure resources that you must create for the bot.
You create five instances of QnA Maker and one instance Language Understanding (LUIS).
Does this action accomplish your objective?
Answer options
- A. Yes, it does
- B. No, it does not
Correct answer: B
Explanation
The correct answer is B because creating five instances of QnA Maker is unnecessary since one instance can handle multiple languages. LUIS can also support all the languages required, so only one instance of each service is needed to fulfill the objective efficiently.