AI-102 Question 338
Single answerYou are managing a QnA Maker knowledge base in Azure and need to export the current knowledge base data for offline analysis. Which format is supported for exporting the knowledge base?
- A
JSON
- B
XML
- C
CSV
- D
YAML
Show answer and explanation
Correct answer: A
Explanation
When exporting a QnA Maker knowledge base, the only supported format is JSON. This allows you to download the entire knowledge base content in a structured format for offline use or further processing. Other formats, such as XML, CSV, or YAML, are not supported for this operation.
- A. Correct.
Correct: The QnA Maker knowledge base can be exported in JSON format, which is the standard and supported export format.
- B. Incorrect.
Incorrect: XML is not a supported export format for a QnA Maker knowledge base.
- C. Incorrect.
Incorrect: CSV is not a supported export format for a QnA Maker knowledge base.
- D. Incorrect.
Incorrect: YAML is not a supported export format for a QnA Maker knowledge base.