Completions and Chat Completions Quiz

5 questions Pass: 70% +25 pts

Quiz covering Generative AI with Foundry

Completions and Chat Completions Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Foundry service is primarily used to interact with Large Language Models for conversational interfaces?

  2. 2

    In the context of the Chat Completions API, what is the primary purpose of the 'system' role in a message list?

  3. 3

    When configuring a Chat Completion request in Foundry, what does the 'temperature' parameter control?

  4. 4

    If you are building a document summarization tool using Foundry, why might you prefer the 'Completions' endpoint over 'Chat Completions'?

  5. 5

    You are implementing a RAG (Retrieval-Augmented Generation) workflow in Foundry. You notice that the model is hallucinating facts not present in your provided context. How should you adjust your Chat Completions request?