Exam CCDV-F Topic 1 Question 57 Discussion

Actual exam question for Anthropic's CCDV-F exam
Question #: 57
Topic #: 1
You are designing an agent that processes vendor invoices. The work involves a small number of well- understood steps, but occasionally an invoice arrives in an unexpected format that requires the system to decide between rerouting, requesting clarification, or flagging for human review.
The most appropriate architecture for this system is...

Suggested Answer: D Vote an answer

Option D applies the correct hybrid pattern. Anthropic distinguishes workflows-where LLMs and tools execute along predefined code paths-from agents, where the model dynamically determines how to proceed.
Anthropic recommends choosing the simplest architecture that meets the requirement: workflows provide predictability and consistency for well-understood tasks, while agents are valuable where flexible model- driven decisions are necessary.
Standard invoice processing is explicitly described as a small number of known steps. That makes a deterministic workflow the appropriate default because the path can be tested, monitored, and reproduced.
The unexpected-format branch is different: the system must reason among rerouting, requesting clarification, or human escalation. That decision point is where agentic flexibility adds value.
A makes the entire process autonomous even though most steps do not require autonomy, increasing cost, latency, and unpredictability. B introduces multiple specialized agents despite no demonstrated need for that complexity. C collapses deterministic processing and exception handling into one monolithic model call, making validation and debugging harder.
Therefore, D combines workflow predictability with targeted agentic reasoning. Relevant Study Guide topics:
workflows versus agents, routing, exception handling, hybrid agentic architecture, escalation, and complexity minimization.

by Werner at Sep 10, 2026, 09:18 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10