Exam CCA-F Topic 1 Question 33 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 33
Topic #: 1
Question #: 33
Topic #: 1
A developer asks the agent to 'read the project configuration file to determine the database connection string'. Which built-in tool represents the correct architectural choice for this task?
Suggested Answer: D Vote an answer
The Read tool is the purpose-built tool for reading full file contents. Using Bash (like 'cat') is an anti-pattern when a dedicated tool exists. Grep is for searching patterns across files, and Glob is for finding file paths based on naming patterns.
by Truman at Aug 14, 2026, 09:12 PM
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).