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 considered the most common mistake in prompt engineering?
- Writing prompts that are too long
- Using too many emojis
- Using technical jargon
- Being too vague without specific goals
Answer: D. Being too vague without specific goals
Explanation: Being too vague without specific goals is the most common mistake, as it leads the AI to guess details rather than providing the precise output you actually need.
Question 2: What happens when you ask multiple questions in a single prompt?
- The model ignores the first question
- The model may prioritize the wrong element
- The model creates a summary
- The model works faster
Answer: B. The model may prioritize the wrong element
Explanation: Asking multiple questions simultaneously causes the model to prioritize the wrong element or miss instructions entirely, leading to incomplete or inaccurate responses.
Question 3: What is the primary risk of omitting necessary context in a prompt?
- The model will hallucinate or provide generic answers
- The model will default to a different language
- The model will refuse to answer
- The model will ask for clarification
Answer: A. The model will hallucinate or provide generic answers
Explanation: Omitting necessary context forces the model to hallucinate or provide generic answers because it lacks the required background information to generate a specific response.
Question 4: What is a likely result of failing to specify an output format?
- The model will default to a table format
- The model will always output JSON
- The model will stop responding
- The model will improvise, leading to unpredictable results
Answer: D. The model will improvise, leading to unpredictable results
Explanation: Not specifying a desired output format leaves the model to improvise, which often results in unpredictable outcomes that do not match your intended structure.
Question 5: Why is bundling too many tasks into one prompt discouraged?
- It confuses the AI and produces diluted results
- It consumes too much electricity
- It makes the prompt too short
- It prevents the AI from using its memory
Answer: A. It confuses the AI and produces diluted results
Explanation: Making a prompt overly complex by bundling too many tasks confuses the AI, often resulting in vague or diluted responses that fail to address all parts of the request.
Question 6: What is the consequence of failing to assign a persona to an AI?
- The AI will refuse to answer
- The AI operates in its default mode, often yielding bland responses
- The AI will automatically assume a professional role
- The AI will generate an error message
Answer: B. The AI operates in its default mode, often yielding bland responses
Explanation: Failing to assign a specific role or persona causes the model to operate in its default mode, which often yields bland or generic responses rather than tailored ones.
Question 7: How does using ambiguous terms affect prompt performance?
- It improves creativity
- It prevents the AI from understanding the specific goal
- It makes the prompt easier to read
- It helps the AI learn faster
Answer: B. It prevents the AI from understanding the specific goal
Explanation: Using ambiguous or vague terms prevents the AI from understanding the specific goal or desired outcome, leading to results that do not align with your intent.
Question 8: Why is prompt engineering considered an iterative process?
- Because it requires constant software updates
- Because it is a new field of study
- Because the AI changes its personality daily
- Because it is not a one-shot process and needs testing
Answer: D. Because it is not a one-shot process and needs testing
Explanation: Ignoring the iterative testing and improvement process is a major mistake, as prompt engineering is not a one-shot process and requires refinement to achieve optimal results.
Question 9: What is a major downside of copying prompts from the internet?
- It is too expensive to do
- It causes the AI to crash
- It is illegal to copy prompts
- It leads to contextless and useless outputs
Answer: D. It leads to contextless and useless outputs
Explanation: Copying prompts from the internet without understanding their purpose leads to contextless and useless outputs because the prompt lacks the specific background needed for your task.
Question 10: What is the main drawback of 'prompt and pray' trial-and-error?
- It is too complex for beginners
- It is the only way to use AI
- It is forbidden by AI developers
- It wastes time compared to systematic approaches
Answer: D. It wastes time compared to systematic approaches
Explanation: Relying on trial and error instead of systematic approaches wastes time compared to using meta-prompting, as it lacks a structured method for achieving consistent results.