Pre-Winter Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 11 Topic 2 Discussion

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 11 Topic 2 Discussion

CCAR-F Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

You are building developer-productivity tools using the Claude Agent SDK. The agent helps engineers explore unfamiliar codebases, understand legacy systems, generate boilerplate code, and automate repetitive tasks. It uses the built-in tools—Read, Write, Bash, Grep, and Glob—and integrates with Model Context Protocol (MCP) servers.

An engineer asks the agent to find every file in a monorepo that imports the @company/auth package to understand how authentication is used across services.

Which built-in tool is most appropriate for this task?


A.

Read, beginning with package.json files to trace dependency declarations.


B.

Glob, to find files containing auth in their filename or path.


C.

Grep, to search file contents for the import-statement pattern.


D.

Bash, to execute find . -type d -name " *auth* " and explore matching directories.


Get Premium CCAR-F Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.