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 Platform Foundations Exam Tips (Winter '26): How to Pass

The Platform Foundations exam is Salesforce's entry-level platform certification. It tests fundamental knowledge of the Salesforce platform: objects, fields, security, and automation basics. These tips focus on the core concepts that every Salesforce professional needs to know.

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

40

Questions

70 min

Time Limit

65%

Passing Score

$75

Exam Fee

Quick Answer: What Platform Foundations Tests

  • Core platform concepts — Standard and custom objects, field types (text, number, picklist, lookup, master-detail), record pages, Lightning App Builder, and how Salesforce organises and relates data across objects.
  • Data and security model — The Salesforce security model: profiles (object-level access), permission sets (additional permissions), OWDs and sharing rules (record-level access). Understanding who can see which records and how sharing is controlled.
  • Automation and reporting — Basic Flow automation (screen flows for user interaction, auto-launched for background automation), validation rules, formula fields, and creating reports and dashboards. Basic understanding of Salesforce automation options and when to use each.

Highest-Weight Exam Sections

Core Salesforce Platform Concepts30%
Data and Security25%
Automation Basics22%
Reports and Dashboards18%

Platform Concepts + Security + Automation = 77%. These three areas cover the vast majority of what every Salesforce user needs to know.

Scenario Strategy: How to Approach Platform Foundations Questions

Questions describe a basic Salesforce configuration or business requirement and ask which feature, field type, or setting addresses it. Focus on standard Salesforce features — not custom development or advanced configuration that would be out of scope for a foundations exam.

  • For field type questions: Text fields store alphanumeric data. Number fields store numeric values. Lookup fields create a relationship to another object. Master-Detail fields create a tighter parent-child relationship where the child can't exist without the parent. Formula fields calculate values from other fields — they are read-only.
  • For security questions: profiles control which objects and fields a user can access. Permission sets add additional access on top of profiles. OWDs (Organisation-Wide Defaults) set the baseline sharing level for each object. Sharing rules open up access beyond OWDs. You can never use these to restrict access below what a profile grants.
  • For automation questions: validation rules prevent saving invalid data. Formula fields calculate read-only values. Flow automates processes (screen flow for guided users, auto-launched for background logic). When a scenario says 'when a record is saved, automatically update a field', the answer is an auto-launched Flow triggered on record save — not a manual process.

Mock-Test Benchmark Before Booking

75%+ on 3 timed full mocks before booking

Platform Foundations is the most accessible Salesforce certification. Most candidates with 1–2 months of Salesforce experience and 2–3 weeks of focused study can pass. Set up a free Salesforce Developer Edition org and hands-on practice with objects, fields, and basic Flow automation before booking.

3 Concepts That Fail Most Platform Foundations Candidates

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

1. Standard Objects vs Custom Objects — What You Can and Cannot Modify

Standard Objects (Account, Contact, Opportunity, Case) are provided by Salesforce and cannot be deleted — you can add fields, page layouts, and validation rules but cannot remove the core fields. Custom Objects are fully user-defined and can be deleted if no records exist. Candidates try to delete standard objects or standard fields — the exam expects knowledge of what is modifiable on standard vs custom objects.

2. Profiles vs Permission Sets — Baseline vs Extension

Profiles define the baseline permissions for a group of users: what objects they can access, what apps they see, login hours. Permission Sets add permissions ON TOP of a profile — they cannot restrict what a profile already grants. Candidates use Permission Sets to restrict access — the exam expects Profiles for restriction and Permission Sets for expansion.

3. App Launcher vs Navigation Bar vs Home Page — Three Separate Customisation Areas

The App Launcher shows all apps available to a user (customised via profiles and permission sets). The Navigation Bar (within a Lightning App) defines the tabs visible in a specific app. The Home Page displays components relevant to the user's role. Candidates customise the App Launcher when they mean the Navigation Bar — the exam distinguishes these as separate customisation surfaces.

Frequently Asked Questions

What is the Salesforce Platform Foundations exam format?
The Salesforce Platform Foundations exam has 45 multiple-choice questions, a 70-minute time limit, a 65% passing score, and a $150 fee. It is an entry-level certification testing fundamental Salesforce platform concepts: navigation, objects, fields, automation basics, security model, and reports — positioned as a stepping stone before the full Administrator exam.
What are the highest-weight Platform Foundations exam sections?
Core Salesforce Platform Concepts (30%) and Data and Security (25%) together account for 55% of the exam. Understanding standard and custom objects, field types, the Salesforce security model (profiles, permission sets, OWDs, sharing rules), basic automation (Flow), and reports/dashboards are the most tested areas.
What is the difference between Platform Foundations and Administrator (ADM-201)?
Platform Foundations is an entry-level certification for beginners — it tests fundamental platform knowledge at a shallower depth than ADM-201. ADM-201 is the full administrator certification testing deeper knowledge across more topics. Platform Foundations is ideal for those who need to demonstrate basic Salesforce literacy before pursuing ADM-201 or a specialist certification.
Who should take Platform Foundations instead of going straight to ADM-201?
Platform Foundations is recommended for professionals new to Salesforce who need to quickly demonstrate platform competency — business users, project managers, sales reps, or people starting in a Salesforce admin role. Those with 3+ months of Salesforce exposure may be better served by targeting ADM-201 directly to avoid unnecessary exam fees.
What concepts do most Platform Foundations candidates get wrong?
The most commonly misunderstood topics for the Platform Foundations exam are: (1) Standard Objects vs Custom Objects — What You Can and Cannot Modify; (2) Profiles vs Permission Sets — Baseline vs Extension; (3) App Launcher vs Navigation Bar vs Home Page — Three Separate Customisation Areas. 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 Platform Foundations candidates fail questions about Standard Objects vs Custom Objects?
Standard Objects (Account, Contact, Opportunity, Case) are provided by Salesforce and cannot be deleted — you can add fields, page layouts, and validation rules but cannot remove the core fields. Custom Objects are fully user-defined and can be deleted if no records exist. Candidates try to delete standard objects or standard fields — the exam expects knowledge of what is modifiable on standard...
Why do most Platform Foundations candidates fail questions about Profiles vs Permission Sets?
Profiles define the baseline permissions for a group of users: what objects they can access, what apps they see, login hours. Permission Sets add permissions ON TOP of a profile — they cannot restrict what a profile already grants. Candidates use Permission Sets to restrict access — the exam expects Profiles for restriction and Permission Sets for expansion.
Why do most Platform Foundations candidates fail questions about App Launcher vs Navigation Bar vs Home Page?
The App Launcher shows all apps available to a user (customised via profiles and permission sets). The Navigation Bar (within a Lightning App) defines the tabs visible in a specific app. The Home Page displays components relevant to the user's role. Candidates customise the App Launcher when they mean the Navigation Bar — the exam distinguishes these as separate customisation surfaces.

Related Exam Tips

Start Platform Foundations Prep

After this exam, consider Platform Administrator (ADM-201) or Platform Developer I next.