Exam CCA-F Topic 1 Question 8 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 8
Topic #: 1
Question #: 8
Topic #: 1
When designing an agent to interact with a backend database, it is critical to distinguish between access failures and valid empty results.
Which of the following statements correctly describe handling these scenarios? Choose 2 correct answers.
Which of the following statements correctly describe handling these scenarios? Choose 2 correct answers.
Suggested Answer: A,C Vote an answer
It is critical to distinguish between 'could not check' (access failure, isError: true) and 'checked and found nothing' (empty result, isError: false). Silently returning an empty array for an access failure misleads the agent into concluding the data does not exist.
by Stev at Jul 30, 2026, 06:45 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).