Trailblaze Prep
All CertificationsCertification PathBecome a CTASearchContact Us

Choose your role

Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau
Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau

Updated for Winter '26

Salesforce Application Architect Exam Tips (Winter '26): How to Pass All 4 Components

The Salesforce Application Architect credential is earned by passing four component certifications: App Builder, Platform Developer I, Data Architect, and Sharing & Visibility Architect. These tips cover the exam strategy for each component and how to prepare efficiently across all four.

KM

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

105 min

Time Limit

67%

Passing Score

$200

Exam Fee

Quick Answer: How the Application Architect Credential Works

  • No single exam — Application Architect is a role-based credential earned automatically when you pass all four component exams. There is no separate Application Architect exam.
  • Four components — Platform App Builder (DEV-402), Platform Developer I (PD1), Data Architect, and Sharing & Visibility Architect.
  • Recommended order — App Builder → PD1 → Data Architect → Sharing & Visibility Architect. The first two build the foundation the latter two require.

Component Exam Overview

Platform App Builder (DEV-402)

Data modelling, Flow automation, Lightning App Builder, security model

68% pass
Platform Developer I (PD1)

Apex basics, SOQL/DML, governor limits, triggers, LWC, testing

68% pass
Data Architect

Data modelling strategy, large data volumes, master data management, migration

63% pass
Sharing & Visibility Architect

OWD design, sharing rules, role hierarchy, manual sharing, performance implications

63% pass

All four exams: 60 questions · 105–120 minutes · $200 fee each

Scenario Strategy: How to Approach Each Component

Application Architect component exams share a common thread: every question tests whether you can choose the right Salesforce feature for a given architectural constraint. The pattern is always: understand the constraint first, then select the solution.

  • App Builder: Always prefer declarative over code. The exam tests your ability to solve requirements without Apex — Flow is the default answer for automation.
  • PD1: Governor limits are the key constraint. When a scenario involves bulk records, the answer always involves bulkification, SOQL outside loops, and proper test coverage.
  • Data Architect: Large data volume (LDV) questions test skinny tables, custom indexes, and query optimisation. Always consider the impact on query performance before recommending a data model.
  • Sharing & Visibility: Read the sharing model in layers — OWD → role hierarchy → sharing rules → manual sharing. The answer is always the most restrictive configuration that still meets the stated requirement.

Mock-Test Benchmark Before Booking Each Component

76%+ on 3 timed mocks per component before booking

Data Architect and Sharing & Visibility Architect have lower first-attempt pass rates than App Builder and PD1. Budget more preparation time for these two — real project experience designing data models and sharing configurations is strongly recommended before attempting them.

3 Concepts That Fail Most Application Architect Candidates

These are not the hardest topics — they are the ones where candidates are most confidently wrong. Learn the distinction early.

1. Application Architect Is a Role Credential — Not a Single Exam

The Salesforce Application Architect credential is awarded when you hold both the System Architect credential and the four domain architect exams (Data, Integration, Sharing & Visibility, Dev Lifecycle). There is no single "Application Architect exam." Candidates often study for it as if it were one test. Focus on the four domain exams first, then earn System Architect — the Application Architect credential follows automatically.

2. Multi-Org vs Single-Org — Recognising the Decisive Scenario Signals

Single-org consolidates all business units into one instance (better data sharing, more governance complexity). Multi-org separates by business unit (more autonomy, harder cross-BU data access). Exam scenarios signal multi-org with: strict regulatory data isolation requirements, completely separate business processes with no cross-BU data sharing, or post-merger organisations with incompatible tech stacks.

3. Large Data Volumes and Query Performance — Skinny Tables Are Not Indexes

Skinny tables are read-only Salesforce-managed tables that cache frequently queried field subsets to speed SOQL queries on high-volume objects. They are NOT the same as custom indexes. Custom indexes speed lookups on specific fields. Candidates use these terms interchangeably. Know when to request each from Salesforce Support and why standard indexes (on Lookup/Master-Detail fields and formula fields) are automatically maintained.

Frequently Asked Questions

What is the Salesforce Application Architect credential?
The Salesforce Application Architect is a role-based credential (not a single exam) that requires passing four component certifications: Platform App Builder (DEV-402), Platform Developer I (PD1), Salesforce Data Architect, and Salesforce Sharing & Visibility Architect. Passing all four automatically earns the Application Architect credential.
What order should I take Application Architect component exams?
Most candidates start with Platform App Builder, then Platform Developer I, then Data Architect, and finally Sharing & Visibility Architect. App Builder and PD1 are foundational and overlap significantly with ADM-201, making them the best entry points.
How hard is the Salesforce Application Architect credential?
The Application Architect credential is considered moderately difficult overall, but the individual component exams vary. App Builder (68% pass threshold) and PD1 (68%) are achievable with 4-8 weeks of study each. Data Architect and Sharing & Visibility Architect are harder and require real project experience.
What are the highest-weight topics in the Application Architect component exams?
Across the four components, the most tested topics are: data modelling and relationships (Data Architect), sharing rules and OWD design (Sharing & Visibility Architect), declarative automation vs. code decisions (App Builder), and Apex design patterns including governor limits (PD1). These cross-cutting topics appear across multiple exams.
What concepts do most Application Architect candidates get wrong?
The most commonly misunderstood topics for the Application Architect exam are: (1) Application Architect Is a Role Credential — Not a Single Exam; (2) Multi-Org vs Single-Org — Recognising the Decisive Scenario Signals; (3) Large Data Volumes and Query Performance — Skinny Tables Are Not Indexes. 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 Application Architect candidates fail questions about Application Architect Is a Role Credential?
The Salesforce Application Architect credential is awarded when you hold both the System Architect credential and the four domain architect exams (Data, Integration, Sharing & Visibility, Dev Lifecycle). There is no single "Application Architect exam." Candidates often study for it as if it were one test. Focus on the four domain exams first, then earn System Architect — the Application Archite...
Why do most Application Architect candidates fail questions about Multi-Org vs Single-Org?
Single-org consolidates all business units into one instance (better data sharing, more governance complexity). Multi-org separates by business unit (more autonomy, harder cross-BU data access). Exam scenarios signal multi-org with: strict regulatory data isolation requirements, completely separate business processes with no cross-BU data sharing, or post-merger organisations with incompatible ...
Why do most Application Architect candidates fail questions about Large Data Volumes and Query Performance?
Skinny tables are read-only Salesforce-managed tables that cache frequently queried field subsets to speed SOQL queries on high-volume objects. They are NOT the same as custom indexes. Custom indexes speed lookups on specific fields. Candidates use these terms interchangeably. Know when to request each from Salesforce Support and why standard indexes (on Lookup/Master-Detail fields and formula ...

Related Exam Tips

Start Application Architect Prep

After this exam, consider Application Architect or System Architect next.