You have an Azure subscription that contains an Azure Al Language custom question answering project named QA1.
You need to import question and answer pairs to QA1.
Which two file formats can you use? Each correct answer presents a complete solution
NOTE; Each correct selection is worth one point.
You have an Azure Cognitive Search solution and a collection of handwritten letters stored as JPEG files.
You plan to index the collection. The solution must ensure that queries can be performed on the contents of the letters.
You need to create an indexer that has a skillset.
Which skill should you include?
You are building an app that will answer customer calls about the status of an order. The app will query a database for the order details and provide the customers with a spoken response.
You need to identify which Azure Al service APIs to use. The solution must minimize development effort.
Which object should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

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 upload Doc1.pdf and train that contains a product catalogue and a price list.
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 create an entity for price, and then retrain and republish the model.
Does this meet the goal?