Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Microsoft logo

Microsoft Certified:SQL AI Developer Associate

Domain 3Objective 3

Design and Implement Retrieval-Augmented Generation (RAG) DP-800 Practice Questions (Page 1)

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 1–5

  1. 1application · medium

    A healthcare organization has a database of clinical trial results. They want to allow researchers to ask natural-language questions and get answers grounded in the latest trial data. The data is updated frequently and must not be used to train the language model. What is the best approach?

    Select an answer first
  2. 2foundation · easy

    You have a table named Products with columns ProductID, Name, and Price. You want to convert a single row into a JSON object to include in a prompt for a language model. Which Transact-SQL function or clause is designed for this purpose?

    Select an answer first
  3. 3foundation · easy

    After calling sp_invoke_external_rest_endpoint to send a prompt to a language model, the response is returned as a JSON string. Which Transact-SQL function can you use to extract a specific property, such as the generated text, from that JSON response?

    Select an answer first
  4. 4expert · hard

    You are implementing a T-SQL solution that calls an Azure OpenAI model to classify customer feedback. The model sometimes returns a response that is not valid JSON, causing the JSON parsing to fail. You need to ensure the solution handles this gracefully. What should you do?

    Select an answer first
  5. 5application · medium

    You are writing a T-SQL stored procedure that sends a prompt to an Azure OpenAI model and captures the response. The procedure must be resilient to transient network errors. What should you implement?

    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.