D685 PRACTICAL APPLICATIONS OF PROMPT
ENGINEERING OBJECTIVE ASSESSMENT FINAL
EXAM ACTUAL 2026/2027 PRACTICE QUESTIONS
AND STUDY GUIDE COMPLETE ACCURATE EXAM
REAL QUESTIONS AND CORRECT VERIFIED
ANSWERS
Preface
This comprehensive study guide is designed to prepare you for the WGU D685 Practical
Applications of Prompt Engineering Objective Assessment (OA). It contains 250+ verified
practice questions with detailed rationales, covering all course competencies and key
concept areas. The guide is organized by topic and mirrors the format and difficulty of
the actual OA.
Course Competencies Covered:
• Explain why prompt engineering is necessary
• Create effective prompts considering scope, specificity, and context
• Evaluate prompt effectiveness and adjust for relevant results
• Improve analytical investigations through strategic prompting
Assessment Structure: Lesson Quizzes, Pre-Assessment (practice), Objective
Assessment (final, proctored)
,Section 1: Foundations of Generative AI and Prompt
Engineering
Q1. What is the primary goal of prompt engineering in generative AI?
A) To write longer and more complex prompts
B) To maximize the likelihood of a desired model output
C) To reduce the number of model parameters
D) To train the model from scratch on new data
Correct Answer: B) To maximize the likelihood of a desired model output
Rationale: Prompt engineering focuses on designing inputs that guide a generative AI
model to produce accurate, relevant, and useful outputs without modifying the model's
weights. The goal is to elicit the best possible response through careful input design,
not to alter the underlying model.
Q2. What is prompt engineering?
A) The process of training a model on new data
B) The process of crafting and refining inputs to guide AI models toward desired
outputs
C) The process of reducing model size
D) The process of building neural networks
Correct Answer: B) The process of crafting and refining inputs to guide AI models
toward desired outputs
Rationale: Effective prompting improves accuracy, tone, and relevance in generative AI
responses.
,Q3. Which of the following is an example of a zero-shot prompt?
A) "Translate 'Hello' to Spanish." (without examples)
B) "Here is an example: 'Cat -> Gato'. Now translate 'Dog'."
C) "Classify this sentiment: 'I love this' as positive or negative after reading 5 examples."
D) "Generate a story based on the following three examples of fairy tales."
Correct Answer: A) "Translate 'Hello' to Spanish." (without examples)
Rationale: Zero-shot means the model receives no examples; it must rely solely on its
pre-trained knowledge.
Q4. What is few-shot prompting?
A) Asking a model to perform a task without examples
B) Providing one or more examples before the actual query
C) Training the model on a small dataset
D) Using a small model for prompting
Correct Answer: B) Providing one or more examples before the actual query
Rationale: Demonstrations help the AI infer desired structure or reasoning. Few-shot
prompting is most appropriate when you have high-quality examples that demonstrate
the expected style, structure, or reasoning pattern.
Q5. What is the primary difference between few-shot and zero-shot prompting?
, A) Zero-shot uses examples; few-shot does not
B) Few-shot provides examples; zero-shot does not
C) Zero-shot requires fine-tuning; few-shot does not
D) Few-shot requires more parameters than zero-shot
Correct Answer: B) Few-shot provides examples; zero-shot does not
Rationale: Zero-shot relies on pre-trained knowledge only; few-shot provides in-
context examples to guide the model.
Q6. When is few-shot prompting most appropriate?
A) When the user wants a one-word answer
B) When the user has several high-quality examples to demonstrate the desired output
format
C) When the AI model has not been pre-trained
D) When the task requires no prior knowledge
Correct Answer: B) When the user has several high-quality examples to demonstrate
the desired output format
Rationale: Few-shot prompting is ideal for formatting-sensitive tasks and when
examples can teach the model without requiring fine-tuning.
Q7. What is a "system prompt" in a conversational LLM?
A) A prompt written by the user after the model responds
B) Initial instructions defining model behavior, role, or constraints