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

Platform App Builder Exam Tips (Winter '26): How to Pass DEV-402 First Attempt

The DEV-402 exam is scenario-driven and tests declarative app building across data modelling, automation, security, and app design. These tips show you how to focus your study time and tackle each scenario type.

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

63%

Passing Score

$200

Exam Fee

Quick Answer: Best Way to Pass DEV-402

  • The DEV-402 has 60 questions in 105 minutes. Passing score is 63%. Aim for 76%+ on full mocks before booking.
  • Highest-weight sections: Data Modelling & Management (24%) and Process Automation & Logic (27%) — cover these first.
  • Practice declaratively in a Developer Edition org. The exam rewards hands-on understanding of when and why to use each feature.
  • The ADM-201 (Salesforce Administrator) is a recommended prerequisite — take it first if you haven't already.

Highest-Weight Exam Sections

Process Automation and Logic27%
Data Modelling and Management24%
Security and Access15%
App Design and User Interface15%

Process Automation + Data Modelling = 51%. Master flows, record types, and object relationships first.

4-Week DEV-402 Study Plan

Week 1: Data Modelling & Management — object relationships (lookup vs master-detail, junction objects), roll-up summary fields, formula fields, validation rules, and schema design patterns.

Week 2: Process Automation & Logic — Record-Triggered Flows for field updates and cross-object automation, Approval Processes for multi-step human approvals, and when to choose each tool. Workflow Rules and Process Builder are legacy — know them for elimination only.

Week 3: Security & App Design — OWD, role hierarchy, sharing rules, permission sets, field-level security, Lightning App Builder (page types, Dynamic Forms), record types, page layout assignments.

Week 4: Full mock exams (aim for 76%+), revision of weak sections, reporting & dashboards, and mobile/deployment basics. Book the exam only after hitting the mock benchmark consistently.

How to Handle DEV-402 Scenario Questions

Most DEV-402 questions present a business requirement and ask which declarative feature best meets it. The key is identifying the constraint in each scenario before selecting an answer.

  • Relationship questions: Use Master-Detail when child records should cascade-delete with the parent and when you need roll-up summary fields. Use Lookup when the child can exist independently. A junction object (two master-detail relationships) solves many-to-many.
  • Automation questions: Default answer is Flow (Record-Triggered). Choose Approval Process only when a multi-step human approval with rejection paths is described. Never choose Workflow Rule or Process Builder unless the scenario explicitly forbids Flow.
  • Security questions: Read the security model in order — OWD sets the baseline, role hierarchy opens up, sharing rules grant additional access, Field-Level Security and page layouts control visibility. Permission Sets grant permissions beyond a profile. Record Types control picklist values and page layout assignment, not field visibility.
  • Watch for key phrases: “without code” = declarative only; “most efficient” = native feature over custom-built; “administrators only” = profile-based; “certain users” = permission sets or sharing rules.

Mock-Test Benchmark Before Booking

Use this minimum benchmark before scheduling your DEV-402 exam:

76%+ on 3 timed full mocks (60 questions / 105 minutes each)

The official passing score is 63% (38/60 questions), but scoring at 76%+ on mocks significantly reduces retake risk and accounts for exam-day variance in question difficulty.

3 Concepts That Fail Most App Builder Candidates

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

1. Declarative-First: The Exam Always Prefers Flow Over Apex

When a scenario can be solved by either a Record-Triggered Flow or an Apex trigger, the correct exam answer is always Flow. This is the “declarative-first” principle. The trap is candidates who have real-world Apex experience choosing the code solution — the exam penalises this. Only choose Apex when the scenario explicitly states something Flow cannot do, such as complex callouts or cross-object DML that Flow does not support.

2. Master-Detail vs Lookup: The Sharing and Roll-Up Difference

Master-Detail relationships roll up summary fields (Count, Sum, Min, Max) from child to parent automatically — Lookup relationships cannot. More critically, Master-Detail OWD is inherited: if a Master record is Private, child records follow that access level regardless of the child object's own OWD. Lookup child records do NOT inherit OWD. Exam scenarios ask you to choose between them — if the scenario mentions roll-up summaries or shared security, choose Master-Detail.

3. Lightning App Builder Visibility Rules vs Profile-Based Assignment

Component Visibility Rules in Lightning App Builder control whether a component is rendered on the page based on record field values, user permissions, or device type — they do NOT prevent the page from loading. Profile-based Page Layout Assignment controls which layout a profile sees. Candidates confuse these: if a scenario says “only show this component to managers,” the answer is Visibility Rules (using a custom permission or profile check), not a separate page layout.

Frequently Asked Questions

What is the App Builder (DEV-402) exam format?
The Salesforce Platform App Builder exam (DEV-402) has 60 multiple-choice questions, a 105-minute time limit, a 68% passing score, and a $200 fee.
What are the highest-weight App Builder topics?
Declarative customisation (37%) and Data Modelling (23%) together account for 60% of the exam. Lightning App Builder, custom objects, formula fields, and validation rules are the most tested skills.
How hard is the Platform App Builder exam?
Moderate difficulty — it sits one step above ADM-201. Most candidates with admin experience pass in 4–6 weeks of study. Hands-on practice in a Developer Edition org is essential.
What is the difference between ADM-201 and App Builder?
ADM-201 tests administration and configuration; App Builder tests building custom applications declaratively using objects, flows, Lightning pages, and the AppExchange. There is about 30% content overlap in automation and data topics.
What concepts do most App Builder candidates get wrong?
The most commonly misunderstood topics for the App Builder exam are: (1) Declarative-First: The Exam Always Prefers Flow Over Apex; (2) Master-Detail vs Lookup: The Sharing and Roll-Up Difference; (3) Lightning App Builder Visibility Rules vs Profile-Based Assignment. 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 App Builder candidates fail questions about Declarative-First: The Exam Always Prefers Flow Over...?
When a scenario can be solved by either a Record-Triggered Flow or an Apex trigger, the correct exam answer is always Flow. This is the "declarative-first" principle. The trap is candidates who have real-world Apex experience choosing the code solution — the exam penalises this. Only choose Apex when the scenario explicitly states something Flow cannot do, such as complex callouts or cross-obje...
Why do most App Builder candidates fail questions about Master-Detail vs Lookup: The Sharing and Roll-Up Dif...?
Master-Detail relationships roll up summary fields (Count, Sum, Min, Max) from child to parent automatically — Lookup relationships cannot. More critically, Master-Detail OWD is inherited: if a Master record is Private, child records follow that access level regardless of the child object's own OWD. Lookup child records do NOT inherit OWD. Exam scenarios ask you to choose between them — if the ...
Why do most App Builder candidates fail questions about Lightning App Builder Visibility Rules vs Profile-Ba...?
Component Visibility Rules in Lightning App Builder control whether a component is rendered on the page based on record field values, user permissions, or device type — they do NOT prevent the page from loading. Profile-based Page Layout Assignment controls which layout a profile sees. Candidates confuse these: if a scenario says "only show this component to managers," the answer is Visibility ...

Related Exam Tips

Next Step

Apply these tips with real DEV-402 practice questions:

After you're consistently scoring 75%+ on App Builder mocks, the most common next steps are Advanced Administrator on the admin track, or cloud-specific roles like Sales Cloud Consultant and Service Cloud Consultant if you want to move into implementations.

After this exam, consider Platform Developer II or Platform App Builder next.