ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

2 / 166

Question 2:

You have a requirement to migrate your knowledge base (KB) to a different region. You plan to create a new knowledge base from an existing knowledge base using a migration method while maintaining the same knowledge base id. To achieve this objective, you export the knowledge base in the existing region, create a new knowledge base in the new Azure region and import the knowledge base by using the exported file. 
Review the REST API statements that you would use for exporting and importing KB. (Select one option) 
 

Answer options:

A.Export KB: PUT {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}
Import KB: GET {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}/{environment}/qna
B.Export KB: GET {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}/{environment}/qna
Import KB: POST {Endpoint}/qnamaker/v4.0/knowledgebases/create
C.Export KB: POST {Endpoint}/qnamaker/v4.0/knowledgebases/create
Import KB: GET {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}/{environment}/qna
D.Export KB: GET {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}/{environment}/qna
Import KB: PUT {Endpoint}/qnamaker/v4.0/knowledgebases/{kbId}