SALESFORCE CERTIFICATION

Certified B2C Solution Architect Practice Exam

Exam Number: 3714 | Last updated 14-Apr-26 | 5635+ questions across 5 vendor-aligned objectives

The Certified B2C Solution Architect exam targets senior professionals who design end-to-end consumer-facing solutions across the Salesforce platform. It evaluates your ability to architect integrated B2C ecosystems that span Commerce Cloud, Marketing Cloud, Service Cloud, and Data Cloud to deliver personalized customer experiences at scale.

A full 25% of the exam targets B2c Solution Architecture, covering end-to-end design, customer journey architecture, and multi-cloud strategy. At 20%, Commerce Cloud Integration represents the single largest exam section, covering storefront architecture, order management, and payment processing. The exam allocates 20% to Marketing Cloud Integration, covering journey builder, personalization, and audience segmentation. These high-weight domains should anchor your study plan and receive the deepest attention.

Several supporting domains complete the exam outline. The largest portion of the exam — 20% — focuses on data architecture and identity, which spans data model design, identity resolution, and consent management. Roughly 15% of the questions address Analytics and Optimization, which spans reporting, A/B testing, and customer lifetime value analysis. Do not overlook these sections — the exam regularly weaves them into multi-concept scenarios.

 Cross-cloud data flow questions dominate this exam — map out how customer data moves between Commerce Cloud, Marketing Cloud, and Service Cloud before studying individual features. Know the standard integration patterns and when to use MuleSoft versus native connectors.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Salesforce documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

678

practice exam users

95.3%

satisfied users

92.9%

passed the exam

4.5/5

quality rating

Test your Certified B2c Solution Architect knowledge

10 of 5635+ questions

Question #1 - Enforce and audit data model design, identity resolution, and consent management to safeguard sensitive data and enforce least-privilege access across the organization

A global fashion retailer wants to create a unified customer experience across their e-commerce website, email marketing, and in-store interactions. They currently have separate systems for each channel with no shared customer data.

What should the B2C solution architect design as the foundation of this unified experience?

A) Separate Salesforce orgs for each channel connected by batch file transfers
B) A custom data warehouse that feeds reports to each channel system
C) A single Commerce Cloud implementation that replaces all other systems
D) A unified customer data model using Data Cloud for identity resolution across channels, integrated with Commerce Cloud, Marketing Cloud, and Service Cloud

 

Correct answers: D – Explanation:
Data Cloud provides identity resolution that creates unified customer profiles by matching data from multiple channels. This foundation enables personalized experiences across Commerce Cloud (e-commerce), Marketing Cloud (email), and Service Cloud (in-store support). Separate orgs perpetuate silos. Commerce Cloud alone cannot replace marketing and service functions. Custom data warehouses are passive and do not enable real-time cross-channel experiences. Source: Trailhead: Data Cloud Overview

A B2C solution architect is designing the e-commerce checkout flow for a luxury goods retailer. The checkout must support multiple payment methods, gift cards, and split payments across global markets.

Which Commerce Cloud capability should the architect leverage?

A) Redirect customers to a third-party checkout page for payment processing
B) A single payment provider configured for all global markets
C) A custom-built payment processing system integrated via API
D) Commerce Cloud’s payment integration framework with support for multiple payment service providers and localized payment methods

 

Correct answers: D – Explanation:
Commerce Cloud’s payment integration framework supports multiple payment service providers, enabling localized payment methods (credit cards, digital wallets, local payment schemes) and complex scenarios like split payments and gift cards. Custom payment systems create compliance and security burdens. A single provider may not cover all markets. Third-party redirects break the user experience. Source: Salesforce Docs: B2C Commerce Payments

A travel company wants to send personalized post-trip email campaigns that include destinations visited, trip duration, and personalized recommendations for future trips. Data about completed trips exists in their booking system.

How should the architect design the Marketing Cloud journey for this use case?

A) Send the same generic post-trip email to all customers
B) Manually create audience lists from booking data exports for each campaign
C) Ingest booking data into Data Cloud, create segments based on trip attributes, and use Journey Builder with dynamic content personalization from the unified profile
D) Build the email campaign in the booking system instead of Marketing Cloud

 

Correct answers: C – Explanation:
Data Cloud ingests and unifies booking data with customer profiles, enabling rich segmentation. Journey Builder triggers personalized journeys based on trip completion events, and dynamic content personalizes emails using trip attributes from the unified profile. Manual lists do not scale. Generic emails reduce engagement. Booking systems lack marketing automation capabilities. Source: Trailhead: Journey Builder

A B2C solution architect needs to design an identity resolution strategy for a retailer where customers interact as anonymous website visitors, registered online accounts, and in-store loyalty members.

What approach should the architect take?

A) Configure Data Cloud identity resolution rules that progressively match anonymous, known, and loyalty identities into unified profiles using deterministic and probabilistic matching
B) Use email address as the sole identifier across all channels
C) Require all customers to create an account before any interaction
D) Treat each interaction channel as a separate customer identity

 

Correct answers: A – Explanation:
Progressive identity resolution matches anonymous browsing behavior to known identities as customers provide more information (email at checkout, loyalty number in-store). Deterministic matching (exact email/phone match) and probabilistic matching (behavioral patterns) build comprehensive profiles over time. Separate identities fragment the customer view. Mandatory registration creates friction. Email alone misses customers who use different emails across channels. Source: Trailhead: Data Cloud Overview

A direct-to-consumer beauty brand wants to implement real-time product recommendations on their Commerce Cloud storefront based on browsing behavior, purchase history, and customer segments.

Which solution should the architect design?

A) A custom machine learning model hosted on an external server
B) Einstein Recommendations integrated with Commerce Cloud, powered by customer data from Data Cloud for personalized product suggestions
C) Static product recommendation zones that display the same products to all visitors
D) Manual merchandising rules updated weekly by the marketing team

 

Correct answers: B – Explanation:
Einstein Recommendations uses AI to analyze browsing behavior, purchase history, and customer segments to deliver personalized product suggestions in real time on Commerce Cloud storefronts. Static recommendations miss personalization opportunities. Custom ML models require significant development and maintenance. Manual merchandising cannot respond to individual behavior in real time. Source: Trailhead: Einstein Recommendations

A B2C architect is designing a consent management framework for a retailer operating in both the EU (GDPR) and California (CCPA). Customer consent preferences must be respected across all Salesforce clouds.

How should the architect implement consent management?

A) Collect consent only for email marketing since that is the highest-risk channel
B) Rely on each cloud’s native opt-out functionality without a central framework
C) Implement a centralized consent management model in Data Cloud that propagates consent preferences to Marketing Cloud, Commerce Cloud, and Service Cloud
D) Store consent preferences in a custom object in each Salesforce cloud independently

 

Correct answers: C – Explanation:
Centralized consent management in Data Cloud ensures that consent preferences collected anywhere are available everywhere, enabling consistent compliance across GDPR and CCPA. Preferences propagate to all connected clouds, preventing unauthorized communications. Independent storage creates sync issues. Native opt-out lacks cross-cloud visibility. Email-only consent misses other regulated channels. Source: Trailhead: Data Cloud Overview

A subscription box company wants to automate customer win-back campaigns for subscribers who cancel. The journey should trigger 7 days after cancellation with a personalized offer based on their past box preferences.

What should the architect configure?

A) A Marketing Cloud Journey Builder entry event triggered by a cancellation data event from the subscription system, with personalized offer logic based on customer history
B) An email blast sent to all former subscribers monthly
C) A manual report that the marketing team reviews weekly to find cancellations
D) A custom Apex trigger that sends emails directly from Salesforce

 

Correct answers: A – Explanation:
Journey Builder with an event-based entry source triggers automatically when a cancellation event is received. The journey can include a 7-day wait, decision splits based on customer history, and personalized offer content. Manual reports delay outreach. Mass email blasts are not personalized. Apex triggers lack the journey orchestration and personalization capabilities of Marketing Cloud. Source: Trailhead: Journey Builder

A B2C architect is designing the order management integration between Commerce Cloud and the retailer’s fulfillment system. Orders must flow from Commerce Cloud to the fulfillment system with real-time status updates back to the customer.

What integration pattern should the architect use?

A) Direct database-to-database replication between Commerce Cloud and fulfillment
B) An event-driven integration using Salesforce Order Management as the orchestration layer between Commerce Cloud and the fulfillment system
C) A single API call from Commerce Cloud that blocks until fulfillment confirms the order
D) Manual order export and import between systems twice daily

 

Correct answers: B – Explanation:
Salesforce Order Management provides an orchestration layer that manages the order lifecycle — routing, splitting, fulfillment tracking, and customer communication. Event-driven integration ensures real-time status updates. Manual processes introduce delays. Database replication lacks business logic orchestration. Synchronous blocking calls create performance issues and poor customer experience during checkout. Source: Trailhead: Order Management

A global retailer wants to launch localized e-commerce storefronts for 12 countries with different currencies, languages, product catalogs, and promotions, all on a single Commerce Cloud instance.

What architectural approach should the B2C architect recommend?

A) A multi-site architecture on a single Commerce Cloud instance using site-specific catalogs, price books, promotions, and locale configurations
B) A headless commerce approach with 12 custom frontend applications
C) A single storefront with a language selector and automatic currency conversion
D) Separate Commerce Cloud instances for each country

 

Correct answers: A – Explanation:
Commerce Cloud’s multi-site architecture supports multiple storefronts on a single instance, each with its own catalog, pricing, promotions, and locale settings. This maximizes shared infrastructure while enabling local customization. Separate instances multiply costs and management overhead. A single storefront with conversion cannot handle locale-specific catalogs and regulations. Twelve custom frontends add enormous development complexity. Source: Salesforce Docs: B2C Commerce Multisite

A B2C architect is evaluating performance optimization strategies for a Commerce Cloud storefront that experiences a 10x traffic spike during seasonal sales events.

What performance strategy should the architect implement?

A) Implement a comprehensive caching strategy using page caching, component caching, and CDN optimization, combined with performance testing under peak load simulations
B) Disable personalization features during sales events to reduce load
C) Scale up server capacity manually before each sales event
D) Limit the number of concurrent users during peak periods

 

Correct answers: A – Explanation:
A multi-layer caching strategy (page, component, CDN) combined with load testing ensures the storefront handles traffic spikes without performance degradation. Commerce Cloud’s built-in caching framework optimizes delivery at each layer. Manual scaling is reactive and error-prone. Limiting users loses revenue. Disabling personalization reduces conversion rates during the highest-value traffic periods. Source: Salesforce Docs: B2C Commerce Caching

Get 5635+ more questions with source-linked explanations

Every answer traces to the exact Salesforce documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 14-Apr-26

Learn more...

What the Certified B2c Solution Architect exam measures

  • Discover and prioritize end-to-end design, customer journey architecture, and multi-cloud strategy to align platform investments with measurable business outcomes and stakeholder priorities
  • Integrate and monitor storefront architecture, order management, and payment processing to keep data flowing reliably between Salesforce and external systems with minimal latency
  • Connect and synchronize journey builder, personalization, and audience segmentation to keep data flowing reliably between Salesforce and external systems with minimal latency
  • Enforce and audit data model design, identity resolution, and consent management to safeguard sensitive data and enforce least-privilege access across the organization
  • Track and visualize reporting, A/B testing, and customer lifetime value analysis to give stakeholders timely, actionable insights that inform strategic decisions

  • Review the official exam guide
  • Study the B2C Solution Architect trail on Trailhead — focus on cross-cloud integration and data architecture modules
  • Build a conceptual architecture diagram for a fictional B2C retailer using Commerce Cloud, Marketing Cloud, and Service Cloud
  • Participate in a B2C implementation project or review an existing multi-cloud architecture for optimization opportunities
  • Start with B2C Solution Architecture at 25% — it sets the context for all other objectives
  • Use PowerKram’s learn mode for multi-cloud scenario practice
  • Run full-length practice exams in PowerKram’s exam mode

B2C solution architects are among the most sought-after Salesforce professionals:

  • B2C Solution Architect — $155,000–$210,000 per year, designing consumer-facing multi-cloud solutions (Glassdoor salary data)
  • Commerce Cloud Architect — $145,000–$195,000 per year, specializing in e-commerce platform design (Indeed salary data)
  • Digital Experience Director — $160,000–$220,000 per year, owning omnichannel customer experience strategy (Glassdoor salary data)

Follow the B2C Solution Architect Learning Path on Trailhead. The official exam guide details every objective.

Related certifications to explore

Related reading from our Learning Hub