nerdexam
Microsoft

AI-102 · Question #249

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is A. Yes. After uploading a product catalog PDF and training, the chatbot successfully answers specific product price inquiries, indicating a correct configuration for that particular use case.

Submitted by haru.x· Mar 30, 2026Implement conversational AI solutions

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are building a chatbot that will use question answering in Azure Cognitive Service for Language. You have a PDF named Doc1.pdf that contains a product catalogue and a price list. You upload Doc1.pdf and train the model. During testing, users report that the chatbot responds correctly to the following question: What is the price of <product>? The chatbot fails to respond to the following question: How much does <product> cost? You need to ensure that the chatbot responds correctly to both questions. Solution: From Language Studio, you add alternative phrasing to the question and answer pair, and then retrain and republish the model. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(52 responses)
  • A
    69% (36)
  • B
    31% (16)

Why each option

After uploading a product catalog PDF and training, the chatbot successfully answers specific product price inquiries, indicating a correct configuration for that particular use case.

AYesCorrect

The scenario explicitly states that "the chatbot responds correctly to the following question: What is the price of <product>?" after uploading the PDF and training the model. This confirms that the setup successfully enables the chatbot to extract and provide correct answers for product price information from the uploaded document.

BNo

This is incorrect because the question explicitly states that the chatbot *does* respond correctly to the specific price query.

Concept tested: Azure Language Service QnA from documents

Source: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/how-to/add-content-source#import-documents

Topics

#Azure Cognitive Service for Language#Question Answering#Chatbot training#Alternative phrasing

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice