Microsoft Certified:SQL AI Developer Associate
Domain 3Objective 3
Design and Implement Retrieval-Augmented Generation (RAG) DP-800 Practice Questions (Page 5)
Part of the Implement AI capabilities in database solutions domain, which accounts for 25–30% of the DP-800 exam. Microsoft does not publish an official question count, but from its 120-minute exam (~50–80 total, ~13–24 in this domain), expect 4–8 from this objective — we provide 33 practice questions to prepare you well beyond it. (estimate)
33questions here
7free pages
5concepts
25–30%of the exam
Questions 21–25
- 21
In Azure SQL Database, which stored procedure is used to call an external REST endpoint, such as an Azure OpenAI service, to generate a prompt response?
Select an answer first - 22
You have a stored procedure that calls an Azure OpenAI model and receives a JSON response. The response contains a 'choices' array, and each choice has a 'message' object with a 'content' field. You need to store the content of the first choice in a variable. Which T-SQL statement should you use?
Select an answer first - 23
You receive a response from a language model that contains a JSON object with a property 'results' that is an array of objects, each with 'id' and 'summary'. You need to store each summary in a table with columns ID and Summary. What should you do?
Select an answer first - 24
You use sp_invoke_external_rest_endpoint to send a prompt to a language model. The response is returned as a JSON document. You need to store only the generated text in a column of type NVARCHAR(MAX). What should you do?
Select an answer first - 25
A database application stores customer support tickets. The team wants to build a feature that generates draft replies to new tickets by retrieving similar past resolutions and passing them to a language model. Which scenario does this best describe?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Microsoft. “DP-800” is a trademark of its owner, used for identification only.