Heads up: opening this section reveals every question, every option, and the correct answer for this round. If you came here to play, scroll up and hit Play first.
Question 1: What does the AI temperature parameter primarily control in a model's output?
- The length of the response
- The randomness of outputs
- The speed of generation
- The memory usage
Answer: B. The randomness of outputs
Explanation: The temperature parameter adjusts the probability distribution used to select the next token. A lower setting makes the model more deterministic, while a higher setting increases variability and creative output.
Question 2: What is the primary risk of a high temperature setting in an AI model?
- Decreased creativity
- Increased computational cost
- Higher variability in responses
- System crashes
Answer: C. Higher variability in responses
Explanation: Higher temperature settings increase the randomness of the model's output. While this can boost creativity, it also leads to higher variability, making the responses less consistent and predictable for users.
Question 3: What term describes an AI confidently generating false or fabricated information?
- Hallucination
- Data leakage
- Prompt injection
- Overfitting
Answer: A. Hallucination
Explanation: AI hallucination occurs when a model generates information that appears plausible and confident but lacks grounding in reality, leading to misleading or entirely fabricated content that users must verify.
Question 4: Which technique involves providing input-output examples within a prompt?
- Chain-of-thought
- Few-shot prompting
- Human-in-the-loop
- Data minimization
Answer: B. Few-shot prompting
Explanation: Few-shot prompting is a technique where a user provides a small number of input-output examples within the prompt to guide the model's performance on a specific task or format.
Question 5: What is the main goal of the 'Human-in-the-loop' architectural pattern?
- To increase processing speed
- To automate all tasks
- To ensure accuracy and safety
- To reduce model training time
Answer: C. To ensure accuracy and safety
Explanation: Human-in-the-loop is an architectural pattern where human oversight or feedback is integrated into an AI workflow to ensure accuracy, safety, and ethical decision-making throughout the automated process.
Question 6: What is the primary purpose of 'data minimization' in AI workflows?
- To speed up model training
- To improve creative output
- To reduce privacy risks
- To increase token limits
Answer: C. To reduce privacy risks
Explanation: Data minimization is a privacy best practice that involves collecting or inputting only the specific data necessary for an AI task to reduce the risk of exposing sensitive information.
Question 7: Which of these is a recommended best practice for prompt engineering?
- Using vague instructions
- Avoiding context
- Using only single-word prompts
- Iteratively refining prompts
Answer: D. Iteratively refining prompts
Explanation: Prompt engineering best practices include using clear, unambiguous instructions, providing adequate context, and iteratively refining prompts based on model responses to achieve the most accurate and useful results.
Question 8: What should users avoid inputting into public-facing AI systems?
- Confidential information
- General knowledge questions
- Creative writing prompts
- Public domain text
Answer: A. Confidential information
Explanation: To protect data privacy, users should avoid inputting confidential, proprietary, or personally identifiable information into public-facing AI systems, as these inputs may be used to train or improve future models.
Question 9: What is the purpose of 'chain-of-thought' prompting?
- To bypass safety filters
- To increase generation speed
- To improve step-by-step reasoning
- To shorten response length
Answer: C. To improve step-by-step reasoning
Explanation: Chain-of-thought prompting is a technique that encourages an AI model to break down complex problems into step-by-step reasoning, which significantly improves accuracy for logic and math-based tasks.
Question 10: Why are delimiters like triple quotes used in prompts?
- To increase token count
- To speed up the model
- To distinguish instructions from data
- To bypass model filters
Answer: C. To distinguish instructions from data
Explanation: Using delimiters like triple quotes or hashtags in a prompt helps the AI model distinguish between the user's instructions and the specific context or data provided for the task.