ExamGecko
Home Home / Salesforce / Certified B2C Solution Architect

Salesforce Certified B2C Solution Architect Practice Test - Questions Answers, Page 14

Question list
Search
Search

List of questions

Search

Related questions











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.
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.
Answers
B.
Platform Encryption to encrypt data in Service Cloud, Marketing Cloud, and B2C Commerce.
B.
Platform Encryption to encrypt data in Service Cloud, Marketing Cloud, and B2C Commerce.
Answers
C.
Use Shield platform Encryption to encrypt data in Service Cloud and B2 Commerce. Data in Marketing Cloud is encrypted by default.
C.
Use Shield platform Encryption to encrypt data in Service Cloud and B2 Commerce. Data in Marketing Cloud is encrypted by default.
Answers
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.
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.
Answers
Suggested answer: A

Explanation:

Shield Platform Encryption is a feature that allows you to encrypt sensitive data at rest in Service Cloud and B2C Commerce, while preserving platform functionality. Encrypted Data Sending (EDS) is a feature that allows you to send encrypted data from Service Cloud to Marketing Cloud using an encryption key that only you control. B2C Commerce's crypto API is a set of methods that allow you to encrypt and decrypt data using symmetric or asymmetric keys in your code.

[Salesforce Shield Platform Encryption Implementation Guide]

[Encrypted Data Sending (EDS) for Marketing Cloud]

[B2C Commerce Crypto API]

Northern Trail Outfitters (NTO) has been using B2C Commerce and Service cloud for the past year and wants to take the next step in its customer experience by implementing Marketing Cloud. NTO is focusing on email for the foreseeable future and wants all transactional messages---such as password reset and order confirmations---to go through Marketing Cloud rather than B2C Commerce.

Which three actions should a Solution Architect recommend to enable this functionality?

Choose 3 answers

A.
Configure an API event in Process Builder along with an Email Activity with a transactional send classification.
A.
Configure an API event in Process Builder along with an Email Activity with a transactional send classification.
Answers
B.
Configure API integration credentials in Marketing Cloud to enable B2C Commerce to call Marketing Cloud.
B.
Configure API integration credentials in Marketing Cloud to enable B2C Commerce to call Marketing Cloud.
Answers
C.
Implement a server-side API callout in B2C Commerce for each of the required emails.
C.
Implement a server-side API callout in B2C Commerce for each of the required emails.
Answers
D.
Implement a client-side API callout in B2C Commerce for each of the required emails.
D.
Implement a client-side API callout in B2C Commerce for each of the required emails.
Answers
E.
Configure a Transactional Messaging API in Marketing Cloud and use a transactional send classification for each of the required emails.
E.
Configure a Transactional Messaging API in Marketing Cloud and use a transactional send classification for each of the required emails.
Answers
Suggested answer: B, C, E

Explanation:

To enable transactional messages from B2C Commerce to Marketing Cloud, you need to configure API integration credentials in Marketing Cloud, which will generate an authentication token and a REST endpoint for your account. Then, you need to implement a server-side API callout in B2C Commerce for each of the required emails, which will use the authentication token and the REST endpoint to send the email data to Marketing Cloud. Finally, you need to configure a Transactional Messaging API in Marketing Cloud, which will allow you to create and manage transactional messages using REST API calls. You also need to use a transactional send classification for each of the required emails, which will indicate that the email is not subject to unsubscribe rules.

[API Integration]

[Transactional Messaging API]

[Send Classifications]

A luxury retailer Is about to implement B2C Commerce and Marketing Cloud for their online presence. They are well known for their privacy when it comes to their customers' purchases within their stores and would like that to reflect in their online presence as well.

Given that requirement and the requirement to adhere to global data privacy acts, what are two out-of-the-box features the retailer should enable across these clouds when it comes to their customers' privacy?

Choose 2 answers

A.
Enable terms and conditions functionality within Marketing Cloud to have customers opt-In.
A.
Enable terms and conditions functionality within Marketing Cloud to have customers opt-In.
Answers
B.
Determine the stopper's tracking preference using the B2C Commerce Shop API.
B.
Determine the stopper's tracking preference using the B2C Commerce Shop API.
Answers
C.
Use profile and preference center functionality for Marketing Cloud Email Studio to capture consent and opt-in confirmation.
C.
Use profile and preference center functionality for Marketing Cloud Email Studio to capture consent and opt-in confirmation.
Answers
D.
Create cookies initially, then delete once the customer asks to deny.
D.
Create cookies initially, then delete once the customer asks to deny.
Answers
Suggested answer: A, C

Explanation:

To adhere to global data privacy acts and respect customers' privacy, the retailer should enable terms and conditions functionality within Marketing Cloud, which will allow them to display a custom message and a checkbox for customers to agree before they can submit a form or join a list. The retailer should also use profile and preference center functionality for Marketing Cloud Email Studio, which will allow them to capture consent and opt-in confirmation from customers, as well as provide them with options to manage their email preferences and unsubscribe.

[Terms and Conditions]

[Profile and Preference Centers]

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?

A.
Enable Contact to Multiple Accounts
A.
Enable Contact to Multiple Accounts
Answers
B.
Duplicate Matching Rules
B.
Duplicate Matching Rules
Answers
C.
Lightning Data Services
C.
Lightning Data Services
Answers
D.
Customer Data Platform
D.
Customer Data Platform
Answers
Suggested answer: A, B

Explanation:

Enabling Contact to Multiple Accounts allows a single contact to be related to multiple accounts, which can prevent the creation of duplicate contacts with different primary accounts. Duplicate Matching Rules can help identify and prevent duplicate records based on the criteria and actions that you specify.

Which two considerations should the Solution Architect keep in mind while designing the solution for OOBO?

Choose 2 answers

A.
Every REST call between B2C Commerce and Service Cloud counts towards API governor limits.
A.
Every REST call between B2C Commerce and Service Cloud counts towards API governor limits.
Answers
B.
The OOBO shopping experience requires that Salesforce service agent users authenticate against the B2C Commerce environment before creating the shopping session.
B.
The OOBO shopping experience requires that Salesforce service agent users authenticate against the B2C Commerce environment before creating the shopping session.
Answers
C.
Middleware, like Mulesoft, must be used to ensure the security and uptime of the integration between B2C Commerce and Service Cloud.
C.
Middleware, like Mulesoft, must be used to ensure the security and uptime of the integration between B2C Commerce and Service Cloud.
Answers
D.
The Service Agent cannot order on behalf of the customer if the customer is offline.
D.
The Service Agent cannot order on behalf of the customer if the customer is offline.
Answers
Suggested answer: A, B

Explanation:

The REST calls between B2C Commerce and Service Cloud are subject to API governor limits, which can affect the performance and availability of the integration. The service agent users need to have B2C Commerce permissions and access keys to log in and place orders on behalf of registered storefront shoppers.

An organization is considering using the Lead object in Sales Cloud to track customers who have signed up for their newsletter. The goal is to add these customers to a Marketing Cloud nurture campaign. Once they make a purchase, the suggested design is to convert the Lead to a Contact record and associate the resulting Contact with a Marketing Cloud Subscriber.

What recommendation should a Solution Architect make to avoid implementation challenges?

A.
Ensure that the Marketing Cloud Contact associated with the Lead is updated to reference the Contact after conversion.
A.
Ensure that the Marketing Cloud Contact associated with the Lead is updated to reference the Contact after conversion.
Answers
B.
Avoid using the Lead object by creating Contacts with different Record Types for prospects.
B.
Avoid using the Lead object by creating Contacts with different Record Types for prospects.
Answers
C.
Delete the Marketing Cloud Contact associated with the Lead object after conversion.
C.
Delete the Marketing Cloud Contact associated with the Lead object after conversion.
Answers
D.
Add prospects who have not created an account or made a purchase to Marketing Cloud directly without creating a Lead.
D.
Add prospects who have not created an account or made a purchase to Marketing Cloud directly without creating a Lead.
Answers
Suggested answer: A

Explanation:

This option ensures that the Marketing Cloud Contact is linked to the correct Salesforce record after the Lead is converted to a Contact, and that the contact utilization is not affected by duplicate records. The other options can result in data loss, inconsistent reporting, or unnecessary complexity.

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.
A.
Rebuild the logic used in the external system using Apex.
Answers
B.
Use the API callout component in Process Builder to retrieve the latest information from the external system during the loan application process.
B.
Use the API callout component in Process Builder to retrieve the latest information from the external system during the loan application process.
Answers
C.
Use an external object to store pricing and discount information.
C.
Use an external object to store pricing and discount information.
Answers
D.
Use the Apex callout to retrieve the latest information from the external system during the loan application process.
D.
Use the Apex callout to retrieve the latest information from the external system during the loan application process.
Answers
Suggested answer: D

Explanation:

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.

Universal Containers has an existing loyalty program that rewards its customers for purchases and frequent shopping with points that can be redeemed in store or online. They want to transform their existing loyalty program by investing in tools like Marketing Cloud, Salesforce Loyally Management and COP- They want to start segmenting their most loyal customers based or their online engagement and purchase history.

Which three actions should a Solution Architect recommend they consider taking with the tools they are investing In?

Choose 3 answers

A.
Curate tiered experiences in Marketing Cloud
A.
Curate tiered experiences in Marketing Cloud
Answers
B.
Segment Individuals within CDP C.Q Segment Journeys within CDP
B.
Segment Individuals within CDP C.Q Segment Journeys within CDP
Answers
C.
Curate tiered experiences in Loyalty Management
C.
Curate tiered experiences in Loyalty Management
Answers
D.
Create Journeys by tiers in Marketing Cloud
D.
Create Journeys by tiers in Marketing Cloud
Answers
Suggested answer: A, C, D

Explanation:

Curating tiered experiences in Marketing Cloud allows the company to create personalized content and offers based on the loyalty level of the customers. Segmenting Journeys within CDP enables the company to use data from multiple sources to create customer segments and target them with relevant messages across channels. Creating Journeys by tiers in Marketing Cloud allows the company to design and execute customer journeys based on the loyalty program tiers and goals.

An organization has a product catalog containing 500,000 unique SKUs and a total customer base of approximately 3 million customers, of which 250,000 are active in a given month. In order to better understand shopper behavior and build customer marketing journeys tailored to customer personas. the organization wants to track each product view event per customer and SKU across its commerce storefront.

Which integration and data storage architecture should a Solution Architect recommend to support this goal?

A.
Store as B2C Commerce custom objects and, using jobs, transfer the data to Marketing Cloud on an hourly basis.
A.
Store as B2C Commerce custom objects and, using jobs, transfer the data to Marketing Cloud on an hourly basis.
Answers
B.
Store in a Marketing Cloud Data Extension, and use the Marketing Cloud APIs to update from B2C Commerce when a product is viewed on the storefront.
B.
Store in a Marketing Cloud Data Extension, and use the Marketing Cloud APIs to update from B2C Commerce when a product is viewed on the storefront.
Answers
C.
Leverage collect.js on the B2C Commerce storefront to track product page views which can be segmented in journeys using decision splits.
C.
Leverage collect.js on the B2C Commerce storefront to track product page views which can be segmented in journeys using decision splits.
Answers
D.
Store as records in Salesforce Platform custom objects, and use the Salesforce APIs to update from B2C Commerce and Marketing Cloud when a product is viewed on the storefront.
D.
Store as records in Salesforce Platform custom objects, and use the Salesforce APIs to update from B2C Commerce and Marketing Cloud when a product is viewed on the storefront.
Answers
Suggested answer: C

Explanation:

Leveraging collect.js on the B2C Commerce storefront allows the organization to track product page views and other web analytics data using Marketing Cloud's Einstein Web Recommendations feature. This data can be used to segment customers in journeys using decision splits based on their product interests and behaviors.

Northern Trail Outfitters (NTO) wants incoming support cases to automatically be routed to the correct team based on customer purchases.

Which option should a Solution Architect configure to accomplish this7

A.
Auto Response rules and Support Processes
A.
Auto Response rules and Support Processes
Answers
B.
Apex trigger on a Case object
B.
Apex trigger on a Case object
Answers
C.
Queues and Assignment rules
C.
Queues and Assignment rules
Answers
D.
Auto-launched Flow with a Record Trigger
D.
Auto-launched Flow with a Record Trigger
Answers
Suggested answer: C

Explanation:

Queues and Assignment rules are features of Service Cloud that allow incoming support cases to be automatically routed to the correct team or agent based on predefined criteria, such as customer purchases, case origin, or case priority.

Total 152 questions
Go to page: of 16