Free B2C-SOLUTION-ARCHITECT Exam Braindumps (page: 8)

Page 7 of 39

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

  1. Customer 360 Data Manager
  2. Third-party application or AppExchange tool
  3. Duplicate Matching Rules
  4. Lightning Data Services

Answer(s): A,C

Explanation:

Option A is correct because Customer 360 Data Manager can be used to ensure that there is only a single contact for a particular person across all the subsidiaries of a company. Customer 360 Data Manager is a tool that enables data integration and identity resolution across multiple Salesforce clouds and external systems. It can match and merge duplicate contacts based on various criteria and create a single source of truth for customer data.

Option C is correct because Duplicate Matching Rules can be used to ensure that there is only a single contact for a particular person across all the subsidiaries of a company. Duplicate Matching Rules are rules that define how Salesforce identifies duplicate records based on standard or custom fields. They can prevent users from creating or updating duplicate contacts based on various criteria and actions.

Option B is incorrect because Third-party application or AppExchange tool is not an option that the Solution Architect can use to ensure that there is only a single contact for a particular person across all the subsidiaries of a company. Third-party application or AppExchange tool is not a specific or native solution for this problem, but rather a general or external solution that may or may not work depending on the features and compatibility of the application or tool.

Option D is incorrect because Lightning Data Services is not an option that the Solution Architect can use to ensure that there is only a single contact for a particular person across all the subsidiaries of a company. Lightning Data Services is a tool that enables developers to access, cache, and modify data in Lightning web components without using Apex code. It does not have any functionality to prevent or resolve duplicate contacts.


Reference:

[Get Started with B2C Solution Architect Cert Prep - Trailhead]

[Certification - B2C Solution Architect - Trailhead]

B2C Solution Architect Certification Guide | Salesforce Ben



A company wants to add Salesforce Order Management to their existing B2C Commerce, Service Cloud, and Sales Cloud integration. Their current sales process lets sales reps build quotes, create orders, and process reduction orders for refunds as part of their sales channel workflow. Their B2C Commerce order objects also include multiple custom attributes that the merchant's current Order Management System uses to allocate orders to the correct distribution center for fulfillment.

When enabling Salesforce Order Management, what potential concerns will the merchant need to work through?

  1. Salesforce Order Management does not allow for fulfillment rules across multiple distribution centers without the use of an AppExchange package or custom Apex triggers.
  2. Reduction Orders and Order Management change orders conflict if both are enabled in the same Org and require the use of Record Types and Apex Triggers or Validation Rules to avoid conflicts.
  3. Custom attributes on B2C Commerce Orders are not natively supported for Salesforce Order Management integrations and require custom Apex development to handle mapping.
  4. Salesforce Order Management integrates natively with B2B Commerce when both products reside within the same Org but requires the use of a customizable B2C Commerce cartridge to import data from a B2C Commerce instance.

Answer(s): A

Explanation:

A is correct because Salesforce Order Management does not have native support for multiple distribution centers and requires either an AppExchange package or custom Apex triggers to implement fulfillment rules based on custom attributes1.



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?

  1. The Service Cloud Connector is not available for guests or anonymous storefront shoppers. Use
    Order on Behalf with registered B2C Commerce customer accounts.
  2. 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.
  3. 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.
  4. 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(s): A

Explanation:

A is correct because the Service Cloud Connector only works with registered B2C Commerce customer accounts and does not support guests or anonymous storefront shoppers. The connector uses the customer ID to link the Service Cloud contact with the B2C Commerce customer profile.

B is incorrect because the Service Cloud Connector supports both SOAP and REST services for data synchronization between Service Cloud and B2C Commerce.

C is incorrect because the Service Cloud Connector requires B2C Commerce to be registered as a remote site in Service Cloud regardless of the geographic region. This is to allow outbound messages from Service Cloud to B2C Commerce.

D is incorrect because the Service Cloud Connector requires a dedicated Integration User with administrative rights in both Service Cloud and B2C Commerce. This user is used to authenticate and authorize the data synchronization between the two systems.


Reference:

https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/ ServiceCloud/ServiceCloudConnectorOverview.html

https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/ ServiceCloud/ServiceCloudConnectorDataSynchronization.html

https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/ ServiceCloud/ServiceCloudConnectorSetup.html

https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/ ServiceCloud/ServiceCloudConnectorUserSetup.html



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

  1. 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.
  2. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
  3. 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.
  4. 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(s): A,D

Explanation:

A is correct because defining a new platform event in Salesforce and publishing it with Process Builder when the opportunity status changes to Closed-Won is a valid way to trigger an integration with the ESB using the CometD protocol.

D is correct because enabling ESB to subscribe to the platform event using the CometD protocol and notifying the back-end ERP system to create the order asynchronously is a valid way to handle the integration with the ERP system using a publish-subscribe model.

B is incorrect because publishing to a platform event using the CometD protocol requires an Apex trigger, not a Process Builder process. Also, creating the order synchronously would not be advisable as it would introduce latency and dependency on the ERP system's availability.

C is incorrect because defining a new platform event in the back-end system for the order details would not be possible as platform events are Salesforce-specific objects that can only be defined within Salesforce.


Reference:

https://developer.salesforce.com/docs/atlas.en-
us.platform_events.meta/platform_events/platform_events_intro_emp.htm

https://developer.salesforce.com/docs/atlas.en-
us.platform_events.meta/platform_events/platform_events_subscribe.htm

https://developer.salesforce.com/docs/atlas.en-
us.platform_events.meta/platform_events/platform_events_publish_apex.htm

https://developer.salesforce.com/docs/atlas.en-
us.platform_events.meta/platform_events/platform_events_define.htm






Post your Comments and Discuss Salesforce B2C-SOLUTION-ARCHITECT exam with other Community members:

B2C-SOLUTION-ARCHITECT Exam Discussions & Posts