Skip to content

CTA Quick Reference Guide

A fast-track refresher for the Salesforce Certified Technical Architect (CTA) exam. Read this if you have 2 hours before a mock board — it distills the full study vault into the essential patterns, rules, and gotchas you must recall under pressure.

How this works

This is NOT a substitute for deep study. It is a compressed recall aid. Each section assumes you have already studied the domain in depth and need a quick re-activation before walking into the board.

Quick Reference Sections

#SectionDomainOne-Line Summary
1System ArchitectureD1Org strategy, licensing, mobile, reporting, platform limits
2SecurityD2Sharing model, OWD, role hierarchy, field-level security, encryption
3DataD3Data modeling, LDV, migration, archival, external objects
4Solution ArchitectureD4Declarative vs code, AppExchange, build vs buy, Well-Architected
5IntegrationD5Patterns, middleware, APIs, error handling, governor limits
6Dev LifecycleD6CI/CD, environments, branching, testing, governance, CoE
7CommunicationD7Presentation flow, Q&A survival, trade-off articulation, STAR-A
8ArtifactsAllDiagram creation, the Big 3, supporting artifacts, Lucidchart
9Scenario AnalysisAllRequirement extraction, assumption handling, time management

How to Use This Quick Reference Guide

Suggested Reading Order (2 Hours)

flowchart LR
    A["Artifacts\n15 min"] --> B["Scenario Analysis\n10 min"]
    B --> C["System Architecture\n10 min"]
    C --> D["Security\n15 min"]
    D --> E["Data\n15 min"]
    E --> F["Integration\n15 min"]
    F --> G["Solution Arch\n10 min"]
    G --> H["Dev Lifecycle\n10 min"]
    H --> I["Communication\n15 min"]

    style A fill:#1B96FF,color:#fff
    style D fill:#d4504c,color:#fff
    style E fill:#d4504c,color:#fff
    style F fill:#d4504c,color:#fff
    style I fill:#1B96FF,color:#fff

Red = highest failure rate

Security, Data, and Integration are the most commonly failed domains. Spend extra time here if you must prioritize.

If You Only Have 30 Minutes

Focus on these three sections only:

  1. Artifacts — know the Big 3 diagrams cold (System Landscape, Data Model, Role Hierarchy)
  2. Security — OWD defaults, sharing rules, role hierarchy patterns
  3. Communication — the trade-off formula and STAR-A framework for Q&A

Reading Strategy

  • Tables first — every section leads with cheat-sheet tables. Read these before anything else.
  • Gotchas second — the :::caution and :::danger callouts flag common exam failures.
  • Mermaid diagrams — visual patterns you can reproduce on the board.
  • Skip prose — these pages are intentionally terse. If something is unclear, follow the wikilink to the deep-dive file.

The Review Board at a Glance

PhaseDurationYour Goal
Preparation180 minRead scenario, build all artifacts in Lucidchart
Presentation45 min (fixed allocation; unused time rolls to Q&A)Walk judges through your architecture, tied to requirements
Q&A40 min (+ unused presentation time)Defend every decision, adapt when challenged, never bluff

Scoring Weights (Community-Sourced Estimates)

Presentation: 35% | Design Defense: 35% | Q&A: 30%. These weights are community-sourced estimates (TrailblazePrep, coaching sources) — Salesforce does not officially publish scoring weights, and the exact scoring framework is confidential. The directional insight is reliable: presentation and design defense together dominate the evaluation. Invest the majority of your prep time in artifacts and narrative flow. Q&A at 30% means you cannot pass on Q&A alone, but a weak Q&A can sink an otherwise strong presentation.

What You Must Produce in 180 Minutes

PriorityArtifactTime Budget
Tier 1System Landscape15-20 min
Tier 1Data Model / ERD15-20 min
Tier 1Role Hierarchy + Sharing15-20 min
Tier 2Integration Architecture10-15 min
Tier 2Identity / SSO Flow10-15 min
Tier 2Actors + Licenses10 min
Tier 2Data Migration Plan10 min
Tier 2Governance / DevOps10 min
Tier 3Risks, Exec Summary, Process Flows10-15 min
Scenario reading + slide assembly40-50 min

Key Formulas to Memorize

The Trade-Off Formula

I chose [APPROACH] because [REASONS]. I considered [ALTERNATIVE] but rejected it because [LIMITATION]. The trade-off is [WHAT YOU GIVE UP], mitigated by [STRATEGY].

The STAR-A Framework (Q&A)

StepAction
SRestate the challenge
TThink — pause 3-5 seconds visibly
AAnswer the specific question
RRationale — explain your reasoning
AAdapt — update your design if the challenge reveals a gap

The 90-Second Diagram Rule

“This diagram shows [what]. The key decision is [decision]. The trade-off is [trade-off]. This connects to [next topic] because [reason].”


Deep-Dive Navigation

For comprehensive coverage beyond this quick reference guide:


Sources