Updated for Winter '26
CTA Evaluation Exam Tips (Winter '26): How to Pass the Written Architecture Exam
The CTA Evaluation Exam is the written gate to the Salesforce Certified Technical Architect credential. These tips focus on the advanced architecture topics, governor limits at scale, and multi-cloud design patterns tested in this expert-level written examination.
Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Winter '26. Methodology · Contact
Exam At a Glance
~60
Questions
120 min
Time Limit
Not disclosed
Passing Score
$400
Exam Fee
Quick Answer: What the CTA Evaluation Exam Tests
- Large data volumes and performance — Skinny tables for selective field queries on large objects, custom indexes for non-selective fields, data archiving with Big Objects, SOQL query optimisation, Apex batch processing at scale (chunking strategies, governor limit management), and platform cache usage for read-heavy workloads exceeding standard query limits.
- Enterprise integration architecture — Choosing between synchronous REST, asynchronous Platform Events, Change Data Capture (CDC), Streaming API, and MuleSoft for different integration scenarios. Designing idempotent integrations, handling API limits (concurrent API calls, daily API call limits), and designing for high-availability integration that tolerates downstream system failures.
- Multi-cloud and identity architecture — Designing multi-org Salesforce landscapes (single org vs. multi-org), external identity integration (SAML SSO, OAuth, delegated authentication), Experience Cloud authentication patterns, Salesforce Identity for external app authentication, and managing security across cloud boundaries.
Exam Domain Weighting (Approximate)
Domain weights are approximate. The exam draws from all architect-level credentials. Breadth across all domains is tested — not depth in one area.
Scenario Strategy: How to Approach CTA Evaluation Exam Questions
The CTA Evaluation Exam presents complex scenarios with multiple correct-seeming answers. The correct answer is the architecturally best solution — not just a working solution. Always consider scale, maintainability, and Salesforce best practices.
- For LDV questions: when an object exceeds 10 million records, standard SOQL queries without custom indexes can cause performance issues. Skinny tables (a stripped-down copy of frequently queried fields) dramatically speed up reporting queries. Defer sharing rules calculation for bulk data loads. Divide and conquer with batch sizes of 2,000 records max for Batch Apex. When a scenario describes reports timing out on a 50-million-record object, skinny tables are the first recommendation.
- For integration pattern questions: real-time synchronous integration (REST callout) is appropriate for user-facing transactions requiring immediate confirmation. Asynchronous (Platform Events, Queues) is better for high volume or when response latency is acceptable. Change Data Capture captures all record changes for downstream consumption without polling. When a scenario describes '10,000 records updated per hour needing to sync to an external system', use CDC — not synchronous REST callouts or scheduled Batch Apex.
- For multi-org questions: single-org is simpler but has limits (data, users, complexity). Multi-org provides isolation (separate release cycles, security boundaries) but requires integration. The CTA exam typically rewards single-org solutions when technically feasible. When a scenario describes different business units wanting separate release cycles, consider hub-and-spoke with Salesforce-to-Salesforce integration before recommending full multi-org architecture.
Study Plan for the CTA Evaluation Exam
6–12 months of targeted preparation after App Architect + System Architect credentials
Study all six architect-level credentials (Data Architect, Sharing & Visibility Architect, Integration Architect, Identity & Access Management Architect, Dev Lifecycle & Deployment Architect, and Platform App Builder) at exam-passing depth. The Evaluation Exam tests all of these simultaneously. Many candidates retake individual architect exams to refresh knowledge before attempting the CTA Evaluation.
3 Concepts That Fail Most Technical Architect Evaluation Candidates
These are not the hardest topics — they are the ones where candidates are most confidently wrong. Learn the distinction early.
1. Evaluation Format — Two Proctored Exams Before the Review Board
The Salesforce Technical Architect path includes two proctored multiple-choice assessments (Technical Architect Evaluation exams) before candidates are eligible for the Review Board. These exams test architecture knowledge across all domain areas. Candidates underestimate these proctored exams — they are rigorous and assess whether a candidate has the breadth of knowledge required to enter the Review Board process.
2. Covering All Salesforce Architecture Domains in Evaluation
The Technical Architect evaluation covers all architecture domains: Data Architecture, Integration, Sharing & Visibility, Development Lifecycle, Security, Identity, and Solution Design. Candidates focus on their strongest domain — the exam requires breadth across all domains, with especially high expectations on Integration Patterns, Deployment Strategy, and Data Architecture.
3. Scenario-Based Reasoning Over Feature Recall
The TA Evaluation exams are scenario-based: given a complex business requirement with constraints, choose the best architecture. Correct answers require justifying the approach based on the full context, not just identifying the "best practice." Candidates choose the textbook answer ignoring constraints — the exam penalises technically correct answers that do not fit the scenario constraints.
Frequently Asked Questions
- What is the CTA Evaluation Exam and how does it differ from the Review Board?
- The Technical Architect Evaluation is the most prestigious credential in the Salesforce ecosystem — held by fewer than 1% of certified professionals. It validates the ability to design enterprise-scale Salesforce architectures across all domains simultaneously. CTAs command the highest salaries in the Salesforce job market and are sought by top SIs and consulting firms. The investment is significant (time, study, and fees), but for architects targeting the top of the Salesforce career ladder, it is widely considered the most valuable credential available.
- What topics are covered in the CTA Evaluation Exam?
- The CTA Evaluation Exam covers advanced topics across all Salesforce architectural domains: large data volumes and query optimisation, enterprise integration architecture patterns, identity and access management at scale, security architecture and field-level security at large data volumes, deployment strategy for complex multi-org environments, multi-cloud solution architecture, and Salesforce governance and release management.
- Is the Technical Architect Evaluation worth pursuing?
- The CTA Evaluation Exam has approximately 60 multiple-choice questions and a 120-minute time limit. The exact passing score is not publicly disclosed by Salesforce. The exam is notably more difficult than any other Salesforce written exam — it tests breadth across all architecture domains at an expert level, requiring you to hold and apply knowledge from the Application Architect and System Architect credential tracks simultaneously.
- Which credentials are recommended before attempting the CTA Evaluation Exam?
- Salesforce strongly recommends completing both the Application Architect credential (Data Architect + Sharing & Visibility Architect + Platform App Builder + System Architect) and System Architect credential (Integration Architect + Identity & Access Management Architect + Dev Lifecycle & Deployment Architect + System Architect) before the Evaluation Exam. Most successful candidates also have 5+ years of Salesforce architecture experience.
- What concepts do most Technical Architect Evaluation candidates get wrong?
- The most commonly misunderstood topics for the Technical Architect Evaluation exam are: (1) Evaluation Format — Two Proctored Exams Before the Review Board; (2) Covering All Salesforce Architecture Domains in Evaluation; (3) Scenario-Based Reasoning Over Feature Recall. Candidates are most confidently wrong on these — learn the distinctions early to avoid losing marks on questions you expect to get right.
- Why do most Technical Architect Evaluation candidates fail questions about Evaluation Format?
- The Salesforce Technical Architect path includes two proctored multiple-choice assessments (Technical Architect Evaluation exams) before candidates are eligible for the Review Board. These exams test architecture knowledge across all domain areas. Candidates underestimate these proctored exams — they are rigorous and assess whether a candidate has the breadth of knowledge required to enter the ...
- Why do most Technical Architect Evaluation candidates fail questions about Covering All Salesforce Architecture Domains in Eval...?
- The Technical Architect evaluation covers all architecture domains: Data Architecture, Integration, Sharing & Visibility, Development Lifecycle, Security, Identity, and Solution Design. Candidates focus on their strongest domain — the exam requires breadth across all domains, with especially high expectations on Integration Patterns, Deployment Strategy, and Data Architecture.
- Why do most Technical Architect Evaluation candidates fail questions about Scenario-Based Reasoning Over Feature Recall?
- The TA Evaluation exams are scenario-based: given a complex business requirement with constraints, choose the best architecture. Correct answers require justifying the approach based on the full context, not just identifying the "best practice." Candidates choose the textbook answer ignoring constraints — the exam penalises technically correct answers that do not fit the scenario constraints.
Related Exam Tips
Start CTA Evaluation Exam Prep
After this exam, consider Application Architect or System Architect next.