The graduation gate for Arc 3, the longest year of /root. Scenario-based. Three parts. Take it ~2 weeks after Phase 30 ends. Not before.

By the time you sit Arc 3’s exam, you’ve built basecamp through: OS internals through reliability engineering. Multi-cloud GitOps platform with mesh, paved-road CLI, secrets infrastructure, observability stack, FinOps, DR drills. Public on GitHub. The exam asks whether you can use all of it under pressure on a scenario you haven’t seen.

The bar for passing is the Senior DevOps / SRE / Cloud / Platform Engineer exit ramp: ship a new service end-to-end across the multi-cloud platform via ascent, debug across any layer of the stack, articulate the full request flow with pattern citations.


Ship gates (verify before sitting)

[ ] basecamp repo public on GitHub with full README + architecture diagram
[ ] Substrate + `forge` + `ascent` + `beacon` alive: K3s + Flux + Postgres + Redis + Prometheus + Grafana + observability + mesh + IaC + ascent
[ ] Multi-cloud: K3s + EKS + GKE; at least 2 services running on all three
[ ] forge v0.1 + ascent v0.1 shipped publicly
[ ] beacon deployed via ArgoCD across all 3 clouds
[ ] Cilium Mesh with mTLS + identity-aware NetworkPolicy
[ ] Vault + ESO + Sealed Secrets operational
[ ] OTel Collector + Prom + Grafana + Tempo + Loki + Cilium Hubble
[ ] SLO contracts for 3+ services
[ ] DR drill executed; chaos experiments scheduled
[ ] DDIA Ch 5-9 reflections in chronicle/distributed-systems/
[ ] Raft-in-Go lab public
[ ] At least 2 upstream PRs merged in Arc 3
[ ] chronicle: ~50+ Arc 3-specific runbooks, 15+ ADRs
[ ] All 14 phase Exit Tests passed
[ ] ~30 patterns at DEEP; ~50 total at OUTLINE+
[ ] AWS spend < $50; GCP within $300 credits

If any ship gate is missing, finish it first.


Exam shape

Total time: 6 hours. Workspace: your homelab + AWS + GCP credentials. basecamp running. Allowed: chronicle, project READMEs + ADRs, weekly logs, man pages. Not allowed: web search beyond official docs, AI coding for Build, asking another engineer.

PartTimeFocus
Build180 minMulti-cloud new-service deployment via ascent with full Arc 3 hygiene
Debug180 minThree scenarios from Phases 20, 21, 28 catalogs
Articulate90 min~1500 words: walk a request from external Ingress down to kernel and back

Take a 30-minute break between parts.


Part 1: Build (180 min)

The task: deploy a new service called audit-log across the multi-cloud platform via ascent with full Arc 3 hygiene.

Requirements:

Pass bar:

Anti-pattern checks (auto-fail):


Part 2: Debug (180 min)

Three scenarios across Phases 20, 21, 28.

Catalog seeds (illustrative)

Phase 20 (K8s + GitOps):

Phase 21 (Distributed Systems):

Phase 28 (Observability):

Pass bar per scenario:


Part 3: Articulate (90 min)

Prompt: “Walk a single authenticated request through basecamp from the moment the HTTPS connection opens at the external Ingress to the moment the response bytes leave the same Ingress. Cover: TCP handshake at kernel level, TLS handshake, Ingress controller routing, Cilium NetworkPolicy enforcement, Service-to-Pod resolution, mesh mTLS, application processing (cache check, DB query, queue enqueue, downstream HTTP call), telemetry emission (OTel trace span hierarchy + RED metrics + structured log), and return path. Cite at least 12 patterns and connect each to a specific step. ~1500 words.”

What a strong answer covers (in any order, with pattern citations):

Pass bar:


Scoring

OutcomeMeaning
3 PassFull graduation. Move to Arc 4.
2 Pass + 1 Pass-with-notesGraduation with action item; address during first 4 weeks of Arc 4.
2 Pass + 1 FailConditional; re-take within 4 weeks.
≤ 1 PassNot yet. 6-8 weeks of focused investigation; retake.

After passing

You can:
- Operate Linux at kernel level when debugging requires it
- Read packet captures and reason about TCP/TLS/DNS by layer
- Build containers from Linux primitives
- Operate Kubernetes from first principles with GitOps reconciliation
- Reason about distributed-systems trade-offs from DDIA + Raft impl
- Declare infrastructure across clouds with Terraform + Crossplane
- Operate a multi-cloud platform with mesh, secrets, observability, FinOps
- Run DR drills and chaos experiments on schedule
- Ship OSS that other engineers find useful

Exit ramp: Senior DevOps / SRE / Cloud / Platform Engineer
Confidence: real, with multi-cloud basecamp public and ~50 patterns at OUTLINE+

→ Continue to Arc 4: Data Engineering & ML Foundations.


Anti-patterns when sitting the exam

Anti-patternWhy
Treating the exam as memory testCompetence test. Use your chronicle.
Compressing breaksFatigue produces wrong answers
AI coding for BuildAuto-fail
Articulate as bullet listsProse is the test
Re-taking immediately on Fail6-8 weeks. Arc 4 isn’t a race.