Few-Shot Prompting: Practice Questions — Prompt Engineering & Structured Output (Claude Certified Architect)
Few-Shot Prompting Practice Questions for Claude Certified Architect - Foundation Below are multiple-choice questions designed to test your...
Few-Shot Prompting Practice Questions for Claude Certified Architect - Foundation
Below are multiple-choice questions designed to test your understanding of few-shot prompting within the context of designing precise prompts and enforcing structured output. Each question includes four options, the correct answer, and a brief explanation.
What is the primary benefit of including few-shot examples in a prompt?
- A) To increase the length of the output
- B) To improve output consistency and reduce ambiguity
- C) To confuse the model with multiple instructions
- D) To force the model to generate random responses
Correct Answer: B
Explanation: Few-shot examples provide concrete demonstrations of the desired output format and style, helping the model produce more consistent and precise responses.
When designing few-shot prompts for structured output extraction, which approach best reduces false positives?
- A) Using vague instructions without examples
- B) Providing explicit criteria and well-formed examples
- C) Including unrelated examples to increase variability
- D) Avoiding any mention of output format
Correct Answer: B
Explanation: Explicit criteria combined with clear examples guide the model to produce outputs that meet the extraction requirements, minimizing incorrect or irrelevant data.
How does few-shot prompting help when implementing retry or feedback loops for extraction quality?
- A) It allows the model to learn from previous outputs by example
- B) It eliminates the need for validation
- C) It increases the randomness of responses
- D) It reduces the number of tokens used
Correct Answer: A
Explanation: Few-shot examples can include corrected outputs or feedback, helping the model adjust its responses in subsequent attempts to improve accuracy.
Which of the following is a best practice when selecting few-shot examples for prompt design?
- A) Use examples that cover edge cases and common scenarios
- B) Only use examples that are very similar to each other
- C) Use examples with inconsistent output formats
- D) Avoid showing any examples to keep the prompt short
Correct Answer: A
Explanation: Including diverse examples, especially edge cases, helps the model generalize better and handle a wider range of inputs accurately.
In the context of batch processing with few-shot prompts, what is a key consideration?
- A) Using the same few-shot examples for every input regardless of context
- B) Tailoring few-shot examples to the batch’s specific data characteristics
- C) Avoiding few-shot examples to speed up processing
- D) Using very long prompts to cover all possible outputs
Correct Answer: B
Explanation: Tailoring examples to the batch context improves relevance and output quality, making batch processing more efficient and accurate.
What role do few-shot prompts play in multi-pass or multi-instance review architectures?
- A) They provide initial guidance that can be refined in subsequent passes
- B) They replace the need for human review
- C) They increase variability in output to test model limits
- D) They decrease the overall accuracy of the system
Correct Answer: A
Explanation: Few-shot prompts set a clear baseline for output quality, which can then be improved or validated through additional review passes or instances.
Which of the following best describes the impact of few-shot prompting on false positives in extraction tasks?
- A) It increases false positives by encouraging creativity
- B) It has no impact on false positives
- C) It reduces false positives by clarifying output expectations
- D) It eliminates the need for output validation
Correct Answer: C
Explanation: By showing exact examples of correct outputs, few-shot prompting helps the model avoid generating incorrect or irrelevant data, thus reducing false positives.
More in this topic
Ready to test your knowledge?
Put what you've learned into practice with a quick quiz and track your progress.
Test your knowledge →