Exam CCA-F Topic 1 Question 52 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 52
Topic #: 1
Question #: 52
Topic #: 1
You need to deterministically block any refund transaction that exceeds $500, escalating it to a human instead. What is the architecturally correct method to enforce this critical business rule using the Agent SDK?
Suggested Answer: C Vote an answer
Critical business rules requiring deterministic enforcement must use programmatic hooks. Relying on prompt instructions or few-shot examples is probabilistic and leaves a non-zero chance that the LLM will ignore the rule. Hooks run as code and provide 100% reliable enforcement.
by Atwood at Jul 05, 2026, 06:07 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).