Question 148
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Developer Productivity Tools - Your team needs to integrate a widely used issue-tracker into Claude Code. An engineer proposes spending a sprint writing a custom MCP server from scratch, even though a well-maintained community server already covers the integration. What is the recommended approach?
- AAlways build a custom MCP server so you control every line of code.
- BWrap the tracker's REST API in ad-hoc Bash scripts instead of using MCP.
- CEmbed the integration logic directly in CLAUDE.md as prose instructions.
- DPrefer the maintained community MCP server for the standard integration rather than building a custom one.