FEFreeExamDumps.in

Claude Certified Architect

Topic 3

Question 34

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: Code Generation with Claude Code - You’re tasked with restructuring your team’s monolithic application into microservices. This impacts changes across dozens of files and requires decisions about service boundaries and module dependencies. Which approach should you choose?

  • ASwitch to planning mode to explore the codebase, understand dependencies, and design the implementation approach before making changes.
  • BStart in direct execution mode and switch to planning only after encountering unexpected complexity during implementation.
  • CStart in direct execution mode and make incremental changes, letting implementation reveal natural service boundaries.
  • DUse direct execution with detailed upfront instructions that specify each service structure.