WGU D685 Objective Assessment & PA NEWEST
2025/2026 Actual Exam – Practical Applications of
Prompt OA & PA | 100% Verified | Graded A+
Detailed Rationales – Pass Guaranteed – A+ Graded
[SECTION 1: Fundamentals of Prompt Engineering — Questions 1-40]
Q1: Which of the following best defines the primary goal of prompt engineering?
A. Training a Large Language Model (LLM) from scratch.
B. Designing and refining input prompts to elicit desired responses from AI models.
[CORRECT]
C. Developing the underlying neural network architecture.
D. Installing and maintaining hardware for AI clusters.
Correct Answer: B
Rationale: Prompt engineering focuses on the interaction layer between humans and AI,
specifically crafting inputs (prompts) to guide the model's output effectively. It does not involve
training (A), architecture development (C), or hardware maintenance (D). The core WGU D685
competency involves optimizing these inputs for accuracy and relevance.
Q2: In the context of prompt components, what is the function of the "instruction"?
A. To provide the background information necessary for the task.
B. To clearly define the specific task the model should perform. [CORRECT]
C. To supply the raw data the model needs to process.
D. To specify the exact output format (e.g., JSON).
Correct Answer: B
Rationale: The instruction tells the model what to do (e.g., "summarize," "translate"). Context
provides background (A), input data is the raw material (C), and output format constraints (D)
are separate components that guide the structure of the response.
,2
Q3: What distinguishes "Zero-shot" prompting from "Few-shot" prompting?
A. Zero-shot uses a system message, while Few-shot does not.
B. Zero-shot requires the model to perform a task without any provided examples. [CORRECT]
C. Few-shot prompting is used for coding tasks only.
D. Zero-shot is less accurate than Few-shot in every scenario.
Correct Answer: B
Rationale: Zero-shot prompting relies solely on the model's pre-training to understand the task
without examples. Few-shot prompting involves providing examples (shots) within the prompt to
guide the model's behavior, often improving performance on specific tasks. While Few-shot
often improves accuracy (D), it is not absolute; the distinction is the presence of examples.
Q4: Which component of a prompt is responsible for setting the behavior, tone, or persona of the
AI assistant?
A. User message
B. System message [CORRECT]
C. Assistant message
D. Input data
Correct Answer: B
Rationale: The system message (or system prompt) sets the overarching rules, persona, and
behavioral constraints for the AI. User messages contain the specific requests. While user
messages can attempt to set a role, the system message is the designated architectural component
for baseline behavior.
Q5: When a prompt includes specific details about the user's background and the project history,
which component is being utilized?
A. Instruction
B. Output format
,3
C. Context [CORRECT]
D. Constraints
Correct Answer: C
Rationale: Context provides the background information, history, or environment that helps the
model understand the scenario. Instructions define the task (A), output format defines structure
(B), and constraints define limits (D).
Q6: Why is "clarity" considered a critical principle in prompt engineering?
A. It ensures the model generates the longest possible response.
B. It reduces ambiguity and increases the likelihood of the intended output. [CORRECT]
C. It minimizes the computational cost of the request.
D. It allows the model to ignore irrelevant instructions.
Correct Answer: B
Rationale: Clarity ensures the model interprets the prompt exactly as intended, reducing
misinterpretations and irrelevant outputs. It does not guarantee length (A) or directly reduce cost
(C). Ambiguity (D) is what clarity avoids.
Q7: What is the primary function of "imperative verbs" in prompt instructions?
A. To ask the model for its opinion on the topic.
B. To command the model to perform a specific action. [CORRECT]
C. To politely suggest a possible course of action.
D. To provide a hypothetical scenario for exploration.
Correct Answer: B
Rationale: Imperative verbs (e.g., "Summarize," "Analyze," "Generate") are direct commands
that clearly signal the task to the model. Using suggestions or polite requests (C) can confuse the
model regarding the required action.
, 4
Q8: Which scenario best describes "Tokenization" in the context of LLMs?
A. The process of converting text into numerical inputs (tokens) for the model. [CORRECT]
B. The process of the model generating the next word in a sequence.
C. The mechanism by which the model pays attention to different words.
D. The method of fine-tuning a model on a specific dataset.
Correct Answer: A
Rationale: Tokenization is the pre-processing step where text is broken down into units (tokens)
and converted to integers that the model can process. Attention (C) and autoregression (B) are
internal model processes, not the input conversion.
Q9: In prompt engineering, what does the "context window" refer to?
A. The maximum length of input text the model can process at one time. [CORRECT]
B. The specific section of the prompt containing the user's data.
C. The time delay between the user sending the prompt and receiving a response.
D. The visual interface used to enter the prompt.
Correct Answer: A
Rationale: The context window is a hard limit on the number of tokens (input + output) the LLM
can handle in a single inference. Exceeding this window results in truncation or errors. It does
not refer to a section (B) or UI (D).
Q10: Which of the following is an example of a "constraint" in a prompt?
A. "Explain the theory of relativity."
B. "Summarize the following text in three bullet points." [CORRECT]
C. "Act as a senior data scientist."
D. "Here is the report from the Q3 meeting."