Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Sales
Designer
Tableau
Claude

Updated for Summer '26

New to Salesforce admin? Our Salesforce Administrator (ADM-201) exam prep is the usual first step. See our ADM-201 vs App Builder comparison to choose the right certification order. Ready to book? Read our DEV-402 exam tips and study plan.

60 practice Qs4.2K+ students/moUpdated Summer '26Verified vs official exam guide

Join 4.2K+ passed this month • Updated for 2026 • No sign-up required

$200 exam • 63% passing score • Free practice

Request full DEV-402 mock exam & study plan

Updated for Summer '26

This page is reviewed every release to stay aligned with the current exam blueprint.

Exam Blueprint Aligned

Section weightages match the official Summer '26 exam guide

Questions Reviewed

Practice questions and explanations checked each release cycle

Works on Any Device

Full practice experience on phone, tablet, or desktop

Free, No Sign-Up

Start practicing immediately — no account or email required

Krishna Mohan — 5x Salesforce certified author

Written & verified by Krishna Mohan

5× Salesforce Certified · 12+ years in data engineering & Salesforce · Updated for Summer '26

ADM-201PD1PD2App BuilderSales Cloud Consultant

Verify on Trailblazer.me · Methodology · Contact

Who is the Platform App Builder exam for?

  • Admins levelling up: You passed ADM-201 and want to prove you can design and build custom Salesforce applications using declarative tools.
  • Business app builders: You create custom objects, flows, and Lightning pages for your team and want the credential to formalise those skills.
  • Aspiring developers: You want to understand declarative boundaries before moving into Apex development and PD1.

Exam Fees & Registration

Exam Fee

$200

One-time registration fee

Retake Fee

$100

If you need to retake the exam

Comparing certs? View all Salesforce exam fees in one place →

Certification Validity

Your Salesforce Certified Platform App Builder certification is valid for 3 years from the date you pass the exam. You'll need to maintain your certification through continuing education or retake the exam.

How to Register

Register for the Salesforce Certified Platform App Builder (DEV-402) exam through the official Salesforce certification portal.

Register for Exam

Exam data verification: questions, duration, passing score, fees, and section coverage were checked against official source references on .

Official sources: Exam guide·Salesforce exam pricing·Independent prep resource; no braindumps or leaked exam questions.

DEV-402Intermediate

Salesforce Platform App Builder (DEV-402): Free Practice Exam & Study Guide (Summer '26)

The Platform App Builder certification validates your skills in designing, building, and deploying custom applications on the Salesforce platform.

60
Questions
66%
Passing Score
105 min
Duration
$200
Exam Fee

Salesforce Certified Platform App Builder Exam Weightage by Section

Data Modeling and Management20%
User Interface22%
Business Logic and Process Automation23%
Reports and Dashboards15%
Deployment10%
Mobile and Lightning10%

Exam Topics

Data ModelingSecurityBusiness LogicProcess AutomationUser InterfaceReportingMobileApp DevelopmentSocialDeployment

Exam Tips

  • 1Data Modeling and User Interface are ~42% combined—master relationships, page layouts, record types.
  • 2Business Logic and Process Automation is the largest section; know Flow and validation rules well.
  • 3Understand when to use Master-Detail vs Lookup and cascade delete behavior.
  • 4Practice creating apps with Lightning App Builder and assigning to profiles.

Prerequisites

  • Platform experience
  • Administrator cert recommended

Focus Areas

  • Data Modeling
  • User Interface (Lightning)
  • Business Logic and Process Automation
  • Reports and Dashboards

Study Strategy

Focus on declarative development: no code.

Build a small app end-to-end (objects, relationships, automation, reports, dashboard).

Align each piece with the exam outline.

Exam Format and First-Attempt Readiness

The Salesforce Certified Platform App Builder exam has 60 questions in 105 min, passing score 63%. Most Salesforce exams test scenario-based decisions — focus on when to use each feature, not just terms.

  • Study Business Logic and Process Automation and User Interface first — together they carry 45% of the exam.
  • Do timed question sets. Build pacing and confidence.
  • Review why wrong answers are wrong. It improves scenario reasoning.
  • Book the exam once your mock scores are steady above 63%.
Is the Platform App Builder Exam Hard?
App Builder Exam Format Explained

How to Pass the Platform App Builder Exam (DEV-402)

The DEV-402 exam is scenario-based — most questions describe a business requirement and ask which declarative tool or configuration best meets it. Understanding when to use each Salesforce feature matters more than memorising field limits.

Data Modelling Scenarios

When a question asks about relationships: use Master-Detail when child records only make sense in the context of the parent (cascade delete, roll-up summaries). Use Lookup when the child can exist independently. Junction objects solve many-to-many — always two Master-Detail relationships, not two Lookups. Roll-up summary fields only work on Master-Detail relationships.

Automation Decision Tree

For most automation questions, the answer is Flow. Record-Triggered Flows handle field updates, record creation, and cross-object automation. Approval Processes handle multi-step human approvals with rejection paths. Workflow Rules and Process Builder are legacy — do not choose them unless the question specifies a constraint preventing Flow use.

Security and Visibility Layering

The DEV-402 tests the Salesforce security model in sequence: OWD (baseline record access) → Role Hierarchy (opens up) → Sharing Rules (grants access to groups) → Manual Sharing → Field-Level Security → Page Layouts. Permission Sets grant additional permissions beyond profiles. Record Types control picklist values and page layout assignment — not field visibility.

App Design and Lightning App Builder

Know the difference between App Page, Record Page, and Home Page in Lightning App Builder. Dynamic Forms move fields out of page layouts onto the Lightning Record Page directly, enabling visibility rules per field. Custom tabs, apps, and navigation items are all configured declaratively — no code required for standard app design.

Exam Strategy

Read every scenario for the constraint: “without code” means declarative only; “most efficient” usually means the native feature over a custom-built solution. Watch for “administrators only” (profile-based) vs “certain users” (permission sets or sharing rules). Passing score is 66% (40/60 questions) — aim for 76%+ on full mocks before booking.

Platform App Builder: Key Concepts for the Exam

Data Modeling: Objects, Fields, and Relationships

Custom Objects extend Salesforce to store your business-specific data. Master-Detail relationships create tight parent-child bonds (child inherits sharing, supports roll-up summaries). Lookup relationships are looser — the child can exist without the parent. Junction Objects implement many-to-many relationships using two master-detail relationships. Schema Builder provides a visual data model canvas. The exam presents a business requirement and asks which relationship type and object design is appropriate — know when to choose M-D vs Lookup based on cascade delete, sharing, and roll-up needs.

Business Logic and Process Automation

Flows are the primary automation tool for App Builders. Record-Triggered Flows replace Workflow Rules (retiring) and Process Builder (retiring). Screen Flows provide guided multi-step experiences for users. Scheduled Flows run on a time-based schedule. Approval Processes handle multi-step human sign-off with defined approvers and entry criteria. The exam tests which automation tool handles a given scenario — know that Flow replaces Workflow Rules for field updates and email alerts, and Approval Processes are for structured multi-person sign-off.

User Interface: Lightning App Builder and Page Layouts

Lightning App Builder lets admins compose pages by dragging standard and custom components onto a canvas — for Record Pages, Home Pages, and App Pages. Dynamic Forms move fields from traditional page layouts into the page itself, enabling conditional field visibility based on record values. Path provides stage guidance. Dynamic Actions control button visibility. List Views filter and display records without reports. The exam tests the difference between page layouts (profile/record type-based) and Dynamic Forms (component-level conditions).

Mobile Design: Compact Layouts and Navigation

Salesforce Mobile App uses Compact Layouts to determine which fields appear in record highlights, related list previews, and push notifications — the top fields in the layout appear first. Mobile Navigation defines which items appear in the mobile sidebar. Quick Actions appear in the action bar on mobile. The exam tests how to configure the mobile experience and which settings affect which mobile surfaces.

Analytics: Reports, Dashboards, and AppExchange

Report Types determine which objects and relationships are available in a report. Tabular reports list records in rows; Summary adds grouping and subtotals; Matrix adds two dimensions of grouping; Joined combines up to 5 report blocks. Dashboards display visual components (charts, gauges, tables) from report data. AppExchange provides pre-built apps, components, and flows — always install in a sandbox first, review required permissions, and check for governor limit implications.

Flow vs. Apex decision tree (exam mental model)

App Builder exam scenarios almost always reduce to one question: can this be built declaratively? Default to Flow — it's faster to build, easier to maintain, and requires no code deployment. Reach for Apex only when the requirement genuinely exceeds what Flow can do.

Decision tree: start with Flow by default; move to Apex only if the requirement needs complex data manipulation, callouts inside a trigger context, recursive/bulk logic beyond Flow limits, or reusable code shared across triggersNew automationrequirementCan it be built declaratively?Record changes, approvals, simple logicYesNoUse FlowRecord-Triggered Flow, Screen Flow,or Scheduled Flow — default choiceUse Apex when Flow can't:• Complex data manipulation or heavy recursive/bulk logic• Callouts requiring precise transaction control• Reusable logic shared across multiple triggers/contexts• Governor-limit-sensitive work at high data volume

Is the Salesforce Certified Platform App Builder (DEV-402) Exam Hard?

DifficultyModerate; plan about 4-8 weeks of focused prep.

Book When ReadyScore 80%+ on three timed mocks before scheduling.

Use Practice, Not DumpsOriginal practice questions build skill without risking your credential.

Exam format: 60 questions, 105 min, 63% passing score.

Request Full DEV-402 Mock Exams & Study Plan

Most candidates book the exam after scoring 75%+ on full mocks.

If you're planning to test this quarter, aim to complete full mocks at least 10–14 days before your exam date.

Want to ensure you pass on your first try? Contact us for more information on our full 60-question mock exams and a personalized study plan. You can also reach out to km.krishnamohan25@gmail.com—mention DEV-402.

Request Mock Exams & Study Plan

Salesforce Certified Platform App Builder (DEV-402) Exam FAQs

What is covered on the Salesforce Certified Platform App Builder (DEV-402) exam?
The Salesforce Certified Platform App Builder (DEV-402) exam—formerly Salesforce Certified App Builder— covers section-wise weightage as shown above. Use the exam topics and practice questions on this page to align your study with the official outline.
What is the difference between Platform Administrator and Platform App Builder certifications?
Platform Administrator focuses on day-to-day administration, security, and user management. Platform App Builder focuses on declarative development—building custom applications using clicks, not code. App Builder is ideal for those who want to build custom apps without programming.

After App Builder: Where to Go Next

Most admins take App Builder after ADM-201, then move into cloud-specific consultant roles. If you enjoy designing data models and automation, consider specialising as a consultant on the clouds your org uses most.