Claude Certified Agent Foundations Exam Guide Discrepancies Identified

Exam Content Discrepancies
A developer who recently took the Claude Certified Agent Foundations (CCA-F) exam has documented inconsistencies between official preparation materials and the actual test. The source identifies three key areas where preparation materials don't match exam reality.
Scenario Count Mismatch
The official exam guide lists 6 scenarios that questions may be drawn from:
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Developer Productivity with Claude
- Claude Code for Continuous Integration
- Structured Data Extraction
However, the foundations-level exam may actually draw from up to 13 scenarios. Beyond the 6 listed, the pool includes:
- Agentic Tool Design
- Long Document Processing
- Claude for Operations
- Conversational AI Patterns
- Agent Skills for Enterprise Knowledge Management
- Agent Skills for Developer Tooling
- Agent Skills with Code Execution
Practice Exam Limitations
The practice exam only contains questions for 4 scenarios:
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Claude Code for Continuous Integration
This means the "4 randomly selected" scenarios in practice mode are actually "the only 4 available." The remaining 9 scenarios have no questions in the practice exam.
Real Exam Experience
The exam taker confirms that their actual test included scenarios not listed in the official exam guide's 6 scenarios. Despite this, questions still felt "squarely within 'Foundations' territory" and tested the same architectural thinking and engineering judgment required for building production systems with Claude.
Preparation Recommendations
The source emphasizes practical experience over relying solely on official materials. Key takeaways for preparation:
- Don't assume the exam guide's 6 scenarios are exhaustive
- The practice exam is useful but limited to only 4 of potentially 13+ scenarios
- Scoring high on the practice exam doesn't mean you've covered all possible exam content
- Third-party practice questions online are of very limited help
- Focus on hands-on exercises: build an agent, design MCP tools, set up Claude Code in a real project, wire up a structured extraction pipeline
📖 Read the full source: r/ClaudeAI
👀 See Also

Qwen3.5-397B MoE Runs on 14GB RAM via Paged Expert Loading on M1 Ultra
Paged MoE engine keeps only 20 experts resident and lazy-loads the rest from SSD, running a 209GB 397B model on a 64GB Mac Studio with 1.59 tok/s and 14GB peak RAM. Includes smaller model benchmarks.

Four Common Setup Mistakes That Make People Quit OpenClaw
A Reddit user reports seeing over 50 people quit OpenClaw due to four specific setup issues: missing SOUL.md files, excessive API costs from using Opus model for everything, installing too many skills at once, and creating multiple agents before the first one works properly.

Practical Guide to Creating Claude Skills: Structure, Triggers, and Scripts
Claude Skills are instruction manuals that automate repetitive tasks, stored as folders with a SKILL.md file in ~/.claude/skills/. The guide explains YAML triggers, script integration, and multi-skill orchestration rules.

Stop Asking Which AI Model to Use: Route Tasks to Haiku, Sonnet, and Opus Tiers
Use at least three models by task type: Haiku-tier for reading/summarizing, Sonnet-tier for writing code, and Opus-tier only for multi-file refactors and debugging. One user's setup routes 40% to cheap models, 35% to mid, 25% to frontier, costing ~$30-40/month.