Salesforce Certified B2C Commerce Architect at a glance
Salesforce Certified B2C Commerce Architect · Advanced level
Status: Retiring. Registration closed July 24, 2026. The last day to take the exam is August 31, 2026, and the certification retires February 1, 2027.
| Certification | Salesforce Certified B2C Commerce Architect |
|---|---|
| Level | Advanced |
| Number of questions | 60 multiple-choice/multiple-select questions and up to 5 unscored questions |
| Duration | 105 minutes |
| Passing score | 65% |
| Question formats | Multiple-choice and multiple-select |
| Delivery | Proctored exam delivered onsite at a testing center or in an online environment |
| Exam cost | US$400 or JPY 60,000, plus applicable taxes |
| Languages | English |
| Certification validity | Annual maintenance is required through the Salesforce Certified B2C Commerce Developer certification maintenance badge; the certification retires February 1, 2027 |
| Retake policy | Within each release cycle, wait 24 hours after the first failed attempt and 14 days after the second failed attempt. After a third failed attempt, wait until the next release cycle. The retake fee is US$200. Retirement and registration deadlines also apply. |
| Prerequisites | Salesforce Certified B2C Commerce Developer |
The certification is intended for individuals who design global B2C Commerce sites supporting multiple brands and channels using standard design patterns. Salesforce states that candidates are certified B2C Commerce Developers and generally have 5 or more years of ecommerce experience, including technical team leadership, Commerce Cloud implementation architecture, retail-system integrations, performance and security, Storefront Reference Architecture, system interfaces, data and code replication, deployment, and technical design.
Skills measured and their weighting
| Skill area | Weight |
|---|---|
| Design/Discovery | 29% |
| Build | 19% |
| Monitoring/Troubleshooting | 14% |
| Integrations and Customizations | 22% |
| Launch | 16% |
Source: trailheadacademy.salesforce.com — official Salesforce Certified B2C Commerce Architect exam page. The official exam guide states that exam questions align to the Spring ’26 release. Figures were checked against Salesforce’s official certification documentation. Confirm current details there before booking.
The full bank covers every domain, with timed mode and per-domain scoring.
SALESFORCE-B2C-COMMERCE-ARCHITECT Practice Questions By Domains
5 domains covered1. Integrations and Customizations
12 free questions available
2. Build
7 free questions available
3. Design/Discovery
6 free questions available
4. Monitoring/Troubleshooting
4 free questions available
5. Launch
1 free question available
Practice the full exam, not a sample
Unlock the full bank and practise every domain end to end.
Unlock all 64 questionsSalesforce B2C Commerce Architect Practice Test
Preparing for the Salesforce Certified B2C Commerce Architect credential requires more than memorizing product terms. You need to understand how business requirements become secure, scalable, and supportable ecommerce solutions. This guide explains the current Salesforce B2C Commerce Architect topics in student-friendly language and shows how to use practice questions as part of a realistic study plan. If you are comparing this credential with other technology certifications, you can also Compare practice tests across leading vendors before choosing your next learning goal.
Important certification update: Salesforce says this certification will retire on February 1, 2027. The last registration date was July 24, 2026, and the last date for registered candidates to take the exam is August 31, 2026. Salesforce lists these deadlines at 00:00 UTC. As of this page’s review date, new registration is no longer available under the published schedule. Candidates who already have an appointment should confirm its date, time, time zone, and delivery method in their Salesforce certification account. See the official Salesforce B2C Commerce Architect guide and the 2027 Certification Retirements FAQ before making a testing decision.
Who Is This Certification Intended For?
This is an advanced architecture credential, not an entry-level introduction to Salesforce. According to the official guide, the intended candidate is already certified as a Salesforce B2C Commerce Developer and generally has five or more years of ecommerce experience. Salesforce describes typical candidates as technical leads, solution architects, senior developers, technical directors, or people responsible for technical design and implementation quality.
A suitable candidate usually understands the complete delivery lifecycle. That includes discovery workshops, system diagrams, estimates, technical specifications, proof-of-concept work, code reviews, build deployment, data migration, load testing, launch planning, and production monitoring. The role also requires the confidence to guide other developers and explain architectural decisions to technical and nontechnical stakeholders.
The official audience description highlights experience with retail systems such as:
- Customer relationship management, or CRM
- Enterprise resource planning, or ERP
- Order management systems, or OMS
- Product information management, or PIM
- Warehouse management systems, or WMS
Candidates should also understand Storefront Reference Architecture, commonly called SFRA; the software development lifecycle; DNS basics; search engine optimization; analytics; system and custom objects; eCDN configuration; multi-site and multi-region design; and security and performance practices.
The key lesson for students is simple: this credential evaluates architectural judgment. A strong candidate can compare possible solutions, identify tradeoffs, find missing requirements, and recommend an approach that remains manageable as the business grows.
Current Salesforce B2C Commerce Architect Topics
The following sections explain the live Salesforce outline in plain language. The percentages and objective areas come from the official guide. Product documentation and project experience should remain your primary learning sources because platform features and operational guidance can change.
1. Design/Discovery — 29%
Design/Discovery is the largest part of the outline. It measures what happens before and during solution design: learning what the business needs, identifying constraints, studying connected systems, and documenting a technically sound approach.
Salesforce expects a candidate to turn a business requirement into an accurate technical specification. For example, a retailer might want several regional storefronts, each with local currencies, languages, promotions, tax rules, and fulfillment choices. An architect must uncover the detailed requirements behind that request instead of treating it as a simple site-copying exercise.
You should know how to create and review standard technical artifacts. These may include architecture diagrams, interface descriptions, data-flow diagrams, sequence diagrams, deployment plans, integration specifications, decision records, and proofs of concept. The purpose of an artifact is not to make the project look complicated. It should give developers, testers, project leaders, and business owners a shared understanding of how the proposed solution will work.
The outline also expects you to examine an implementation proposal for gaps and future growth. Ask questions such as:
- Can the design support another country, brand, or sales channel later?
- Which components can be reused, and which need market-specific behavior?
- Are the expected traffic and order volumes documented?
- What happens if a payment, tax, inventory, or fulfillment service is slow?
- Where is each type of data created, changed, and stored?
- What security, privacy, and compliance rules affect the design?
Another important skill is evaluating AppExchange solutions, third-party specifications, API documentation, and supported product versions. An architect should not recommend an integration merely because a connector exists. The connector must satisfy the business process, technical constraints, support model, security needs, data volume, and release strategy.
Data migration also belongs in discovery. Students should understand how to identify source systems, map fields, estimate data volume, clean records, choose migration timing, validate results, and plan recovery. A sound architecture diagram should make platform boundaries and integration points easy to see.
For practice-test preparation, do not study this domain as a list of document names. Work through scenarios. When given a business goal, identify the missing questions first, then choose an architecture and defend it. The best answer is usually the one that meets the full requirement while protecting scalability, supportability, security, and future change.
2. Build — 19%
The Build domain focuses on turning an approved design into a reliable implementation. The architect may not write every line of code, but must evaluate the development approach, keep the work aligned with requirements, and help the team resolve complex problems.
Salesforce expects candidates to verify that a solution is secure, performant, and modular. Modularity means separating responsibilities so that one change does not create unnecessary risk elsewhere. Reusability means designing shared components when several sites or brands have the same need. Future-proofing means using supported patterns and clear extension points instead of tightly coupled shortcuts that are hard to maintain.
Students should be comfortable reviewing SFRA-based implementations, cartridges, controllers, platform objects, custom objects, and configuration choices. A code review should look beyond syntax. The reviewer should ask whether the solution follows platform patterns, handles errors safely, protects customer information, respects quotas, supports observability, and remains understandable to the next team that maintains it.
The architect also guides resolution when a development team faces a difficult issue. A useful troubleshooting approach is to define the symptom, reproduce the problem, collect logs and measurements, narrow the affected layer, test one hypothesis at a time, and document the result. Jumping directly to a code change without evidence can hide the original cause or introduce a new problem.
Load testing is another official objective. You should understand the role of key performance indicators and why a test needs realistic traffic patterns, data, caches, integrations, and peak conditions. The architect evaluates whether the results meet expectations and recommends improvements when they do not.
Finally, the outline covers compiling and deploying cartridges and data across Salesforce environments. Know the difference between code and data movement, the purpose of development, staging, and production environments, and why teams need version control, repeatable deployment steps, validation, approvals, and rollback planning.
3. Monitoring/Troubleshooting — 14%
A storefront is not finished when it goes live. Monitoring/Troubleshooting measures whether you can keep an implementation healthy and find the cause of operational problems.
The official outline mentions custom logging, Log Center, governance, trust, and other diagnostic tools. Good logging gives the team enough context to investigate a problem without exposing passwords, tokens, payment data, or personal information. Logs should help connect an event across the storefront and its external services, especially when a checkout request touches inventory, promotions, tax, payment, and order systems.
Students should recognize common B2C Commerce performance risks, including quota violations, poor cache use, service timeouts, and missed optimization opportunities. A slow page does not always mean storefront code is the only problem. The cause could be an external service, repeated database access, ineffective caching, oversized content, excessive client requests, a scheduled job, or unexpected traffic.
Practice diagnosing problems in a consistent order:
- Describe the user-visible symptom and its business impact.
- Check whether the issue affects every shopper, one site, one region, one device, or one transaction path.
- Review recent releases, configuration changes, jobs, replications, and service incidents.
- Use logs, timing data, platform health information, and external-system evidence.
- Identify the root cause before proposing the permanent fix.
- Add monitoring or a preventive control so that the same problem is detected earlier next time.
An architect must also think proactively. Capacity, caching, service behavior, error rates, job duration, and business growth should be reviewed before shoppers report a problem. This is why operational readiness belongs in architecture rather than being left only to a support team after launch.
4. Integrations and Customizations — 22%
Modern commerce depends on connected systems. The storefront may need product data from a PIM, stock availability from inventory services, customer data from CRM, payment authorization from a payment provider, tax calculations from a tax service, and order processing from an OMS or ERP. The Integrations and Customizations domain checks whether you can choose an appropriate pattern for each need.
Salesforce specifically expects candidates to compare SOAP and REST and to choose between real-time and batch processing. The decision should follow the business requirement. A checkout step may need a fast real-time response, while a large catalog feed may be better handled by a scheduled batch job. A good design also considers timeouts, retries, duplicate requests, authentication, encryption, rate limits, error handling, monitoring, and what the shopper sees when a dependency is unavailable.
The productized Service Framework is important for real-time integrations. Students should understand why standardized service configuration, logging, credentials, timeouts, and circuit-breaker behavior are safer than scattered custom calls. For batch integrations, the Job Framework provides a supported way to structure, schedule, monitor, and recover background work.
The outline also refers to legacy implementations that use Pipelines and to defining an integration approach with Controllers. You do not need to treat every older component as automatically wrong. Instead, evaluate compatibility, business risk, technical debt, dependencies, testing effort, and a safe migration path.
When comparing integration choices in practice questions, use a short decision checklist:
- Does the user journey require an immediate response?
- What is the expected request rate and data volume?
- Which system owns the data?
- Can requests safely be retried without creating duplicates?
- How are secrets and customer data protected?
- What happens during a timeout or partial failure?
- How will the support team detect and investigate errors?
- Can the design scale across sites, brands, locales, and regions?
The strongest answer normally balances customer experience with reliability. A technically possible integration is not necessarily the best architectural choice if it creates a fragile checkout or an unmanageable support burden.
5. Launch — 16%
The Launch domain checks whether a candidate can move a solution into production safely and support its first live traffic. A launch plan connects technical work, business validation, data readiness, external partners, operational support, and rollback decisions.
Salesforce includes site aliases in this domain. Candidates should understand how domain, locale, and currency routing affects shopper experience and SEO. A correct alias plan sends visitors to the intended site version and avoids confusing or duplicate paths.
The official outline also covers launch checklists, rollback steps, post-production activities, system-health monitoring, job and replication schedules, and data migration. These items are closely related. Product, price, content, inventory, and customer data may come from different sources, so their dependencies and timing must be understood before cutover.
A practical launch plan should answer:
- What must be completed before the go/no-go decision?
- Who owns each technical and business check?
- Which data must be migrated, replicated, or refreshed?
- What is the order of code, configuration, content, and data changes?
- What conditions trigger a rollback?
- How will the team confirm that browsing, search, cart, checkout, payment, and order submission work?
- Which dashboards, logs, service metrics, and business indicators will be watched?
- Who supports the site during the early-life monitoring period?
Students often focus on the exciting moment when a site becomes public. Architects focus equally on the hours before and after that moment. Clear ownership, tested recovery steps, and useful health indicators reduce launch risk.
Essential Platforms and Architecture Concepts to Review
The exam outline becomes easier to understand when you connect each objective to the wider commerce ecosystem. Review these areas with real implementation examples whenever possible.
SFRA and supported extension patterns
Know why Storefront Reference Architecture provides a structured starting point for storefront development. Review cartridges, controllers, middleware, templates, models, configuration, and extension practices. Focus on maintainability and avoiding unnecessary changes to base behavior.
Multi-site, multi-brand, and international design
Think about which capabilities can be shared across sites and which must vary. Languages, currencies, catalogs, price books, promotions, tax rules, content, payment choices, fulfillment, and legal requirements may differ by market. A good design supports these differences without copying the entire implementation for every brand.
Data ownership and movement
Be able to identify the system of record for products, customers, inventory, prices, promotions, and orders. Compare real-time calls, scheduled jobs, imports, exports, and replication. Document dependencies and validation rules.
Reliability and security
Study authentication, authorization, secret management, encryption, safe logging, service timeouts, retries, fallback behavior, and protection of customer data. Consider how a failed dependency affects both the shopper and the support team.
Performance and scale
Review cache strategy, quotas, load testing, peak traffic, external-service latency, page performance, scheduled-job duration, and proactive monitoring. An ecommerce design should remain stable during campaigns and seasonal demand.
DNS, aliases, CDN, and edge controls
Understand the basic purpose of DNS, hostnames, certificates, aliases, CDN caching, and edge security. Salesforce’s current B2C Commerce guidance for suspected DDoS or bot traffic includes eCDN traffic analysis, custom firewall rules, and rate limiting as possible controls for suspicious or abusive traffic. These are real operational concerns that help make the outline’s security, performance, monitoring, and launch objectives concrete.
How Our Practice Path Builds Architect-Level Readiness
Preparing through a structured practice path helps turn a long objective list into manageable learning sessions. Instead of reading every topic once, you repeatedly make architecture decisions, check the reasoning, and return to weak areas.
The preparation experience is designed to support students with:
- Topic-focused review: Work through one domain at a time so that design, build, integration, monitoring, and launch concepts do not blur together.
- Scenario-based thinking: Practice identifying requirements, constraints, risks, and tradeoffs instead of relying only on definitions.
- Clear knowledge checks: Use each result to find the concept behind a mistake and decide what to study next.
- Repeatable practice: Revisit difficult areas until you can explain why an option is suitable or unsuitable.
- Plain-language learning: Connect platform terminology to familiar ecommerce activities such as catalog updates, payment calls, data feeds, deployments, and launch monitoring.
- Readiness habits: Build the pace and concentration needed to evaluate several plausible choices under time pressure.
A practice test is most useful when it teaches decision-making. After every missed item, write a one-sentence correction: “I chose X because I assumed __; Y is better because the requirement says __.” This habit exposes the reasoning error and makes later review faster.
If you are building a broader multi-vendor study plan, you can Take another Salesforce certification practice test after completing your Salesforce review. Always confirm that the destination and certification family match the credential you intend to study.
How to Use a Salesforce B2C Commerce Architect Practice Test
Start with a diagnostic attempt
Take an initial practice session before doing a complete review. The goal is not to earn a perfect result. It is to discover whether your largest gaps are in design, implementation, integration, operations, or launch planning.
Tag every mistake by domain
Keep a short error log. For each missed or uncertain item, record the official domain, the concept involved, why your first choice was weak, and the source you used to correct it. This turns a score into a study plan.
Review reasoning, not just answers
Architecture scenarios often include several technically possible choices. Ask which option best satisfies the whole requirement with the least unnecessary risk or complexity. Look for details about timing, data volume, ownership, security, user experience, recovery, and future growth.
Return to official documentation
Practice questions help reveal gaps, but Salesforce documentation explains the supported features and patterns. Use the official outline as your checklist and search Salesforce Help for every concept you cannot explain clearly. Salesforce also recommends hands-on experience, self-study, B2C Commerce documentation, knowledge from the B2C Commerce Developer credential, and instructor-led courses such as B2C Commerce Developer with SFRA and B2C Commerce Merchant.
Retest after focused study
Do not immediately repeat the same session until you remember the answer order. Study the weak topic, apply it to a small design task, and then use a different set or a later attempt to see whether the reasoning improved.
Hands-On Activities That Make the Topics Easier
Architecture knowledge becomes stronger when you produce something. If you have access to a safe learning or project environment, complete small tasks such as these:
- Draw a system-context diagram for a storefront connected to PIM, OMS, payment, tax, CRM, and analytics services.
- Choose one integration and document whether it should be real-time or batch, including authentication, timeouts, retries, error handling, and monitoring.
- Create a deployment checklist that separates code, configuration, content, and data movement.
- Write a rollback decision for a failed checkout release and list the evidence needed to trigger it.
- Review a slow transaction and create a troubleshooting tree covering cache, quotas, storefront code, service latency, and jobs.
- Design a multi-country site model showing shared features and local differences in language, currency, price, tax, payment, and fulfillment.
- Draft a data-migration plan with source ownership, mapping, cleaning, volume, timing, validation, and recovery steps.
- Create a launch-monitoring sheet covering technical health and business signals such as successful searches, carts, payments, and orders.
These exercises do not reproduce certification content. They develop the reasoning that the official objectives describe.
A Focused Seven-Day Review for Already-Registered Candidates
Because the published final testing date is August 31, 2026, this short plan is only relevant to candidates who already registered and have a valid appointment. Confirm your booking first. If you do not have an appointment, use the longer skill-building path in the next section.
Day 1: Design and discovery
Review requirements, technical specifications, diagrams, integration inventories, data volume, migration, and gap analysis. Complete scenario practice and explain each recommendation aloud.
Day 2: Integrations and customizations
Compare REST and SOAP, real-time and batch, Service Framework and Job Framework, security, timeout, retry, and failure handling. Map these decisions to common retail systems.
Day 3: Build
Review SFRA, cartridges, controllers, modularity, security, performance, code review, load testing, and environment deployment. Focus on the architect’s guidance role.
Day 4: Monitoring and troubleshooting
Study logging, Log Center, quota risks, cache behavior, service timeouts, root-cause analysis, health indicators, and preventive monitoring.
Day 5: Launch
Review aliases, locale and currency routing, SEO, migration, jobs, replication, go/no-go checks, rollback, early-life support, and launch monitoring.
Day 6: Mixed practice and correction
Complete a mixed practice session. Spend more time reviewing uncertain answers than celebrating correct ones. Return to official documentation for every unresolved concept.
Day 7: Light review and appointment check
Read your error log and architecture notes. Avoid trying to learn an entire new topic at the last moment. Reconfirm the appointment time and time zone, identification rules, testing environment, and current Salesforce instructions.
A Longer Learning Path if You Missed the Registration Deadline
Missing the registration deadline does not make B2C Commerce architecture knowledge useless. The underlying product remains supported; Salesforce explicitly says certification retirement does not mean product retirement.
Build skills in this order:
- Strengthen B2C Commerce Developer knowledge and SFRA fundamentals.
- Learn the retail systems surrounding the storefront.
- Practice requirements discovery and technical documentation.
- Design secure real-time and batch integrations.
- Study platform performance, quotas, caching, logging, and operations.
- Participate in deployment, migration, load testing, and launch activities.
- Follow Salesforce’s current certification catalog and official learning paths for future credential options.
Do not assume that a similarly named certification is an automatic replacement. Compare its official audience, prerequisites, and objectives with your role before investing time or money.
Common Study Mistakes and How to Avoid Them
Treating the credential like a vocabulary test
Definitions are useful, but the outline asks candidates to evaluate, design, validate, guide, and recommend. Practice making decisions from incomplete scenarios.
Ignoring the business requirement
An impressive technical design can still be wrong if it does not solve the retailer’s problem. Identify the business result, constraints, scale, and operational needs before choosing a feature.
Choosing real-time integration for everything
Real-time calls can improve freshness but also add latency and dependency risk. Use them only when the business process needs an immediate response. Batch processing may be more reliable for large or scheduled data movement.
Studying each system in isolation
A B2C solution is an ecosystem. Product, inventory, customer, payment, tax, order, and fulfillment flows affect one another. Draw end-to-end diagrams.
Forgetting failure and recovery
Every design should answer what happens when a service is slow, a job fails, data is incomplete, a deployment breaks, or the launch must be reversed.
Using practice scores as the only readiness measure
A high score may come from remembering a question set. True readiness means you can explain the selected architecture, reject weaker choices, and adapt the principle to a new scenario.
Relying on unauthorized exam content
Salesforce’s certification program has a candidate agreement and code of conduct. Use legitimate learning resources and original practice material. Avoid leaked, copied, or memorized live exam items.
Readiness Checklist
Before considering your study complete, confirm that you can:
- Translate a business need into a clear technical specification.
- Draw systems, integrations, data ownership, and data movement.
- Identify design gaps and explain future scaling risks.
- Evaluate third-party products and API documentation.
- Guide secure, performant, modular SFRA implementation.
- Plan code and data deployment across environments.
- Use logs and metrics to find root causes.
- Recognize quota, cache, timeout, and performance problems.
- Choose REST or SOAP and real-time or batch for a stated need.
- Explain the roles of Service Framework and Job Framework.
- Plan aliases, migration, replication, rollback, and post-launch monitoring.
- Explain every practice answer in your own words.
Keep Your Study Plan Current
The best Salesforce B2C Commerce Architect practice-test strategy combines current official objectives, hands-on architecture work, careful review of mistakes, and honest attention to the retirement dates. Focus on decisions: how to discover the right requirements, choose supportable integrations, guide a modular build, diagnose production issues, and launch with a tested recovery plan.
For a broader certification study journey, Explore IT exam practice resources and always compare practice content with the latest vendor guide before you study. Platform releases, credential availability, and certification policies can change, so official Salesforce sources should remain your final reference.
Frequently Asked Questions
Is Salesforce B2C Commerce Architect retiring?
Yes. Salesforce’s current guide says the certification retires on February 1, 2027. The last registration date was July 24, 2026, and the last testing date is August 31, 2026, with the published deadlines set at 00:00 UTC.
Can a new student still register for the exam?
Not under Salesforce’s published timeline as of August 24, 2026. Registration closed July 24, 2026. A candidate who registered earlier should check the certification account and official notices to confirm the appointment.
What happens if I pass before the last testing date?
Salesforce says candidates who pass by August 31, 2026, earn the certification. It will remain visible on the Trailblazer Profile and will be marked as retired on February 1, 2027.
Is a retired Salesforce certification still valid?
Yes. Salesforce’s retirement FAQ says a retired certification remains valid and continues to demonstrate the holder’s knowledge and achievement. The profile record remains visible and is labeled retired.
Does certification retirement mean B2C Commerce is unsupported?
No. Salesforce explicitly states that retirement of a certification does not mean the underlying product is unsupported. Certification retirement is a change to the credential catalog.
Do holders need to complete another maintenance badge before retirement?
Salesforce’s 2027 retirement FAQ says maintenance badge requirements for retiring certifications have been removed. Holders should still check their Trailblazer Profile and the current FAQ for any account-specific status information.
Is there a prerequisite?
Yes. The official guide lists Salesforce Certified B2C Commerce Developer as the prerequisite. The architect audience also generally has five or more years of ecommerce experience.
Which topic carries the most weight?
Design/Discovery is the largest domain at 29%. It covers requirements, technical specifications, architecture artifacts, gap analysis, third-party solution evaluation, integration points, data volume, migration, and system diagrams.
Is a practice test enough to prepare?
No. A practice test is a diagnostic and reinforcement tool. Salesforce recommends a combination of hands-on experience, training, self-study, official documentation, and knowledge gained through the B2C Commerce Developer path.
How should I review a missed scenario question?
Identify the domain, underline the decisive requirement, explain why your choice failed, and cite the supported principle behind the better option. Then apply that principle to a different ecommerce situation.
Should I memorize platform terms?
Learn the terms, but connect each one to a purpose and decision. For example, know not only what the Job Framework is, but when scheduled batch processing is more suitable than a real-time service.
What should I study if I cannot take the retiring exam?
Continue with B2C Commerce development, SFRA, integration, performance, security, architecture documentation, and launch operations. Follow the current Salesforce certification overview for active credentials and do not assume another exam is a direct substitute unless Salesforce says so.