Updated for Winter '26
New to this track? Our Salesforce Certified Platform Developer I exam prep is the recommended first step. See our certification path to understand where this certification fits. Below you'll find exam weightage, study tips, and practice questions. Ready to book? Read our exam tips and study plan.
Join 800+ passed this month • Updated for 2026 • No sign-up required
Exam Fees & Registration
Exam Fee
$400
One-time registration fee
Retake Fee
$200
If you need to retake the exam
Comparing certs? View all Salesforce exam fees in one place →
Certification Validity
Your Salesforce Certified Heroku Architect 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 Heroku Architect exam through the official Salesforce certification portal.
Register for ExamSalesforce Certified Heroku Architect – Complete Winter '26 Guide
Certified Heroku Architects are skilled at architecting scalable solutions, deploying and managing apps, and managing teams and build-workflows on Heroku.
Recommended Prerequisites
We recommend completing this certification first to prepare you better.
Salesforce Certified Heroku Architect Exam Weightage by Section
Exam Topics
Exam Tips
- 1Heroku Architecture is 30%—know dynos, add-ons, buildpacks, and scaling strategies.
- 2Understand scaling and performance: horizontal vs vertical scaling, caching, database optimization.
- 3Know security and data: encryption, compliance, data residency.
- 4Be ready for "how would you architect X on Heroku?" questions.
Prerequisites
- •Heroku development experience
- •Architect-level knowledge
Focus Areas
- •Heroku Architecture
- •Scaling and Performance
- •Security and Data
- •Integration
Study Strategy
Design Heroku-based solutions.
Understand dyno types, scaling strategies, and add-ons.
Practice explaining architectural decisions for cloud-native apps.
Exam Format and First-Attempt Readiness
Most Salesforce exams test scenario-based decisions. For Salesforce Certified Heroku Architect, focus on when to use each feature, not just terms.
- Do timed question sets. Build pacing and confidence.
- Review why wrong answers are wrong. It improves scenario reasoning.
- Study high-weight topics first. Then close gaps.
- Book the exam when your mock scores are steady.
Heroku Architect: Key Concepts for the Exam
Heroku Platform Architecture & Dynos
Heroku runs applications in lightweight Linux containers called Dynos. Dyno types: Web (handles HTTP traffic), Worker (background jobs, no HTTP), One-Off (manual or scheduled tasks). Dyno sizes range from Eco (shared, sleeps after 30 min) to Performance-XL (dedicated, high memory). The Dyno Manager restarts crashed dynos automatically. Horizontal scaling adds more dynos of the same type; vertical scaling changes the dyno size. The Procfile defines process types and start commands. The Router load-balances requests across web dynos (round-robin with session stickiness disabled by default). The architect exam tests how to size and scale a Heroku deployment for a given traffic and processing profile.
Data Services: Heroku Postgres & Redis
Heroku Postgres is the primary managed database — available in Essential (row limits), Standard, Premium, and Private tiers. Connection pooling via PgBouncer reduces database connection overhead. Follow databases provide read replicas for analytics queries. Continuous protection (WAL archiving) enables point-in-time recovery. Heroku Data for Redis handles caching, session storage, and pub/sub messaging. Redis plans: Mini (non-persistent) to Premium (persistent, HA). Heroku Key-Value Store (Redis) replaces legacy Heroku Redis. The exam tests data tier selection for a given durability, availability, and performance requirement, and how to configure read replicas for a high-read workload.
CI/CD, Review Apps & Release Management
Heroku Pipelines define promotion stages: Development → Staging → Production. Review Apps automatically deploy pull requests to ephemeral apps for testing — each PR gets its own URL. Heroku CI runs automated tests on each push and blocks promotion on failure. The `heroku pipelines:promote` command promotes a slug (compiled app image) from one stage to the next without rebuilding. Release Phase runs migration scripts or data seeding commands before each new release goes live. Rollbacks revert to a previous release slug instantly. Config Vars (environment variables) are separate per stage, preventing accidental production config in staging. The exam tests how to design a pipeline for a team with multiple parallel feature branches.
Security, Compliance & Private Spaces
Heroku Private Spaces run Dynos and data services inside a dedicated, isolated network environment — required for compliance workloads (HIPAA, PCI, SOC 2). Private Spaces connect to Salesforce orgs via Salesforce Private Connect (AWS PrivateLink) for secure data exchange without traffic traversing the public internet. Internal Routing restricts apps in a Private Space to only receive traffic from within the space. Shield Private Spaces add encryption at rest and enhanced security controls. Log Drains export Heroku logs to external SIEM or logging systems. Heroku Enterprise provides SSO, audit logs, and team-based access controls. The exam tests Private Space configuration for compliance scenarios and the networking model.
Architecture Patterns for Salesforce + Heroku
Heroku Connect syncs data bidirectionally between Heroku Postgres and Salesforce objects — enabling Heroku apps to read/write Salesforce data without direct API calls. Write acceleration pattern: high-volume writes go to Heroku Postgres first, then Heroku Connect syncs to Salesforce asynchronously, avoiding API rate limits. Event-driven pattern: Salesforce Platform Events trigger Heroku workers via Heroku Connect CDC. Compute-offload pattern: complex calculations (ML inference, image processing) run on Heroku and results are written back to Salesforce. The architect exam tests which pattern to apply for a given scalability, latency, and Salesforce API limit scenario — especially for IoT, mobile, or high-volume data scenarios.
How to Pass the Heroku Architect Exam
The Heroku Architect exam tests enterprise-scale Heroku deployment design. Focus on Heroku infrastructure components, Heroku Connect for Salesforce data sync, high-availability patterns, and security architecture.
Heroku Infrastructure Components
Know dynos (web, worker, one-off), formations, add-ons, buildpacks, and config vars. Understand how these components combine to run a scalable application on Heroku.
Heroku Connect Architecture
Know how Heroku Connect syncs data between Heroku Postgres and Salesforce using polled sync (Salesforce → Postgres) and a Salesforce trigger (Postgres → Salesforce). Understand conflict resolution and sync frequency.
High Availability & Scaling
Understand horizontal scaling (multiple dynos), how the Heroku Router load-balances requests, database connection pooling (PgBouncer), and how to design for zero-downtime deployments.
Security Architecture
Know how to use Private Spaces for network isolation, Heroku Shield for HIPAA/PCI compliance, and how to secure data in transit (TLS) and at rest with encrypted Heroku Postgres.
Performance Optimization
Know how to use Heroku caching (Redis add-on), async job processing (worker dynos with Sidekiq/Celery), and database query optimization to design performant Heroku applications.
Exam Section Difficulty Heatmap
Which sections are a gimme vs which ones trap confident candidates. Use this to prioritise your final-week revision.
| Exam Section | Difficulty | Study Tip |
|---|---|---|
| Heroku Architecture | Hard | Dynos, add-ons, and scaling — know the runtime model. |
| Scaling and Performance | Trap ⚠ | Horizontal vs vertical scaling and when to use worker vs web — frequently tested. |
| Security and Data | Moderate | Heroku security and data services — know the options. |
| Integration | Moderate | Heroku and Salesforce integration — Connect and platform events. |
Difficulty based on analysis of common candidate errors across each exam section.
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.
Candidates who complete full mock exams report strong first-time pass rates. For pricing and access, use the contact form below or kindly reach out to km.krishnamohan25@gmail.com.
Get Full Question BankNext Architect Certifications
After this architect certification, progress toward CTA or other architect domains:
Salesforce Certified Heroku Architect Exam FAQs
- What is covered on the Salesforce Certified Heroku Architect 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.
- What is Heroku Architect?
- Heroku Architect designs cloud-native application architectures on Heroku, focusing on scaling, performance, security, and integration with Salesforce and other systems.
- What experience do I need for Heroku Architect?
- You need Heroku development experience and architect-level knowledge. Understanding cloud architecture, scaling strategies, and Heroku platform capabilities is essential.
- Are there free practice questions for the Salesforce Certified Heroku Architect exam?
- Yes. This page includes 15 free sample practice questions with explanations. Use them to test your knowledge before booking the exam.
- How do I prepare for the Salesforce Certified Heroku Architect certification?
- Use the exam tips, prerequisites, and study strategy on this page. Focus first on the highest-weighted sections, then take the sample practice questions. Schedule the exam when you consistently score well on practice tests.
- Where can I find the official exam outline for Salesforce Certified Heroku Architect?
- Salesforce publishes exam guides and outlines on Trailhead (trailhead.salesforce.com). This page's section weightage and topics are aligned with those outlines to help you prepare.