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 prompt engineering?
- To manage database security protocols
- To write code for software applications
- To design and optimize prompts for AI models
- To build new hardware for AI processing
Answer: C. To design and optimize prompts for AI models
Explanation: Prompt engineering is the art and science of designing and optimizing inputs to guide AI models, particularly LLMs, toward generating desired responses.
Question 2: Which prompting technique provides the AI with examples to guide its output?
- Zero-shot prompting
- Post-processing validation
- Prompt chaining
- Few-shot prompting
Answer: D. Few-shot prompting
Explanation: A prompt is the specific input or set of instructions provided to an artificial intelligence model to elicit a desired response or output.
Question 3: What is the term for a direct instruction given to an AI without additional examples?
- Prompt guardrails
- Priming
- Chain-of-thought prompting
- Zero-shot prompting
Answer: D. Zero-shot prompting
Explanation: Few-shot prompting involves providing the model with a small number of examples to demonstrate the expected format or style of the desired output.
Question 4: Which technique breaks down complex reasoning into intermediate steps?
- Priming
- Post-processing validation
- Prompt chaining
- Chain-of-thought prompting
Answer: D. Chain-of-thought prompting
Explanation: Chain-of-thought prompting encourages the model to articulate its reasoning process step-by-step, which significantly improves accuracy when solving complex logic or mathematical problems.
Question 5: What parameter controls randomness and creativity in AI text generation?
- Temperature
- Prompt guardrails
- Priming
- Post-processing
Answer: A. Temperature
Explanation: System instructions act as high-level directives that define the persona, tone, and operational boundaries for an AI model throughout a specific interaction session.
Question 6: What is the process of splitting a complex task into smaller subtasks?
- Zero-shot prompting
- Prompt chaining
- Priming
- Few-shot prompting
Answer: B. Prompt chaining
Explanation: Zero-shot prompting occurs when a user asks an AI to perform a task without providing any prior examples or specific demonstrations of the output.
Question 7: What technique involves providing background information to guide an AI?
- Priming
- Chain-of-thought
- Prompt guardrails
- Post-processing validation
Answer: A. Priming
Explanation: Priming involves supplying essential background information or context to an AI model, helping it generate more relevant and accurate responses since models lack inherent memory.
Question 8: Which of these is an example of prompt guardrails?
- Using zero-shot prompting
- Providing three examples
- Setting a high temperature
- Explicit instructions to handle problematic patterns
Answer: D. Explicit instructions to handle problematic patterns
Explanation: Temperature is a hyperparameter that controls the randomness of the model's output; lower values make responses more deterministic, while higher values increase creative variety.
Question 9: What is the purpose of post-processing validation?
- To increase model creativity
- To break down complex reasoning
- To provide background context
- To verify structural integrity of outputs
Answer: D. To verify structural integrity of outputs
Explanation: Iterative refinement is the process of repeatedly adjusting and improving a prompt based on the model's previous outputs to achieve a more precise result.
Question 10: Why should instructions be placed at the beginning of a prompt?
- To avoid recency bias
- To increase temperature
- To improve model memory
- To enable few-shot prompting
Answer: A. To avoid recency bias
Explanation: Delimiters are specific characters or symbols, such as quotes or brackets, used in prompts to clearly separate different sections of text for the AI model.