BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeClaude Certified Architect - Foundations (CCAR-F)Scenario 4: Developer Productivity with Claude
Scenario brief197 words

Scenario 4: Developer Productivity with Claude

Claude Certified Architect - Foundations (CCAR-F)

Scenario 4: Developer Productivity with Claude

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.

Passage quoted verbatim from the official CCAR-F exam guide v1.0, section 5.

This scenario on the exam

Scenario
4 of 6 — four are dealt at random
Primary domains
3
Questions in this hive
30

Primary domains

  • Tool Design & MCP Integration
  • Claude Code Configuration & Workflows
  • Agentic Architecture & Orchestration

What the exam asks inside this context

  • Which built-in for which job. Grep searches contents, Glob matches paths, Edit needs a unique anchor and Read plus Write is the fallback when there is not one.

  • Learning a codebase without reading it all. Grep to entry points, Read to follow imports and trace flows. Reading everything up front fills the context with files the task never touches.

  • Scoped tool sets. An agent holding explore, edit and deploy together will eventually edit during an investigation. The fix is the tool list, not an instruction.

  • MCP servers alongside the built-ins. Project versus user scope, environment variable expansion for tokens, and a description good enough that the agent does not fall back to Grep.

Where this scenario catches people

Tracing a function through wrapper modules is the item people lose here. Searching the original name finds the wrappers and misses every call that goes through them — identify all the exported names first, then search for each.

Read the passage once, properly

Every item in this block shares this passage, so the two minutes you spend on it are amortised across the whole block — and the details in it are load-bearing. The named tools, the stated target, the tools the agent is said to have: each of those has been the deciding fact in a question.

What is quoted, and what is argued

The passage and the primary-domain list are the exam guide's own words. Everything after them is this hive's reading of what the domains imply for this context — useful preparation, not an official statement about what the exam contains. The guide publishes 60 items and 4 scenarios per sitting and does not publish a per-scenario count, so none is quoted here.

All Claude Certified Architect - Foundations (CCAR-F) Study Resources

Related Notes

  • CCAR-F: how the exam is dealt194 words
  • Scenario 1: Customer Support Resolution Agent225 words
  • Scenario 2: Code Generation with Claude Code185 words
  • Scenario 3: Multi-Agent Research System199 words
  • Scenario 5: Claude Code for Continuous Integration168 words
  • Scenario 6: Structured Data Extraction185 words
  • Domain 1: Agentic Architecture & Orchestration169 words
  • Domain 2: Tool Design & MCP Integration157 words
  • Domain 3: Claude Code Configuration & Workflows150 words
  • Domain 4: Prompt Engineering & Structured Output150 words
  • Domain 5: Context Management & Reliability165 words

Ready to study Claude Certified Architect - Foundations (CCAR-F)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Claude Certified Architect - Foundations (CCAR-F)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Claude Certified Architect - Foundations (CCAR-F) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.