AnthropicPrompt and Context Engineering

Context & Retrieval — CCDV-F Practice Question

A representative Claude Certified Developer - Foundations (CCDV-F) exam question on Context & Retrieval. Work through it below, then read why each option is right or wrong.

Short answer

The correct answer is C. Retrieve a small set of relevant passages, preserve source metadata, and pass those with the question.

Targeted retrieval improves relevance and reduces distraction. Source metadata also supports citations and post-generation verification.

The Question

A support assistant includes 400 pages of documentation in every request and often misses the relevant rule. What is the best redesign?

AShuffle the documents on every request
BAdd more unrelated documents
CRetrieve a small set of relevant passages, preserve source metadata, and pass those with the questionCorrect
DAsk for a longer answer

Why C is correct

Targeted retrieval improves relevance and reduces distraction. Source metadata also supports citations and post-generation verification.

Why the other options are wrong

Option A: Shuffle the documents on every request

Option A does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (C) is the only one that fully meets every constraint stated in the question.

Option B: Add more unrelated documents

Option B does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (C) is the only one that fully meets every constraint stated in the question.

Option D: Ask for a longer answer

Option D does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (C) is the only one that fully meets every constraint stated in the question.

Key idea: Context & Retrieval

Targeted retrieval improves relevance and reduces distraction. Source metadata also supports citations and post-generation verification. On the CCDV-F exam, questions in the "Prompt and Context Engineering" domain test whether you can map a scenario's constraints to the right choice. Read the requirement carefully, eliminate options that violate any single constraint, and pick the one that satisfies all of them with the least operational overhead.

Ready to see how you'd score?

Take the free practice quiz and find out which Claude Certified Developer - Foundations domains you need to focus on. No signup required.

Practice 5 similar questions

Same cert, same or adjacent domain. Use these after reviewing the explanation.

Related Claude Certified Developer - Foundations Practice Questions