A telecommunications company is implementing Service Cloud and Experience Cloud with a goal to have a single view of their customers. Current system limitations have resulted in many duplicate and incomplete customer records with inadequate data quality in the millions of records. They want this issue remediated when migrating the data to Service Cloud and Experience Cloud.
Which two activities and tools should a Solution Architect recommend to address these concerns when planning the data migration activity and assure it is completed in a timely manner?
Choose 2 answers
A. Q Duplicate Management in Salesforce can be used to identify and manage duplicate records.
B. Use an ETL tool with a staging database in order to run data cleansing tools to obtain a clean data set.
C. Iteratively test smaller loads against a developer or partial copy sandbox and the full load against a full copy sandbox.
D. Iteratively test smaller loads against a developer sandbox and the full load against a partial copy sandbox.
Acme Ltd wants to Integrate B2C Commerce, Service Cloud, and Marketing Cloud. A Solution Architect was tasked with optimizing the integration by understand and which cloud is the ideal system of record for each piece of data.
Which two considerations will lead to an optimal design around systems of record?
Choose 2 answers
A. Lifetime engagement tracking and history, other data for personalization or segmentation should be mastered in Marketing Cloud
B. Heroku should be used to master ecommerce transactions, including order records, customer product affinity, and promotion eligibility
C. User consent information. Customer Journey flow. Counsel and compliance preferences should be mastered in B2C Commerce
D. Store primary attributes (name, address, birthday, phone, and email) about the customer in Service Cloud
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. Asynchronous Call-Out
B. Request and Reply
C. Batch Data Synchronization
D. Publish / Subscribe
A retail company currently uses B2C Commerce, Service Cloud, and Marketing Cloud. The company plans to launch a winter sweepstakes campaign to attract new customers. The signup page is hosted on B2C Commerce and collects new customer details like name, phone number, and email. In order to enter the sweepstakes, the customer must sign up to receive marketing communications. In return, they will receive a coupon for 20% off their next purchase.
Which option should be defined as the data source authority for the customer attributes collected from the sweepstakes page?
A. Experience Cloud
B. Service Cloud
C. Marketing Cloud
D. B2C Commerce
A retail company that sell fitness products Is implementing Service Cloud, B2C Commerce, and Marketing Cloud, In order to provide their customers with personalized recommendations, they are capturing and storing certain PII and health information. In order to adhers to compliance and regulations, they need to ensure shared data is encrypted across all platforms.
What features should a Solution Architect recommend to accomplish this?
A. Use Shield platform Encryption to encrypt data in Service Cloud, Enable Encrypted Data Sanding (EDS) in Marketing Cloud, and use B2C Commerce's crypto API.
B. Platform Encryption to encrypt data in Service Cloud, Marketing Cloud, and B2C Commerce.
C. Use Shield platform Encryption to encrypt data in Service Cloud and B2 Commerce. Data in Marketing Cloud is encrypted by default.
D. Use Shield Platform Encryption to encrypt data in Service Cloud, enable encryption at rest in Marketing Cloud, and enable encryption at rest in B2C Commerce.
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 Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
B. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
C. 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.
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.
Northern Trail Outfitters (NTO) wants to use Marketing Cloud to implement an Abandoned Cart Solution Workflow so that personalized messages are sent to shoppers who add items to their cart but abandon the B2C Commerce storefront.
Which two options should a Solution Architect recommended to meet this requirement? Choose 2 answers
A. Configure streaming updates for catalog importing, implement the Collect Tracking Code, and leverage Journey Builder to trigger an abandoned cart message.
B. Configure B2C Commerce catalog, product, order, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through Journey Builder.
C. Configure streaming updates for catalog importing, implement Google Analytics tracking, and leverage Journey Builder to trigger an abandoned cart message.
D. Configure B2C Commerce catalog, product, inventory, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through Journey Builder.
An organization wants to implement B2C Commerce, Marketing Cloud, and Service Cloud in a phased manner with the goal of keeping the overall project manageable and achieving a quick return on investment.
Their current legacy commerce system is home grown and has frequent, costly outages-- making this the highest priority for replacement. The current marketing platform collects only basic analytics from email marketing campaigns and has no awareness of the larger customer context. Currently, the call center meets most customer needs but the process is time-consuming and forces the agent to interact with multiple disconnected systems.
Which two implementation strategies should a Solution Architect recommend when rolling out an integrated customer experience across B2C Commerce, Marketing Cloud, and Service Cloud?
Choose 2 answers
A. Implement Marketing Cloud immediately after B2C Commerce in order to leverage the Marketing Cloud Contact Key as the Service Cloud Contact ID when Service Cloud is implemented later.
B. Implement Marketing Cloud and Service Cloud together in one phase after B2C Commerce to ensure that they share a common view of the customer from the beginning.
C. Implement Service Cloud immediately after B2C Commerce in order to leverage the Service Cloud Contact ID as the Marketing Cloud Contact Key when Marketing Cloud is implemented later.
D. Implement all three clouds at the same time; the primary identifiers for all three clouds must be synced to the others from the start in order to achieve a unified experience.
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. Additional infrastructure (for example Heroku servers) may be required to host the application
B. Features that are available by default in the Storefront Reference Architecture (SFRA) app will need to be custom built in custom frameworks
C. Developers will still be required to use the Commerce SDK for security purposes
D. Available Service, Marketing, and LINK accelerators may not work without modifications when using a headless approach
E. Developers familiar with the web frameworks (React, Angular) will be familiar with the framework used by B2C Commerce
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 a platform event from Service Cloud and subscribe to the platform event in B2C Commerce using the built-in functionality
B. Develop a custom solution in Service Cloud to consume and communicate with B2C Commerce APIs
C. Send an Outbound Message from Service Cloud and catch and handle the Outbound Message using the B2C Commerce APIs
D. Use change data capture to send a message from Service Cloud and catch and handle the message using B2C Commerce Service Cloud Connector