<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Josh</title>
    <description>The latest articles on Forem by Josh (@jk27101).</description>
    <link>https://forem.com/jk27101</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3925162%2Fd2c3832a-5ec0-476f-93ef-31b6b11ee6df.png</url>
      <title>Forem: Josh</title>
      <link>https://forem.com/jk27101</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jk27101"/>
    <language>en</language>
    <item>
      <title>I made a CCA Foundations practice exam platform — 3 free questions inside</title>
      <dc:creator>Josh</dc:creator>
      <pubDate>Mon, 11 May 2026 14:15:17 +0000</pubDate>
      <link>https://forem.com/jk27101/i-made-a-cca-foundations-practice-exam-platform-3-free-questions-inside-45n</link>
      <guid>https://forem.com/jk27101/i-made-a-cca-foundations-practice-exam-platform-3-free-questions-inside-45n</guid>
      <description>&lt;p&gt;Been prepping for the Claude Certified Architect exam and couldn't find any realistic practice questions anywhere, so I spent the last few weeks building my own. &lt;/p&gt;

&lt;p&gt;There's a lesson plan and you can use the 10-question speed tier as many times as you want (and it will shuffle the questions). There is a paid tier for those who want to practice the full 2-hr exam with all the questions.&lt;/p&gt;

&lt;p&gt;Here are 3 free ones to give you a feel for the difficulty level:&lt;/p&gt;

&lt;p&gt;Q1 — Agentic Architecture&lt;br&gt;
A coordinator agent spawns three subagents in parallel. One fails mid-task. What is the correct behavior?&lt;br&gt;
A) Terminate all subagents and restart from scratch&lt;br&gt;
B) Log the failure silently and return partial results&lt;br&gt;
C) Surface the error to the coordinator to handle recovery&lt;br&gt;
D) Retry the failed subagent indefinitely&lt;br&gt;
✅ Answer: C — subagents don't self-recover. The coordinator owns all error handling.&lt;/p&gt;

&lt;p&gt;Q2 — Claude Code&lt;br&gt;
You want Claude Code to run your test suite automatically after every file edit. Where do you configure this?&lt;br&gt;
A) A shell alias in your terminal&lt;br&gt;
B) PostToolUse hooks in your Claude Code config&lt;br&gt;
C) A custom slash command in CLAUDE.md&lt;br&gt;
D) .claude/settings.json under postEditHook&lt;br&gt;
✅ Answer: B — PostToolUse hooks are designed exactly for this.&lt;/p&gt;

&lt;p&gt;Q3 — Context Management&lt;br&gt;
Your agent processes a 200-page document and produces inconsistent outputs. Expanding the context window doesn't help. Why?&lt;br&gt;
A) The model needs more few-shot examples&lt;br&gt;
B) The system prompt is conflicting with the document&lt;br&gt;
C) Attention dilution — quality degrades as context grows, regardless of window size&lt;br&gt;
D) The document format isn't supported&lt;br&gt;
✅ Answer: C — more context ≠ better attention. Split into focused per-section passes instead.&lt;/p&gt;

&lt;p&gt;I built 300 questions total across all 5 domains with timed sessions and a full 60-question mock exam. The sprint above is free with no signup.&lt;br&gt;
Search "Claude Certified Architects" to find it, or drop a comment and I'll DM you the link.&lt;br&gt;
Happy to answer questions about any of the exam domains — good luck to everyone prepping 🙌&lt;/p&gt;

</description>
      <category>claude</category>
      <category>ai</category>
      <category>certification</category>
      <category>cca</category>
    </item>
  </channel>
</rss>
