A financial company uses an external system for pricing and quotation.
What is the recommended approach to use the pricing and discount rules in the external system within Salesforce during the loan application process?
A. Rebuild the logic used in the external system using Apex.
B. Use the API callout component in Process Builder to retrieve the latest information from the external system during the loan application process.
C. Use an external object to store pricing and discount information.
D. Use the Apex callout to retrieve the latest information from the external system during the loan application process.
Correct Answer: D
This option allows you to use Apex code to make HTTP requests and receive HTTP responses from an external system, such as a pricing and quotation service. You can use the @future(callout=true) annotation to make asynchronous callouts from Apex triggers or invocable methods. The other options are either not feasible or not optimal for this use case.
Question 112:
A company has B2C Commerce and Marketing Cloud. The Marketing team wants to match up the purchasing data from B2C Commerce to the Marketing Cloud subscriber data.
Which two objects from B2C Commerce should a Solution Architect map to Marketing Cloud in order to meet the company's needs?
Choose 2 answers
A. Contact
B. Orders
C. Customer
D. Profile
Correct Answer: BC
Option B is correct because orders should be mapped from B2C Commerce to Marketing Cloud in order to meet the company's needs. Orders contain purchasing data such as order number, order date, order total, order status, and order
items, which can be used for marketing purposes such as segmentation, personalization, and reporting.
Option C is correct because customer should be mapped from B2C Commerce to Marketing Cloud in order to meet the company's needs. Customer contains subscriber data such as customer ID, email address, first name, last name, and
phone number, which can be used for marketing purposes such as identification, communication, and targeting.
Option A is incorrect because contact is not an object from B2C Commerce, but rather an object from Service Cloud or Sales Cloud. Contact contains customer data such as name, email address, phone number, and account ID, which can be
used for marketing purposes if integrated with Marketing Cloud via Marketing Cloud Connect.
Option D is incorrect because profile is not an object from B2C Commerce, but rather an object from Experience Cloud or Sales Cloud. Profile contains user data such as username, password, role, and permissions, which can be used for
authentication and authorization purposes if integrated with Marketing Cloud via Salesforce Identity or Marketing Cloud Connect.
References:
[Get Started with B2C Solution Architect Cert Prep - Trailhead] [Certification - B2C Solution Architect - Trailhead] B2C Solution Architect Certification Guide | Salesforce Ben
Question 113:
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.
Correct Answer: AB
Both options A and B are valid ways to implement an Abandoned Cart Solution Workflow using B2C Commerce and Marketing Cloud. Option A uses streaming updates for catalog importing, which allows for near real-time updates of product information in Marketing Cloud. Option B uses data feeds that are transferred via SFTP and imported via Automation Studio, which allows for more control over the data format and frequency. Both options use collect.js or Collect Tracking Code to monitor shopper behavior on the B2C Commerce site and share it with Marketing Cloud. Both options also use Journey Builder to trigger personalized messages based on abandoned cart events. Option C is not valid because Google Analytics tracking is not part of the solution. Option D is not valid because inventory data is not required for the solution. References: https://help.salesforce.com/s/articleView?id=sf.icx_b2c_abandonedcart_req_workflow.htmandlanguage=en_USandtype=5 https://trailhead.salesforce.com/content/learn/modules/salesforce-solution-kits-quick-look/c360-sk1
Question 114:
A company Is implementing B2C Commerce, Service Cloud, and Marketing Cloud. The company Is based in Europe and needs to be compliant with GDPR.
Which two design implementations should a Solution Architect use to ensure GDPR compliance?
Choose 2 answers
A. Use email addresses, SMS, or other channel addresses as the contact key {subscriber key) in Marketing Cloud
B. Use a Salesforce record ID as a single unique identifier to apply across channels and clouds
C. Set tracking site preference for each storefront
D. Set field-level encryption across B2C Commerce, Marketing Cloud, and Service Cloud
Correct Answer: BD
B. Using a Salesforce record ID as a single unique identifier to apply across channels and clouds can help ensure GDPR compliance by enabling data portability, deletion, and anonymization across systems. This can also reduce data duplication and improve data quality. D. Setting field-level encryption across B2C Commerce, Marketing Cloud, and Service Cloud can help ensure GDPR compliance by protecting sensitive data from unauthorized access or disclosure. This can also help meet the requirements of data minimization and pseudonymization.
A company is In the process of defining the authoritative system for key data entitles Involved In B2C journeys. The company has about 200.000 customers, each averaging 30 orders per year.
Which two systems are considered an authoritative system for consent and compliance preferences, as well as primary person attributes such as name, address, birthday, phone, and email?
Choose 2 answers
A. B2C Commerce
B. Service Cloud
C. Experience Cloud
D. Marketing Cloud
Correct Answer: BD
Service Cloud and Marketing Cloud are considered authoritative systems for consent and compliance preferences, as well as primary person attributes such as name, address, birthday, phone, and email. Service Cloud is the system of record for customer service interactions and case management, and it can store customer consent and preferences for different channels and purposes. Marketing Cloud is the system of record for customer engagement and marketing campaigns, and it can store customer consent and preferences for email, SMS, push notifications, and other channels. B2C Commerce is not an authoritative system for consent and compliance preferences, as it does not store them natively. It can store some primary person attributes such as name, address, phone, and email, but they may not be the most up-to-date or accurate. Experience Cloud is not an authoritative system for consent and compliance preferences, as it relies on other systems to store them. It can store some primary person attributes such as name, email, and birthday, but they may not be the most up-to-date or accurate.
Northern Trail Outfitters (NTO) is implementing B2C Commerce and Service Cloud as part of an IT transformation project focused on improving the customer experience across all channels. As part of the Service Cloud implementation, there will also be a service portal implemented using Experience Cloud so that customers can better self-serve for the most common use cases. NTO customers are also heavily engaged on social services, so anything that can help them use their existing social accounts to log in will be essential to a great customer experience.
Which two things should a Solution Architect recommend to cover NTOs identity needs?
Choose 2 answers
A. Define a user registration handler to support user provisioning and authentication via social services like Google and Facebook.
B. Leverage Salesforce Identity as the identity provider to centralize authentication for both Experience Cloud and B2C Commerce in one place.
C. Leverage B2C Commerce as the identity provider for both Storefront and the Service Portal.
D. Use Salesforce CDP, which automatically syncs profiles and authentication information across systems.
Correct Answer: AB
Identity is a feature that allows managing user authentication and access across different applications and systems. Identity can be either internal or external to Salesforce, depending on where the user credentials are stored and verified. To cover NTOs identity needs, a Solution Architect should recommend the following: Define a user registration handler to support user provisioning and authentication via social services like Google and Facebook. A user registration handler is a class in Apex code that defines the logic for creating and updating user accounts based on information from an external identity provider. A user registration handler can support user provisioning and authentication via social services like Google and Facebook, by using OAuth 2.0 protocols and OpenID Connect standards to exchange user information and tokens between Salesforce and the social services. Leverage Salesforce Identity as the identity provider to centralize authentication for both Experience Cloud and B2C Commerce in one place. Salesforce Identity is a product that allows using Salesforce as an identity provider for other applications and systems. Salesforce Identity can centralize authentication for both Experience Cloud and B2C Commerce in one place, by using single sign-on (SSO) protocols and standards to enable users to log in to both applications with the same credentials. Option C is incorrect because leveraging B2C Commerce as the identity provider for both Storefront and the Service Portal is not possible or advisable. B2C Commerce does not support acting as an identity provider for other applications or systems, as it does not support SSO protocols or standards. Option D is incorrect because using Salesforce CDP, which automatically syncs profiles and authentication information across systems, is not a valid or available option. Salesforce CDP is a product that allows creating unified customer profiles from various data sources, but it does not sync or manage authentication information across systems.
A company wants to integrate B2C Commerce and Marketing Cloud so that customers shopping online can be segmented for marketing campaigns like Abandoned Cart and Post Purchase Journeys.
Which two actions are needed to enable an Abandoned Cart Journey?
Choose 2 answers
A. Integrate product, order, and customer data feeds into Marketing Cloud Data Extensions
B. Integrate product, order, and customer data feeds into Service Cloud objects
C. Use Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud
D. Implement the Marketing Cloud coilect.js through the storefront by using the Connector's reference implementation
Correct Answer: AD
A is correct because integrating product, order, and customer data feeds into Marketing Cloud Data Extensions is a prerequisite for enabling an Abandoned Cart Journey. Data Extensions are tables that store data in Marketing Cloud and can be used to define audience segments and personalize messages. D is correct because implementing the Marketing Cloud collect.js through the storefront by using the Connector's reference implementation is a prerequisite for enabling an
Abandoned Cart Journey. The collect.js script tracks customer behavior on the storefront and sends data to Marketing Cloud using the Connector cartridge.
B is incorrect because integrating product, order, and customer data feeds into Service Cloud objects is not needed for enabling an Abandoned Cart Journey. Service Cloud objects are used to store data in Service Cloud and can be used to
manage customer service cases and interactions.
C is incorrect because using Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud is not needed for enabling an Abandoned Cart Journey. Mulesoft is a platform that provides integration solutions for
A company wants to implement an abandoned cart solution for their ecommerce storefront in Marketing Cloud. The use case is when a customer visits their ecommerce website and adds an item to their shopping cart but does not complete the purchase. After an hour has passed from abandonment, an email containing the item that was in the shopping cart will be sent to the customer to remind them of their incomplete purchase.
What process should a Solution Architect follow to set up the solution?
A. Export the purchase data from B2C Commerce, import the data into Marketing Cloud, and create an email in Content Builder.
B. Set up Marketing Cloud Connector, create an email in Marketing Cloud, and create a send trigger.
C. Implement collect.js in the ecommerce storefront, create a behavioral trigger, create an email in Marketing Cloud, and create a journey.
D. Set up Einstein Recommendations, set up Marketing Cloud Connector, and create an email in Marketing Cloud.
Correct Answer: C
An abandoned cart solution is a solution that allows sending personalized and timely email reminders to customers who have added items to their shopping cart but have not completed the purchase. An abandoned cart solution can help increase conversion rates, revenue, and customer loyalty. To implement an abandoned cart solution for their ecommerce storefront in Marketing Cloud, a Solution Architect should follow the following process: Implement collect.js in the ecommerce storefront. Collect.js is a JavaScript code that allows tracking customer behavior and interactions on the ecommerce website, such as browsing products, adding items to cart, etc. Collect.js sends this behavioral data to Marketing Cloud for further analysis and action. Create a behavioral trigger. A behavioral trigger is a rule that defines how to map behavioral data to a target data extension when a customer takes a particular action, such as abandoning a cart or browser session. A behavioral trigger can help automate the data flow and segmentation process based on customer behavior. Create an email in Marketing Cloud. An email is a message that contains text, images, links, and other content that can be sent to customers via email. An email can be created using Content Builder, a tool that allows designing and managing email content in Marketing Cloud. Create a journey. A journey is a sequence of messages and actions that are triggered by customer events or attributes. A journey can be created using Journey Builder, a tool that allows designing and managing customer journeys in Marketing Cloud. Option A is incorrect because exporting the purchase data from B2C Commerce, importing the data into Marketing Cloud, and creating an email in Content Builder is not a sufficient or efficient process for implementing an abandoned cart solution. This process does not involve creating a behavioral trigger or a journey, which are essential for sending timely and personalized email reminders based on customer behavior. Option B is incorrect because setting up Marketing Cloud Connector, creating an email in Marketing Cloud, and creating a send trigger is not a suitable or scalable process for implementing an abandoned cart solution. Marketing Cloud Connector is a feature that allows integrating Marketing Cloud with other Salesforce products, such as Sales Cloud or Service Cloud. It is not necessary or relevant for integrating Marketing Cloud with B2C Commerce. A send trigger is a rule that defines how to send an email to customers based on certain criteria or conditions. However, a send trigger does not capture or leverage the behavioral data collected by collect.js, which is crucial for creating an effective abandoned cart solution. Option D is incorrect because setting up Einstein Recommendations, setting up Marketing Cloud Connector, and creating an email in Marketing Cloud is not a relevant or optimal process for implementing an abandoned cart solution. Einstein Recommendations is a feature that allows generating personalized product recommendations based on customer behavior and preferences. It is not directly related to creating an abandoned cart solution, although it can be used to enhance the email content with relevant recommendations. As mentioned before, Marketing Cloud Connector is not necessary or relevant for integrating Marketing Cloud with B2C Commerce. This process also does not involve creating a behavioral trigger or a journey, which are essential for sending timely and personalized email reminders based on customer behavior.
A brand is planning to re-platform their existing website onto B2C Commerce. As part of the re-platform they will create a new social community portal. They are going to implement B2C Commerce, Experience Cloud, and Salesforce Identity.
After reviewing the workflow, which system should a Solution Architect recommend to use as a primary authentication method while attempting to minimize migration of customer profile data?
A. Salesforce Core Platform/Identity
B. Salesforce CDP
C. Salesforce Marketing Cloud
D. Salesforce B2C Commerce
Correct Answer: A
This answer is correct because it minimizes the migration of customer profile data by using Salesforce Identity as the primary authentication method. Salesforce Identity can act as an identity provider (IDP) for both B2C Commerce and
Experience Cloud, and it can store customer profile data in a single place. This reduces the need to duplicate or sync customer data across multiple systems.
A company is currently Implementing B2C Commerce and wants to use Marketing Cloud to send transactional emails like the Welcome Email, Order Confirmation, and Order Status Update Email. Which three steps are required to configure the Marketing Cloud Connector for triggered emails?
Choose 3 answers
A. Configure REST Services in B2C Commerce that will be used to authenticate B2C Commerce against Marketing Cloud via its API integration and initiate a transactional email delivery.
B. Customize the B2C Commerce storefront to invoke Marketing Cloud's Transactional Messaging REST API whenever a transactional message should be delivered. This customization should first authenticate B2C Commerce against Marketing Cloud and then deliver the Transactional Messaging pavload to inform message contents.
C. Create an API Integration in Marketing Cloud using Installed Packages that provision access to Marketing Cloud APIs by external systems like B2C Commerce.
D. Customize the B2C Commerce storefront to trigger Marketing Cloud Transactional Messages at strategic points in the customer's experience by using Marketing Cloud's Transactional Messaging REST API. This customization should Include a payload that informs message contents.
E. Integrate Marketing Cloud and B2C Commerce to provide Marketing Cloud with B2C Commerce order and customer information on a nightly basis via SFTP.
Correct Answer: ACD
Option A is correct because configuring REST services in B2C Commerce is a necessary step to enable authentication and communication with Marketing Cloud via its API integration and to initiate transactional email delivery using Marketing
Cloud's Transactional Messaging REST API.
Option C is correct because creating an API integration in Marketing Cloud using Installed Packages is a necessary step to provision access to Marketing Cloud APIs by external systems like B2C Commerce and to generate an API key and
secret for authentication purposes.
Option D is correct because customizing the B2C Commerce storefront to trigger Marketing Cloud Transactional Messages at strategic points in the customer's experience is a necessary step to invoke Marketing Cloud's Transactional
Messaging REST API with a payload that informs message contents and recipients.
Option B is incorrect because front-end development capabilities are not required to configure the Marketing Cloud Connector for triggered emails, but rather to customize the B2C Commerce storefront and the email templates in Marketing
Cloud.
Option E is incorrect because integrating Marketing Cloud and B2C Commerce to provide Marketing Cloud with B2C Commerce order and customer information on a nightly basis via SFTP is not required to configure the Marketing Cloud
Connector for triggered emails, but rather to enable data synchronization and segmentation for marketing campaigns.
References:
Get Started with B2C Solution Architect Cert Prep - Trailhead Certification - B2C Solution Architect - Trailhead
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your B2C-SOLUTION-ARCHITECT exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.