nerdexam
Microsoft

AI-900 · Question #102

You need to develop a chatbot for a website. The chatbot must answer users questions based on the information m the following documents: - A product troubleshooting guide m a Microsoft Word document…

The correct answer is D. QnA Maker. To develop a chatbot that answers questions from documents like Word files and webpages, you should use QnA Maker to process these documents into a knowledge base.

Submitted by yaw92· Mar 30, 2026Conversational AI

Question

You need to develop a chatbot for a website. The chatbot must answer users questions based on the information m the following documents: - A product troubleshooting guide m a Microsoft Word document - A frequently asked questions (FAQ) list on a webpage Which service should you use to process the documents?

Options

  • ALanguage Undemanding
  • BText Analytics
  • CAzure Bot Service
  • DQnA Maker

How the community answered

(54 responses)
  • A
    11% (6)
  • B
    6% (3)
  • C
    4% (2)
  • D
    80% (43)

Why each option

To develop a chatbot that answers questions from documents like Word files and webpages, you should use QnA Maker to process these documents into a knowledge base.

ALanguage Undemanding

Language Understanding (LUIS) is used to interpret user intents and entities from natural language, not to process documents into a Q&A knowledge base.

BText Analytics

Text Analytics provides services like sentiment analysis, key phrase extraction, and entity recognition, but it does not create a structured knowledge base for question answering from documents.

CAzure Bot Service

Azure Bot Service is the platform for hosting, managing, and connecting the bot, but it does not directly process documents into a Q&A knowledge base; it integrates with services like QnA Maker for that functionality.

DQnA MakerCorrect

QnA Maker is specifically designed to create a knowledge base from semi-structured content, such as FAQs on webpages, product manuals, or troubleshooting guides in document formats like Microsoft Word, enabling a chatbot to answer user questions based on this information.

Concept tested: QnA Maker for knowledge base creation

Source: https://learn.microsoft.com/en-us/azure/ai-services/language-service/question-answering/overview

Topics

#QnA Maker#Chatbot#Knowledge base#Document processing

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice