Free practice exams, flashcards & study guides for all 25 Salesforce certifications — Admin, Developer, Architect, AI & more.
SF Cert Hub is a free, browser-based study companion for the entire Salesforce certification catalog. Every practice exam is built around the published exam guide for that credential — the same domains, the same weighting, and a comparable mix of recall, scenario, and application-style questions. There's no signup wall, no paywall, and no tracking server: your progress is stored locally in your browser so you can study privately and pick up where you left off.
Whether you're a brand-new admin tackling your very first Salesforce credential or a seasoned architect chasing your final Application Architect badge, this hub is designed to help you walk into the testing room confident in two specific things: that you understand what Salesforce is going to ask, and how they ask it. Below is a track-by-track breakdown of every certification covered, plus study strategies, exam-day tips, and answers to the questions we hear most often from candidates.
Salesforce certification exams are notorious for one thing: the questions are written to be tricky, not difficult. Two answers will usually be obviously wrong, and the remaining two will both look technically correct — but only one matches Salesforce's recommended best practice or fits the scenario described. Re-reading documentation will not train you to spot that distinction. Practicing under realistic exam conditions will.
Research on retrieval practice has consistently shown that testing yourself on material produces dramatically better long-term retention than re-reading or highlighting. The act of pulling an answer out of memory — even when you get it wrong — strengthens the neural pathway far more than passive review. That's why every cert in this hub leads with the mock exam, then explains why each answer was right or wrong, so the explanation becomes the lesson rather than a textbook chapter you have to slog through.
The Administrator track is where almost every Salesforce career begins, and it's where the platform's core declarative model lives. The Salesforce Certified Administrator exam (sometimes still called ADM 201) covers user management, profiles and permission sets, sharing rules, data import and export, validation rules, reports and dashboards, Flow Builder, and the AppExchange. Expect roughly 60 multiple-choice questions in 105 minutes with a 65% passing score.
Once you've earned the Admin badge, Advanced Administrator deepens the same material — adding things like sharing edge cases, troubleshooting complex flows, and analytics features such as bucket fields, joined reports, and dashboard filters. Platform App Builder sits alongside Admin and focuses on declarative app construction: custom objects, page layouts, the Lightning App Builder, formula fields, roll-up summaries, and approval processes. Many candidates take Admin and App Builder back-to-back because the overlap is roughly 40%.
Common stumbling blocks on Admin track exams include the difference between roles and profiles, when to use sharing rules vs. manual sharing vs. team-based access, and the limits and order of execution for record-triggered flows. Our practice questions deliberately rotate through these areas with the same scenario wording Salesforce favors.
The Developer track begins with Platform Developer I, which assumes you already know the Admin material and adds Apex syntax, triggers, SOQL and SOSL, governor limits, asynchronous Apex (future methods, queueable, batch, schedulable), Lightning Web Components, and test classes. Salesforce expects 75% code coverage at deploy time, and the exam loves to ask which combination of features satisfies a requirement and respects governor limits — not just which one technically works.
Platform Developer II is currently a two-part credential: a multiple-choice proctored exam plus four programming assignments graded on the Trailhead platform. It dives much deeper into design patterns (Service, Domain, Selector layers from the Apex Enterprise Patterns), advanced asynchronous processing, integration patterns, and performance tuning. The JavaScript Developer I exam is entirely platform-agnostic at the multiple-choice stage — you'll be tested on closures, the event loop, prototypes, ES6+ syntax, and modules — followed by a programming assignment that uses Lightning Web Components.
If you're moving from Admin to Developer, the single hardest mental shift is stepping out of the "drag-and-drop" mindset. Apex executes in a multi-tenant runtime with strict governor limits, and code that runs fine on five records can fail catastrophically on five thousand. The practice exam for PD1 includes a heavy dose of "given this code, which limit will it hit?" style questions for exactly that reason.
The Architect path is the longest and most demanding journey in Salesforce certification. There are five specialist Architect exams (Integration Architect, Data Architect, Sharing and Visibility Architect, Identity and Access Management Architect, and Development Lifecycle and Deployment Architect), which combine into two domain-level Architect credentials (Application Architect and System Architect), which in turn are prerequisites for the holy grail: Certified Technical Architect (CTA), a board-reviewed credential earned by presenting a real solution architecture to a panel of working architects.
The specialist exams are still multiple-choice and follow the same format you're used to: roughly 60 questions, 105 minutes, ~65% passing. But the questions are scenario-heavy. A typical Data Architect question might describe a company with 80 million account records, complex sharing requirements, and a nightly integration with an ERP, then ask which combination of LDV (Large Data Volume) strategies and skinny tables, indexes, or external objects you'd recommend. There is rarely a single "right" answer in the absolute sense — you have to identify the trade-off Salesforce considers the best practice.
For architects, we strongly recommend pairing this practice hub with the official Salesforce Architect resources on Trailhead, particularly the "Trailmix" content for each specialist credential, and reading the publicly available Architect Decision Guides. The mock exams here are excellent for self-assessment; they are not a substitute for the cumulative experience the CTA panel will expect.
Consultant certifications sit at the intersection of platform fluency and customer-facing project work. The exam content blends Salesforce features with implementation methodology: requirements gathering, stakeholder management, change management, data migration strategy, and industry-specific best practices.
The Sales Cloud Consultant exam tests opportunity management, forecasting, territory management, sales productivity features (e.g., Salesforce Inbox, Einstein Activity Capture), and Pardot/Marketing Cloud Account Engagement integration. Service Cloud Consultant emphasizes case management, Knowledge, Omni-Channel routing, Service Cloud Voice, Field Service, and contact center analytics. The newer cloud-specific consultant exams — Education Cloud, Nonprofit Cloud, and Field Service — each add an industry data model on top of those fundamentals.
The consultant exams reward candidates who have actually delivered projects. A common pattern: the question describes a customer constraint (limited budget, aggressive timeline, regulatory requirement), and the right answer is the one that respects that constraint even if a more elegant solution exists. When you're practicing, train yourself to re-read the scenario before the answer choices, and underline the constraints.
Worth noting up front: Marketing Cloud (the former ExactTarget) is technically a separate platform that Salesforce acquired. The data model, the development tools, and even the terminology differ substantially from "core" Salesforce. If you're coming from an Admin or Developer background, expect a real adjustment period.
Marketing Cloud Administrator covers Business Units, Roles and Permissions, Email Studio fundamentals, sender authentication (SPF/DKIM/DMARC), and tracking & analytics. Marketing Cloud Email Specialist goes deep on email design, deliverability, dynamic content, A/B testing, and tracking. Marketing Cloud Developer introduces AMPscript, Server-Side JavaScript (SSJS), the SOAP and REST APIs, and data extension architecture. Marketing Cloud Consultant covers Journey Builder, Automation Studio, multi-channel orchestration, and data extension relationships.
If you intend to chase the entire Marketing Cloud track, plan to do them in roughly that order — Administrator, then Email Specialist, then Consultant, then Developer — because each one builds on the last. The practice questions in this hub follow Salesforce's published exam guides for each Marketing Cloud credential, and the explanations call out the AMPscript and SSJS syntax that beginners trip on most often.
Salesforce's AI certifications are the newest entries in the catalog and the ones that have evolved fastest as Einstein and Agentforce matured. The AI Associate exam is intentionally entry-level and accessible — it does not require any other Salesforce certification, and the exam guide explicitly says no hands-on experience is needed. It covers the fundamentals of AI and machine learning, ethical AI principles, and an overview of Einstein features.
The AI Specialist exam is much deeper. It tests Prompt Builder, the Einstein Trust Layer, Agentforce, Copilot actions, Model Builder, and how generative AI features integrate with the rest of the Salesforce platform. Because the underlying products change rapidly — sometimes between releases — make sure you're studying against the current exam guide and not material from six months ago.
The Data Cloud Consultant exam (formerly "CDP Specialist") covers Data Cloud architecture: data streams, data lake objects, data model objects, identity resolution, calculated insights, segmentation, and activation. If you've worked with customer data platforms outside Salesforce (Segment, mParticle, etc.), the conceptual model will feel familiar; if you're coming from core Salesforce, the lake-and-stream architecture is genuinely new.
The Business Analyst exam covers requirements elicitation, user story writing, stakeholder management, the BA's role in a Salesforce project lifecycle, and basic data modeling. It does not require deep Salesforce platform knowledge, which makes it a good first credential for analysts crossing over from non-Salesforce backgrounds. Experience Cloud Consultant covers Experience Cloud site design, sharing for external users, audience targeting, Lightning Bolt solutions, branding sets, and the security implications of exposing data to community licenses.
If you've never held a Salesforce credential before, start with Administrator. It's the broadest foundation, employers value it for entry-level roles, and almost every other exam will assume you know the material it covers. If you specifically want to write code on the platform, you can go Administrator → Platform App Builder → Platform Developer I, which is the path most developer-track candidates take.
If you're already an experienced Admin and considering your second credential, the right next step depends on where you want to specialize. Want to design solutions for customers? Go Consultant — Sales Cloud or Service Cloud, whichever matches your day-to-day work. Want to move toward architecture? Start the Architect track with Sharing and Visibility Architect or Data Architect — both build directly on Admin material. Want to write code? Platform Developer I. Want to step into marketing automation? Marketing Cloud Administrator, then Email Specialist.
A pattern that consistently produces results: take a baseline mock exam in the certification you're targeting before opening any study material. Don't worry about your score — the point is to identify which domains you're strong in (and can mostly skim) and which domains you need to actually learn. The exam results page breaks performance down by domain so you can target your reading.
Then alternate: read or watch material on a single domain, drill that domain's questions using the Domain Drill feature, and only return to the full mock exam after you've cleaned up your weak areas. Most candidates need three to five passes through the full mock exam before they're consistently hitting the pass threshold with room to spare. Consistently is the key word — passing one practice exam by a single point is not a green light to schedule the real thing.
Flashcards complement the mock exams by hammering vocabulary, governor limits, and feature comparisons into long-term memory. Use them in short bursts — 10 to 15 minutes a few times a day — rather than long marathon sessions. Spaced repetition works because of the spacing, not the volume.
Salesforce certification exams are time-boxed but not tight. For the typical 60-question, 105-minute exam you have roughly 105 seconds per question, which is more than enough for most candidates. That means your strategy should be: read the question twice, read every answer choice, then commit. Flag anything you're not sure about and come back to it. Resist the urge to change answers on review — your gut read is usually right unless you've actively spotted a new piece of information.
On scenario questions, identify the constraint in the question stem before you look at the choices. "The customer has 500,000 records and a nightly integration" is doing real work — it's eliminating answer choices that wouldn't scale. "The user is a community license holder" is doing real work — it's eliminating choices that require a full Salesforce license.
If you're taking the exam online (Webassessor proctored), test your environment the day before: webcam, microphone, room scan, lighting, and a quiet space. Have your ID ready, close every other application, and bookmark the testing center URL so you're not searching for it five minutes before start time.
No, and they shouldn't be. Salesforce protects its real exam questions, and any site claiming to be selling "real exam dumps" is both violating Salesforce's terms and risking your certification eligibility. The practice questions in this hub are original, AI-assisted questions written to mirror the style, weight, and difficulty of the published exam guide for each credential. Treat them as realistic training material, not as a leaked answer key.
It depends entirely on your starting point. Candidates with no Salesforce experience typically need 80–120 hours of study to pass Administrator. Candidates with hands-on Admin experience typically need 30–60 hours for App Builder, since the overlap is significant. The Architect specialist exams generally take 40–80 hours each even for experienced architects, because the scenario depth requires reviewing edge cases you may not encounter in your day job. Marketing Cloud exams take longer for candidates coming from core Salesforce because the platform is genuinely different.
Most do not have hard prerequisites at the multiple-choice level. The Architect domain credentials (Application Architect, System Architect) require their underlying specialist exams. The CTA requires both domain credentials. Everything else can be attempted in any order, though some exams effectively assume you've done another (e.g., Advanced Administrator assumes Administrator material; Platform Developer II assumes Platform Developer I content).
Most Salesforce certification exams cost $200 USD for the first attempt and $100 for a retake. Architect specialist exams are $400 first attempt. The CTA review board is $6,000. Salesforce occasionally offers free certification vouchers through Trailhead events, Salesforce+ webinars, and partner programs — it's worth checking the Trailhead Academy site and following Salesforce certification on social media for voucher promotions.
You can retake the exam after a waiting period (typically 24 hours for multiple-choice exams, longer for the CTA review board). After your second attempt, you can take the exam again as many times as you want, paying the retake fee each time. Your test results page will show you a breakdown by domain — use it to target your follow-up study.
For most career-stage candidates, yes — the certification ecosystem is one of the better-respected in enterprise software, and certifications have real correlation with salary in industry surveys (the Mason Frank salary survey publishes this data annually). They are not a substitute for hands-on experience, and hiring managers know it. The best outcome is when certifications validate skills you're already using on real projects.
Active certifications require completion of free Trailhead maintenance modules each release (three times a year, with Spring, Summer, and Winter releases). If you skip a maintenance module, that certification lapses and you'd need to retake the full exam to reinstate it. The maintenance modules are short — typically 30 minutes — and cover the new features in that release that touch the exam content.
It's free because the content was generated with AI assistance against the publicly available Salesforce exam guides, and runs entirely as a static site with no backend server costs. Display ads on the homepage cover the domain and hosting expense. There is no premium tier, no email capture, no upsell, and no account system.
A few caveats every candidate should know:
For authoritative material, always go to the source:
And from this hub, a few articles you may find useful: our full FAQ goes into more depth on exam logistics, our study-tips guide walks through proven preparation strategies, and the about page covers how the content is generated and what the honest limitations are.
Select a domain to review key concepts, comparison tables, and exam tips.