Summer Certification 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, Glob) and integrates with Model Context Protocol (MCP) servers.

Your agent has analyzed a complex service module—reading 23 source files, tracing request flows, and identifying error handling patterns. A developer wants to compare two testing strategies before committing to one: end-to-end tests with mocked external services vs. snapshot tests capturing expected outputs. They need to independently develop both approaches to evaluate trade-offs.

How should you manage the sessions?


A.

Resume the analysis session with fork_session enabled, creating a separate branch for each testing strategy.


B.

Start two fresh sessions, having each re-read the relevant source files before beginning.


C.

Continue in the original session, developing end-to-end tests first, then snapshot tests sequentially.


D.

Export the analysis session’s key findings to a file, then create two new sessions that reference this file.


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.