nerdexam
Microsoft

AI-900 · Question #146

The customer service of your company spends a lot of time answering the same questions. They asked you to help them to automate this process. They provided you a Microsoft Excel (*.xlsx) document…

The correct answer is D. QnA Maker. To automate answering frequently asked questions from an Excel document, Azure AI QnA Maker is the appropriate service for creating a knowledge base.

Submitted by kev92· Mar 30, 2026Describe features of Conversational AI workloads on Azure

Question

The customer service of your company spends a lot of time answering the same questions. They asked you to help them to automate this process. They provided you a Microsoft Excel (*.xlsx) document with frequently asked questions and typical answers. What service will you use to create a knowledge base from this document?

Options

  • AAzure Bot Service
  • BCustom vision
  • CText Analytics
  • DQnA Maker
  • ELUIS

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    4% (1)
  • D
    82% (23)
  • E
    7% (2)

Why each option

To automate answering frequently asked questions from an Excel document, Azure AI QnA Maker is the appropriate service for creating a knowledge base.

AAzure Bot Service

Azure Bot Service is a platform for building, connecting, and managing bots, but it relies on services like QnA Maker to provide the knowledge base content.

BCustom vision

Custom Vision is an AI service for image recognition and object detection, which is unrelated to creating a text-based knowledge base from an FAQ document.

CText Analytics

Text Analytics (now Azure AI Language service) provides capabilities like sentiment analysis or key phrase extraction, but not the direct creation of a knowledge base for question-answering from an FAQ document.

DQnA MakerCorrect

Azure AI QnA Maker (now part of Azure AI Language service) is specifically designed to create a knowledge base from semi-structured data sources like an Excel file containing FAQs and answers, enabling a chatbot to respond to user queries.

ELUIS

LUIS (Language Understanding Intelligent Service) is used for understanding user intent and entities in natural language, not for building a knowledge base from a document of predefined questions and answers.

Concept tested: QnA Maker for knowledge base creation

Source: https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/qnamaker-overview

Topics

#QnA Maker#Knowledge base#FAQ automation#Conversational AI

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice