AI-102 Question 299
Select 3You are tasked with creating a QnA Maker knowledge base for your organization’s internal FAQ. You need to manually add question-and-answer pairs to the knowledge base. Which of the following steps must you perform to achieve this?
- A
Navigate to the QnA Maker portal and open the knowledge base
- B
Use the Azure CLI to manually add question-and-answer pairs
- C
Click 'Add QnA Pair' and provide the question and corresponding answer
- D
Upload a document containing the question-and-answer pairs
- E
Save and publish the knowledge base after adding the pairs
Show answer and explanation
Correct answers: A, C, E
Explanation
To manually add question-and-answer pairs to a QnA Maker knowledge base, you must first navigate to the QnA Maker portal and open the desired knowledge base. Then, use the 'Add QnA Pair' functionality to input the questions and answers. After making the necessary changes, save and publish the knowledge base to deploy the updates. The Azure CLI and document uploads are not relevant for manually adding individual QnA pairs.
- A. Correct.
Correct: You must first open the knowledge base in the QnA Maker portal to add question-and-answer pairs.
- B. Incorrect.
Incorrect: The Azure CLI is not used for manually adding QnA pairs; it is primarily for automating tasks or creating resources.
- C. Correct.
Correct: The 'Add QnA Pair' option in the QnA Maker portal allows you to manually input questions and their corresponding answers.
- D. Incorrect.
Incorrect: While uploading documents is another way to populate a knowledge base, it is not the same as manually adding individual question-and-answer pairs.
- E. Correct.
Correct: After adding the QnA pairs, saving and publishing the knowledge base is necessary to make the changes live.