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 # 9 Topic 1 Discussion

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 9 Topic 1 Discussion

CCAR-F Exam Topic 1 Question 9 Discussion:
Question #: 9
Topic #: 1

You are building a customer support resolution agent using the Claude Agent SDK. The agent handles high-ambiguity requests like returns, billing disputes, and account issues. It has access to your backend systems through custom Model Context Protocol (MCP) tools ( get_customer , lookup_order , process_refund , escalate_to_human ). Your target is 80%+ first-contact resolution while knowing when to escalate.

A customer raises three separate issues during one session: a refund inquiry (turns 1–15), a subscription question (turns 16–30), and a payment method update (turns 31–45). At turn 48, the customer asks “What happened with my refund?” The conversation is approaching context limits.

What strategy best maintains the agent’s ability to address all issues throughout the session?


A.

Summarize earlier turns into a narrative description, preserving full message history only for the active issue.


B.

Implement sliding window context that retains the most recent 30 turns.


C.

Rely on MCP tools to re-fetch relevant information on demand when the customer references earlier issues.


D.

Extract and persist structured issue data (order IDs, amounts, statuses) into a separate context layer.


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.