Updated for Summer '26
See our certification path to understand where this certification fits in your career. The Salesforce Certified Platform Foundations exam weights Customer 360 Platform Basics most heavily (35%) — see the full breakdown, study tips, and practice questions below. See our full study guide for deep section coverage. Ready to book? Read our exam tips and study plan.
Join 800+ passed this month • Updated for 2026 • No sign-up required
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

Written & verified by Krishna Mohan
5× Salesforce Certified · 12+ years in data engineering & Salesforce · Updated for Summer '26
Who is the Platform Foundations exam for?
- Salesforce beginners: You have up to 6 months of Salesforce experience and want an entry-level credential to prove you understand the platform basics.
- Career changers exploring CRM: You’re transitioning into the Salesforce ecosystem and want a low-risk first certification before tackling ADM-201 or Developer I.
- Business users seeking formal validation: You use Salesforce daily in a sales, service, or operations role and want to validate your understanding of objects, reports, and security fundamentals.
Exam Fees & Registration
Exam Fee
$75
One-time registration fee
Retake Fee
Free
If you need to retake the exam
Comparing certs? View all Salesforce exam fees in one place →
Certification Validity
Your Salesforce Certified Platform Foundations 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 Foundations exam through the official Salesforce certification portal.
Register for ExamExam 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.
Salesforce Certified Platform Foundations – Complete Summer '26 Guide
An entry-level exam for people with up to 6 months of Salesforce experience, covering Customer 360 basics -- navigation, objects and records, reports, security fundamentals, and the Salesforce ecosystem.
Salesforce Certified Platform Foundations Exam Weightage by Section
Exam Topics
Why This Certification Matters
The first step on the Salesforce credential path; often required before Administrator.
Exam Tips
- 1All three sections are roughly equal—cover the whole outline.
- 2Know standard objects and the basic data model (Account, Contact, Lead, Opportunity).
- 3Understand navigation: App Launcher, list views, and basic reports.
- 4No coding; focus on concepts and “what is this used for?”
Prerequisites
- •Trailhead or introductory Salesforce experience
Focus Areas
- •Customer 360 Platform Basics
- •Navigation and Data Model
- •Reports and Dashboards
Study Strategy
Complete the official Trailhead trailmix.
Use a Developer Edition org to click through every feature mentioned in the outline.
This is an entry-level cert—breadth over depth.
Exam Format and First-Attempt Readiness
The Salesforce Certified Platform Foundations exam has 40 questions in 70 min, passing score 62%. Most Salesforce exams test scenario-based decisions — focus on when to use each feature, not just terms.
- Study Customer 360 Platform Basics and Navigation and Data Model first — together they carry 70% 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 62%.
Is the Platform Foundations Exam Hard?
Is the Platform Foundations Exam Hard?
The Platform Foundations exam is considered easy to moderate. It covers a wide surface area at a shallow depth, which means the challenge is breadth of knowledge rather than deep configuration expertise.
- 40 multiple-choice questions in 75 minutes.
- ~65% passing score — you can miss up to 14 questions.
- Broad but shallow — questions span Customer 360, data modelling, security basics, reports, and the Salesforce ecosystem, but none go deep into configuration.
- Terminology traps — many answers sound plausible because they use real Salesforce terms in slightly wrong contexts. Focus on what each Cloud product actually does.
Pass Rate Guidance
If you can score 80%+ on two full practice exams and clearly distinguish Sales Cloud from Service Cloud from Marketing Cloud, you’re ready to book.
Platform Foundations Exam Format Explained
Platform Foundations Exam Format Explained
The exam is proctored online or in-person. Here is the format:
Total Questions
40 scored questions
Time Limit
70 min
Passing Score
62%
Question Type
Multiple-choice & multiple-select
How Many Questions Are Scenario-Based?
About 30-40% of questions are scenario-based. Common patterns include identifying which standard object fits a business requirement, choosing the correct Cloud product for a use case, and selecting the right security layer to solve an access problem.
Best Way to Pass on Your First Attempt
- Learn the core data model: Know the standard objects (Account, Contact, Lead, Opportunity, Case), their relationships, and when to use Lookup vs Master-Detail.
- Distinguish the Salesforce Clouds: Sales Cloud for pipeline and forecasting, Service Cloud for cases and support, Marketing Cloud for campaigns — the exam tests which product solves which problem.
- Understand security layers: Know the four-level security model (Org, Object, Field, Record) and that Profiles control what users can do while Roles control what data they see.
- Know AppExchange and Trailhead: Understand managed vs unmanaged packages, how to evaluate an AppExchange listing, and the role of Trailhead in the Salesforce learning ecosystem.
Salesforce Platform Foundations: Key Concepts for the Exam
Salesforce Platform Architecture
Salesforce is a multi-tenant cloud platform — all customers share the same infrastructure but data is logically isolated. The platform provides automatic upgrades (3 major releases per year: Spring, Summer, Winter), managed scalability, and built-in high availability. The metadata-driven architecture means that customizations (objects, fields, layouts, code) are stored as metadata rather than application code changes. The Lightning Platform delivers Force.com (declarative + code), Experience Cloud (portals), and Einstein (AI) on a common foundation. The Foundations exam tests understanding of the multi-tenant model, what the metadata layer controls, and how Salesforce manages upgrades without breaking customer customizations.
Data Modeling Basics
Salesforce organizes data into Objects (equivalent to database tables) and Records (rows). Standard Objects (Account, Contact, Lead, Opportunity, Case) are pre-built. Custom Objects store business-specific data. Fields define the data types stored in an object. Record Types allow different page layouts and picklist values per user group on the same object. Relationships connect objects: Lookup (loose coupling, optional parent), Master-Detail (tight coupling, cascade delete, roll-up summary). External Objects connect to external data via Salesforce Connect. The exam tests field type selection (Formula, Roll-Up Summary, Picklist, Text, Currency), when to use Lookup vs. Master-Detail, and how Record Types enable different business processes on the same object.
Security Model Overview
Salesforce security operates at four levels: Org (login, network access), Object (CRUD via profiles/permission sets), Field (read/edit via profiles/permission sets), and Record (OWD + Role Hierarchy + Sharing). Profiles assign baseline permissions to every user of a type. Permission Sets grant additional permissions to specific users without changing the profile. Permission Set Groups bundle multiple Permission Sets. Org-Wide Defaults (OWD) set the most restrictive baseline access for records. Role Hierarchy and Sharing Rules extend record visibility beyond OWD. The exam tests which security layer to modify to solve a given access problem — know that you always configure the most restrictive layer first, then open up selectively.
Automation Overview: Declarative Tools
Salesforce provides a suite of declarative automation tools. Validation Rules prevent records from being saved if data doesn't meet criteria — fires before save. Formula Fields calculate values automatically from other field values — read-only. Default Field Values pre-fill fields on new records. Record-Triggered Flows execute automation before or after a record save — replaces Process Builder and Workflow Rules. Approval Processes route records through human reviewers. Scheduled Flows process batches of records at a scheduled time. The Foundations exam tests which tool to use for: enforcing data quality (Validation Rule), calculating a derived value (Formula Field), automating a multi-step process (Flow), or requiring manager sign-off (Approval Process).
AppExchange, Ecosystem & Trailhead
AppExchange is Salesforce's marketplace for third-party applications, components, Flows, and Lightning Bolts. Managed Packages are ISV-published solutions that are upgradeable and have protected code. Unmanaged Packages are open-source and not upgradeable. Security Review ensures AppExchange listings meet Salesforce security standards. Partner Ecosystem includes consulting SIs, ISVs, and Salesforce-trained professionals (Trailblazers). Trailhead is the free learning platform — modules, trails, superbadges, and certifications. Trailblazer Community provides forums and user groups. The Foundations exam tests the difference between managed and unmanaged packages, how to evaluate an AppExchange listing, and the role of the Salesforce ecosystem in extending the platform.
Salesforce is a cloud CRM platform: your data lives in Objects (Accounts, Contacts, Opportunities), organized by Apps, viewed through Lightning Experience, and extended by clouds like Sales, Service, and Marketing on the same underlying platform.
How to Pass the Salesforce Platform Foundations Exam
This associate-level exam tests foundational knowledge of the Salesforce platform. Questions focus on what Salesforce can do, how core features work together, and basic configuration — ideal for those new to the ecosystem.
Understand the Core Data Model
Know standard vs. custom objects, field types, and relationship types (lookup vs. master-detail). Understand how these building blocks come together to create business applications on the platform.
Core Automation Features
Know Flow Builder for automation, validation rules for data quality, formula fields for calculated values, and approval processes for multi-step reviews. No deep configuration details required — focus on use cases.
User Management Basics
Profiles control what users can do; Roles control what data they can see via the role hierarchy. Permission Sets add access beyond a profile. These three work together to govern user access.
Reports & Dashboards Overview
Know that reports query Salesforce data and dashboards visualize report data. Understand the four report types at a high level and that dashboards require a running user for data access.
The Salesforce Ecosystem
Understand AppExchange for third-party apps, Trailhead for learning, and the main Salesforce clouds (Sales, Service, Marketing, Experience, Platform) at a high level — what each cloud solves and when it's appropriate.
Is the Salesforce Certified Platform Foundations Exam Hard?
DifficultyEntry-level; plan about 2-4 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: 40 questions, 70 min, 62% passing score.
Get the Full Question Bank
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.
Request Mock Exams & Study PlanSalesforce Certified Platform Foundations Exam FAQs
- What is covered on the Salesforce Certified Platform Foundations exam?
- This page shows the section-wise exam weightage so you know exactly which topics carry the most weight. Use the exam topics and practice questions above to align your study with the official outline.
- Is Platform Foundations a good starting point for Salesforce certifications?
- Yes, Platform Foundations is designed as an entry-level certification for users with up to 6 months of experience. It validates foundational knowledge and is often a stepping stone to the Platform Administrator certification.
Next Certifications After Associate
After earning an associate credential, many candidates move to role-based certifications: