Welcome back!

Salesforce Certification Practice Hub *

Free practice exams, flashcards & study guides for all 25 Salesforce certifications — Admin, Developer, Architect, AI & more.

* Independent study tool — not affiliated with Salesforce, Inc. AI-generated content: verify with official resources.
🏆
0
Certs Passed
📊
Avg Score
🎯
0
Total Attempts
0
Questions Answered
🎯
Try to Answer This!
Random question from any certification

Practice Exams for All 25 Salesforce Certifications

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.

Why Practice Exams Matter More Than Re-Reading Trailhead

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.

Administrator Track — The Foundation

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.

Developer Track — Code on the Platform

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.

Architect Track — Designing for Scale

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 Track — Solution Design and Delivery

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.

Marketing Cloud Track — A Different Platform Entirely

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.

AI and Data Cloud Track — The Newest and Fastest-Changing

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.

Specialist Track — Targeted Roles

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.

How to Choose Your First (or Next) Certification

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.

How to Use This Practice Hub Effectively

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.

Exam-Day Strategy

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.

Frequently Asked Questions

Are these practice questions the same as the real exam?

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.

How long does it take to prepare for a Salesforce certification?

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.

Do I need to take the certifications in a specific order?

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).

How much do the real exams cost?

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.

What happens if I fail?

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.

Are Salesforce certifications worth it?

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.

How long are Salesforce certifications valid?

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.

Why is this hub free?

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.

Study Tools Included in This Hub

  • Timed Mock Exams — Practice tests that mirror the real exam: countdown timer, question flagging, navigator panel, and a domain-weighted question distribution that follows the official exam guide for each certification.
  • Quick Quizzes — Short 10-question warm-ups when you don't have time for a full 60-question session. Great for daily review.
  • Domain Drill — Focus exclusively on one exam domain at a time. Use this after a full mock to clean up your weakest areas without re-encountering the topics you already have down.
  • Flashcard Decks — Spaced-repetition cards covering vocabulary, governor limits, feature comparisons, and the small facts that scenario questions rely on.
  • Study Guides — Domain-by-domain reading material with comparison tables and exam tips for each certification.
  • Progress Dashboard — Track best score, average score, attempts, and pass/fail history per certification. All stored locally in your browser.
  • Daily Challenge — One random question from a random certification each visit. A low-pressure way to keep your knowledge fresh between exam attempts.

Honest Limitations of This Tool

A few caveats every candidate should know:

  • Content is AI-generated. Questions and explanations are written with AI assistance, then designed to match the published exam guide. They are realistic but not infallible — if an explanation contradicts something in current Salesforce documentation, trust the documentation.
  • Salesforce changes three times a year. The Spring, Summer, and Winter releases ship new features and occasionally deprecate old ones. Exam content tracks those changes on a delay. Cross-reference any feature-specific questions against current Trailhead content.
  • This is not affiliated with Salesforce. SF Cert Hub is an independent study tool. "Salesforce" and the related certification names are trademarks of Salesforce, Inc. Real certifications are earned through Salesforce's official testing partners; nothing in this hub confers a real credential.
  • Local storage only. Your progress is saved to your browser. If you clear cookies/site data or switch devices, your progress doesn't follow.

Further Reading and Official Resources

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.

Platform App Builder — Study Guide

Select a domain to review key concepts, comparison tables, and exam tips.

0%
Question 1 of 60

Question Navigator

Correct Incorrect Flagged Unanswered
navigate  ·  14 select answer  ·  F flag

Flashcards

1 / 20
0 known
TERM
Tap to reveal answer
ANSWER