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 goal of prompt engineering?
- Designing and optimizing prompts
- Selling AI software to businesses
- Writing code for new AI models
- Training models from scratch
Answer: A. Designing and optimizing prompts
Explanation: Prompt engineering is the process of designing and optimizing prompts to guide AI models, particularly large language models, to generate desired responses.
Question 2: Which of these is a core component of a well-structured prompt?
- Model version
- Hardware specs
- Server location
- Context
Answer: D. Context
Explanation: A well-structured prompt must include four core components: context, task, constraints, and examples to ensure the AI understands the requirements.
Question 3: What is the first phase in the standard prompt engineering workflow?
- Optimize and finalize
- Test and iterate
- Define the objective
- Draft the initial prompt
Answer: C. Define the objective
Explanation: The standard workflow begins by defining the objective, followed by drafting, testing, and finally optimizing the prompt for the best results.
Question 4: Why is prompt engineering considered an iterative process?
- It is a legal requirement
- It requires multiple users to agree
- Responses are rarely correct on the first try
- Because models change daily
Answer: C. Responses are rarely correct on the first try
Explanation: Prompt engineering requires experimenting with different ideas and testing prompts because responses are rarely perfect on the very first attempt.
Question 5: Which of these is one of the five essential ingredients of a perfect prompt?
- Budget
- Encryption
- Persona
- Latency
Answer: C. Persona
Explanation: The five essential ingredients of a perfect prompt are Task, Context, Persona, Format, and Examples, which help guide the AI effectively.
Question 6: What is a recommended practice for guiding an AI effectively?
- Use negative constraints
- Use positive instructions
- Avoid providing examples
- Keep prompts extremely vague
Answer: B. Use positive instructions
Explanation: The best practice for guiding an AI effectively is to use positive instructions rather than relying on negative constraints, which can be confusing.
Question 7: What is the 4-Part Formula for drafting a prompt?
- Input + Output + User + Time
- Goal + Data + Style + Price
- Role + Task + Context + Format
- Name + Date + Link + Tone
Answer: C. Role + Task + Context + Format
Explanation: When drafting a prompt, the 4-Part Formula of Role, Task, Context, and Format is a standard approach to ensure clarity and structure.
Question 8: What should be stored in a personal prompt library?
- Reusable assets
- Private emails
- System logs
- User passwords
Answer: A. Reusable assets
Explanation: Prompt engineers build a personal prompt library of reusable assets to standardize common use cases and improve efficiency over time.
Question 9: Which of these is a foundational component of prompt engineering?
- User demographics
- Cloud storage
- Network speed
- Output indicators
Answer: D. Output indicators
Explanation: Output indicators are a foundational component of prompt engineering because they explicitly define the desired format, structure, or style of the response, ensuring the model delivers information in a predictable and usable manner for the user.
Question 10: What is a practical way to document a prompt workflow?
- Deleting old versions
- Ignoring variable changes
- Sharing prompts publicly
- Storing testing documentation
Answer: D. Storing testing documentation
Explanation: A practical workflow for saving results involves storing the final prompt text, all variables, usage notes, and testing documentation for future reference.