Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

100% Real & Accurate B2C-Solution-Architect Questions and Answers with Free and Fast Updates [Q17-Q33]

Share

100% Real & Accurate B2C-Solution-Architect Questions and Answers with Free and Fast Updates

Get Unlimited Access to B2C-Solution-Architect Certification Exam Cert Guide


Salesforce B2C-Solution-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Demonstrate how the customer experience can be achieved by leveraging Salesforce B2C products
  • Demonstrate how the business processes of customer acquisition
Topic 2
  • Understanding of standard Salesforce product capabilities, explain the reasoning and considerations
  • recommend the implementation approach and associated relative effort
Topic 3
  • Understand the recommended methods on how to integrate systems to Service Cloud, B2C Commerce
  • Recommend appropriate integration patterns based on data volume, latency, and system limitations
Topic 4
  • Determine how to facilitate a successful customer engagement
  • Given the Salesforce supported standard object definitions for Commerce objects
Topic 5
  • Given a set of business objectives and priorities, recommend an appropriate sequence for system integration
  • Define appropriate systems of record for various data types for high-volume processing, system limitations
Topic 6
  • Determine the considerations that should be made as a customer is identified and how the products will support the customer through their journey
Topic 7
  • Given a scenario with a B2C architecture, validate that the associated systems of record, key objects
  • Discovery and Customer Success
Topic 8
  • Design a multi-cloud strategy and implementation approach to support business requirements
  • Recommend an appropriate solution and describe how the solution's considerations can impact implementation

 

NEW QUESTION 17
An organization that has B2C Commerce, Marketing Cloud, and Service Cloud has separate support teams that work with customers based on their tier level. Tier levels are based on the amount of money a customer spends. The organization wants incoming support cases to automatically route to the correct team based on their tier level.
Which two options should a Solution Architect configure to accomplish this?
Choose 2 answers

  • A. Tier levels must be calculated and attributed to customers in Marketing Cloud and then propagated to Service Cloud so that they can be used to inform how cases are routed to teams. Marketing Cloud must integrate with B2C Commerce to leverage purchase data necessary for these calculations.
  • B. Service Cloud can be extended with customer flows and Lightning Web Components to create a separate support process specifically designed for customers that are attributed a tier level.
  • C. Case routing can be configured by configuring Service Cloud's omni-channel routine feature to route cases to support teams based on the tier level of the customer submitting the case and the availability of agents supporting each tier level.
  • D. Tier levels must be calculated regularly and attributed to Contact records in Service Cloud so that the tier level can be leveraged by Service Cloud's omni-channel routing feature and synchronized back to B2C Commerce and Marketing Cloud.

Answer: A,C

 

NEW QUESTION 18
Northern Trail Outfitters (NTO) wants to unify customer data with a single identity for each customer across their ecommerce sites and their communities. Communities are treated as an identity provider (IDP) for commerce. The communities also allow self-service support for products via knowledge articles and crowd-sourced Knowledge and Chatter.
For which customer data should Experience Cloud be the system of record?

  • A. Wishlist
  • B. Address book
  • C. Authentication credentials
  • D. Payment information

Answer: C

 

NEW QUESTION 19
Northern Trail Outfitters (NTO) wants to consolidate various legacy commerce platforms into one centrally-managed platform on B2C Commerce. The IT department has been working extensively with web frameworks (such as React and Angular) in recent years and wants to leverage the benefits of B2C Commerce, but maintain the flexibility of the user experience using headless commerce.
Which three considerations, beyond user experience, should a Solution Architect consider before confirming a headless approach?
Choose 3 answers

  • A. Developers will still be required to use the Commerce SDK for security purposes
  • B. Available Service, Marketing, and LINK accelerators may not work without modifications when using a headless approach
  • C. Features that are available by default in the Storefront Reference Architecture (SFRA) app will need to be custom built in custom frameworks
  • D. Additional infrastructure (for example Heroku servers) may be required to host the application
  • E. Developers familiar with the web frameworks (React, Angular) will be familiar with the framework used by B2C Commerce

Answer: B,C,E

 

NEW QUESTION 20
A service organization has a long lifecycle for customers that start as a lead and move through opportunity to active and former customer states. The organization wants to use Sales Cloud and Marketing Cloud as their core customer engagement platforms.
Which two considerations should a Solution Architect keep in mind when setting up this multi-cloud use case?
Choose 2 answers

  • A. Allow both the lead record to generate a contact in Marketing Cloud and the contact record to generate a contact in Marketing Cloud.
  • B. Set up the contact object with a specific record type 'Lead' that mimics the standard lead object to prevent the duplicate contact from being created in Marketing Cloud.
  • C. Ensure that when a lead is converted to a contact that the Lead ID is mapped to a custom field on the Contact to be used as the referenced with the Subscriber ID in Marketing Cloud and avoid duplicate records.
  • D. Enable the 'Prevent Duplicates for Lead Conversion' setting when configuring Marketing Cloud Connect to prevent converted contacts from generating a duplicate contact.

Answer: A,D

 

NEW QUESTION 21
A company plans to build a new B2C Commerce storefront for a popular segment of products that generate high-volume sales. Their team is evaluating whether B2C Commerce is the right platform to build this storefront, and they are specifically concerned about how quotas and limits directly impact the efficiency and stability of solutions built on the platform.
Which two considerations should a Solution Architect keep in mind when considering B2C Commerce Governance and Quotas?
Choose 2 answers

  • A. For sandbox instances, quotas can be softened by exporting them from a production instance and importing them onto a sandbox instance. This approach lets Solution Architects match the development environment to the production environment.
  • B. Unless a site :s experiencing performance issues, the Solution Architect car assume that quota violations have not occurred.
  • C. Object quotas status is updated with an up to 20-minute delay. Therefore, a Solution Architect must consider this delay when performing calculations related to traffic and limits.
  • D. If an enforced quota is exceeded, an exception is thrown, which prevents the current operation from completing. The Solution Architect should design the solution so that the exception can be caught within a customization.

Answer: C,D

 

NEW QUESTION 22
A company uses Salesforce to store accounts and contacts. All users have switched to the Lightning Experience user interface. The Account Hierarchy feature is used extensively to relate companies to their subsidiaries. A Solution Architect finds that the data migration process is creating duplicate contacts with different primary accounts.
Which two options can the Solution Architect use to ensure that there is only a single contact for a particular person across all the subsidiaries of a company?
Choose 2 answers

  • A. Lightning Data Services
  • B. Duplicate Matching Rules
  • C. Third-party application or AppExchange tool
  • D. Customer 360 Data Manager

Answer: D

 

NEW QUESTION 23
Northern Trail Outfitters (NTO) wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. When an opportunity is closed or won, an order must be created in the ERP, which manages orders. The organization has an Enterprise Service Bus (ESB) that supports the CometD protocol.
Which two integration approaches or steps should a Solution Architect recommend for this scenario?
Choose 2 answers

  • A. Define a new platform event in the back-end system for the order details and then create a Process Builder process to initiate the platform event when the opportunity status changes to Closed-Won.
  • B. Define a new platform event in Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
  • C. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
  • D. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.

Answer: C,D

 

NEW QUESTION 24
A salesperson needs to know which subscription a customer has subscribed to or unsubscribed from when reviewing their account in Sales Cloud. However, Marketing Cloud needs to honor the unsubscribe action when it sends out emails.
Which two steps should a Solution Architect take to meet these requirements?
Choose 2 answers

  • A. Create a custom preference center that updates the records in Sales Cloud.
  • B. Use the out-of-the-box preference center in Marketing Cloud.
  • C. Implement the Marketing Cloud Connector to ensure the unsubscribe data is synced from Sales Cloud.
  • D. Create a Journey activity to update the records in Sales Cloud.

Answer: B,C

 

NEW QUESTION 25
Northern Trail Outfitters (NTO) hosts a customer care portal using Service Cloud. The portal uses Marketing Cloud for customer interaction for a number of use cases, including customer sign-up and updates on togged cases. NTO has decided that the connectors provided by Salesforce are not flexible enough for their needs, so they would like to explore a programmatic approach for doing so.
Which two considerations should a Solution Architect point out to NTO as it moves forward to integrate the Service Cloud portal with Marketing Cloud for customer interaction? Choose 2 answers

  • A. The Marketing REST API calls are asynchronous, with timeout values of 120 for non-tracking operations and 300 seconds for tracking and data retrieve operations.
  • B. NTO can use Marketing Cloud REST API for integrating with Service Cloud.
  • C. NTO can use Marketing Cloud SOAP API for integrating with Service Cloud.
  • D. The Marketing REST API uses XML request and response bodies and resource endpoints to support multi-channel use.

Answer: B,D

 

NEW QUESTION 26
A company currently uses B2C Commerce and Service Cloud for one of its storefronts. They are now considering implementing the 'Order on Behalf of flow. Which consideration must a Solution Architect keep in mind while implementing the 'Order on Behalf of flow?

  • A. The Service Cloud Connector enables data synchronization through SOAP services using Service Cloud and B2C Commerce. REST services are not available for such data synchronization needs.
  • B. The Service Cloud Connector does not require B2C Commerce to be registered as a remote site as long as the Service Cloud org and B2C Commerce realm are in the same geographic region.
  • C. The Service Cloud Connector is not available for guests or anonymous storefront shoppers. Use Order on Behalf with registered B2C Commerce customer accounts.
  • D. The Service Cloud Connector can work with any valid Service Cloud user. There is no specific need for an Integration User with administrative rights.

Answer: B

 

NEW QUESTION 27
An organization uses B2C Commerce to capture order details but needs to process the order in an ERP system. They want B2C Commerce to send a message to the ERP system with the order details after they have been entered, then wait for the order to be processed, and then receive a reply from the ERP system with the order number and status.
Which integration pattern should a Solution Architect use to meet this requirement?

  • A. Batch Data Synchronization
  • B. Publish / Subscribe
  • C. Request and Reply
  • D. Asynchronous Call-Out

Answer: C

 

NEW QUESTION 28
A company recently launched their ecommerce sites for three countries: Australia, New Zealand, and Singapore. The company is now looking to set up marketing automations using Marketing Cloud.
Their B2C Commerce is configured with two realms: ANZ and SE Asia. Each country has a site within their respective realm: Australia and New Zealand sites are within ANZ and Singapore is within SE Asia.
Which account hierarchy should a Solution Architect recommend for the Marketing Cloud set up?

  • A. Use a single Marketing Cloud tenant and map business units to each site irrespective of the realm
  • B. Use a separate Marketing Cloud tenant for each site
  • C. Use a single Marketing cloud tenant and map business units to each realm
  • D. Use a separate Marketing Cloud tenant for each realm and map business units to sites within each realm

Answer: A

 

NEW QUESTION 29
Refer to the exhibit.

A company plans to adopt Salesforce for a number of their needs, including an internal CRM, a public B2C Commerce storefront with order management functionality, and an extensible API framework to integrate with other systems, as well as marketing automation. The overall system landscape of the proposed solution is shown above.
Which three considerations are important for this scenario? Choose 3 answers

  • A. Order Management System (OMS) is a B2C Commerce product but it does not run natively on the core Salesforce Platform.
  • B. The Salesforce Platform can be used for customer master and consent management, or it can Integrate with a third-party Master Data Management system.
  • C. Marketing Cloud enables personalization, journey orchestration, and cross-channel messaging.
  • D. Tableau requires MuleSoft in order to access data outside of the Salesforce Platform.
  • E. Salesforce products, including Sales Cloud, Service Cloud, Experience Cloud, and Order Management System (OMS) run on the same physical platform and share a common data model.

Answer: C,D,E

 

NEW QUESTION 30
A company recently launched their ecommerce sites for three countries: Australia, New Zealand, and Singapore. The company is now looking to set up marketing automations using Marketing Cloud.
Their B2C Commerce is configured with two realms: ANZ and SE Asi
a. Each country has a site within their respective realm: Australia and New Zealand sites are within ANZ and Singapore is within SE Asia.
Which account hierarchy should a Solution Architect recommend for the Marketing Cloud set up?

  • A. Use a single Marketing Cloud tenant and map business units to each site irrespective of the realm
  • B. Use a separate Marketing Cloud tenant for each site
  • C. Use a single Marketing cloud tenant and map business units to each realm
  • D. Use a separate Marketing Cloud tenant for each realm and map business units to sites within each realm

Answer: A

 

NEW QUESTION 31
Northern Trail Outfitters (NTO) wants to bring data from across all parts of their Salesforce Customer Success Platform Into the Marketing Cloud account. A Solution Architect recommends using Synchronized Data Sources In Contact Builder and Marketing Cloud Connect to Integrate multiple business units In their account.
Which API does the Solution Architect need to use with Marketing Cloud Connect for this integration?

  • A. SOAP API
  • B. Streaming API
  • C. REST API
  • D. Tooling API

Answer: C

 

NEW QUESTION 32
A company is using both Service Cloud and B2C Commerce but they are not using Mulesoft or any other integration middleware and do not plan on adding that in the near future. However, there is a need to keep customer records in sync across both Service Cloud and B2C Commerce. When a change to the customer record in Service Cloud takes place, such as an updated customer name, the same customer record should be updated in B2C Commerce. Assume that there is a common ID that uniquely identifies the customer across the two systems.
How should a Solution Architect deliver the desired functionality?

  • A. Send an Outbound Message from Service Cloud and catch and handle the Outbound Message using the B2C Commerce APIs
  • B. Develop a custom solution in Service Cloud to consume and communicate with B2C Commerce APIs
  • C. Send a platform event from Service Cloud and subscribe to the platform event in B2C Commerce using the built-in functionality
  • D. Use change data capture to send a message from Service Cloud and catch and handle the message using B2C Commerce Service Cloud Connector

Answer: C

 

NEW QUESTION 33
......

Reliable Study Materials for B2C-Solution-Architect Exam Success For Sure: https://pass4sure.dumptorrent.com/B2C-Solution-Architect-braindumps-torrent.html