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 is the primary purpose of a prompt in AI interaction?
- To provide input for a response
- To debug the model code
- To store user passwords
- To encrypt data outputs
Answer: A. To provide input for a response
Explanation: A prompt is the specific input provided to an AI model to elicit a response. It can range from simple questions to complex instructions that guide the model's output generation.
Question 2: What is the practice of refining inputs to guide AI models called?
- Data mining
- Model training
- Prompt engineering
- System debugging
Answer: C. Prompt engineering
Explanation: Prompt engineering is the practice of designing and refining inputs to guide AI models toward generating more accurate and relevant outputs, helping users get the best possible results from the system.
Question 3: What does 'zero-shot prompting' mean in an AI context?
- Prompting with multiple examples
- Using only numeric inputs
- Asking without provided examples
- Running the model offline
Answer: C. Asking without provided examples
Explanation: Zero-shot prompting is a technique where an AI is asked to perform a task without being provided any example inputs or outputs in the prompt, relying on its pre-existing training data.
Question 4: What are large language models (LLMs) primarily built upon?
- Manual logic trees
- Neural networks
- Simple spreadsheets
- Static databases
Answer: B. Neural networks
Explanation: Large language models are neural networks trained on vast amounts of text data to understand and generate human-like language, allowing them to process and respond to a wide variety of user inputs.
Question 5: What is an 'AI hallucination'?
- A system hardware failure
- Plausible but incorrect information
- A security breach attempt
- The model refusing to answer
Answer: B. Plausible but incorrect information
Explanation: AI hallucinations occur when a model generates information that appears plausible and coherent but is factually incorrect or ungrounded, which is why verifying AI-generated content is a critical best practice.
Question 6: What is the 'human-in-the-loop' (HITL) approach?
- Human review of AI outputs
- AI controlling human tasks
- Automated software updates
- Removing human oversight
Answer: A. Human review of AI outputs
Explanation: Human-in-the-loop is an approach where humans review, approve, or correct AI outputs at critical decision points to ensure accuracy and safety, preventing errors from being accepted without any human verification.
Question 7: What is the goal of 'data minimization' in AI usage?
- Sharing only necessary info
- Compressing output files
- Deleting all user history
- Reducing model training time
Answer: A. Sharing only necessary info
Explanation: Data minimization is a privacy best practice that involves sharing only the information strictly necessary for the AI to perform its intended task, which helps protect user privacy and sensitive data.
Question 8: What should users avoid inputting into public AI systems?
- General knowledge questions
- Publicly available facts
- Creative writing prompts
- Sensitive or proprietary data
Answer: D. Sensitive or proprietary data
Explanation: Users should avoid inputting sensitive, confidential, or proprietary data into public-facing AI systems to prevent potential exposure, as these inputs may be used to further train or refine the underlying models.
Question 9: How does providing context help an AI model?
- Increases the model's speed
- Reduces the need for electricity
- Generates more tailored responses
- Bypasses all safety filters
Answer: C. Generates more tailored responses
Explanation: Providing context, such as a specific role or background information, helps AI models generate more tailored and useful responses that align better with the user's specific needs and intended goals.
Question 10: What is 'iterative refinement' in prompt engineering?
- Ignoring model feedback
- Switching to a different AI
- Deleting old chat history
- Testing and adjusting prompts
Answer: D. Testing and adjusting prompts
Explanation: Iterative refinement, or testing and adjusting prompts based on AI responses, is a core strategy for improving the quality of AI-generated content and achieving more accurate results over multiple attempts.