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?
Correct Answer: A
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. References: * [Salesforce Shield Platform Encryption Implementation Guide] * [Encrypted Data Sending (EDS) for Marketing Cloud] * [B2C Commerce Crypto API]
Question 32
Northern Trail Outfitters (NTO) wants to integrate its product information management (PIM) system with B2C Commerce so shopping experiences can be relevant, personalized, and seamless across channels. They need the ability to search for product deltas in the PIM system and reflect those changes in B2C Commerce on a scheduled basis. The Solution Architect recommends using MuleSoft Accelerator for B2C Commerce for this integration. Which two benefits should the Solution Architect highlight about API-led connectivity while implementing the MuleSoft accelerator for B2C Commerce? Choose 2 answers
Correct Answer: A,D
API-led connectivity is a method of connecting data to applications through reusable and purposeful APIs. MuleSoft Accelerator for Salesforce B2C Commerce Cloud is a solution that uses API-led connectivity to integrate B2C Commerce with other systems such as PIM, ERP, or Service Cloud. The benefits of API-led connectivity while implementing the MuleSoft accelerator for B2C Commerce are: * It enables self-service and an increase in productivity through reusable microservices and APIs. API-led connectivity allows developers to create modular and reusable microservices and APIs that can be easily discovered, accessed, and composed by other developers or business users. This reduces duplication of effort, increases agility, and accelerates time to market. * It enforces a distributed approach and allows for the creation of Experience APIs, Data APIs, and System APIs. API-led connectivity follows a distributed approach that decouples data sources from data consumers, enabling greater scalability, flexibility, and security. It also allows for the creation of three layers of APIs: Experience APIs that tailor data to specific channels or devices, Data APIs that orchestrate data from multiple sources, and System APIs that connect to core systems of record. Option B is incorrect because API-led connectivity does not let the business quickly integrate different systems without involving IT. It requires IT to design, build, and manage the APIs that enable integration. Option C is incorrect because API-led connectivity does not offer a template-driven approach for development. It offers a methodology and a framework for developing APIs based on best practices. References: * https://www.mulesoft.com/resources/api/what-is-api-led-connectivity * https://www.mulesoft.com/exchange/org.mule.examples/mulesoft-accelerator-for-salesforce-b2c- commerce-cloud/
Question 33
A merchant has implemented a custom solution on B2C Commerce, exposing a configurable outdoor table composed of multiple, different SKUs representing the table top, legs, hardware, cover, and optional extended warranty. On the B2C Commerce storefront, customers can select from any in-stock options for each of the components to create their perfect table before check-out. Although the final product is presented to the customer as one table, inventory is tracked at the component level, and all of the component SKUs must be sent to the Order Management System in the resulting commerce order. Which two solutions would allow the merchant to make this custom product experience available in Service Cloud to support the customer service rep purchasing and feature review'' Choose 2 answers
Correct Answer: C,D
C; Hooks are a way to extend the existing OCAPI endpoints with custom logic and data. By using hooks, the merchant can add additional information about the custom product options and component availability to the OCAPI product endpoint, which can be consumed by Service Cloud to display the custom product experience. D. CSR Order on Behalf Of is a feature that allows a CSR to access the existing B2C Commerce storefront as a customer and perform actions on their behalf, such as making purchases or reviewing custom products. This feature can be enabled in Service Cloud using the Commerce Cloud Connector. References: https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/OCAPI /current/usage/Hooks.html https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/OrderManagement/CSR/CSRorderonbehalfof.html
Question 34
A company is using Service Cloud, B2C Commerce, and Marketing Cloud to provide an end-to-end B2C solution. The company does not use MuleSoft or any other integration middleware and does not plan on using them in the near future. The company has about 10 million customers with a growth rate of 10% year over year, On average, each customer raises 10-50 support tickets each year, Each ticket may contain multiple comments, responses, and attachments. There is a need for the service agents to have visibility on customer tickets for up to 5 years. What approach should a Solution Architect recommend in order to deliver the desired functionality given the company's expected growth over the next 5 years, while still adhering to the platform's governor limits?
Correct Answer: A
This approach allows the company to use Service Cloud for capturing and resolving tickets, which provides a better customer service experience than B2C Commerce. It also allows the company to archive resolved cases and related data into Heroku, which is a cloud platform that can store large amounts of data without hitting the platform's governor limits. Using Salesforce Connect, the company can display the archived data back in Service Cloud without storing it in Salesforce, thus saving storage space and costs. References: https://help. salesforce.com/s/articleView?id=sf.data_source_connect.htm&type=5 https://www.heroku.com/home
Question 35
A university is considering using Experience Cloud so its students can interact with advisors who have Service Cloud licenses. The university would like to offer the easiest path for existing students to log in while still maintaining security. They have an on-premises Active Directory identity provider and use Google Workspace (formerly known as G Suite) for student email addresses. What should a Solution Architect recommend?
Correct Answer: A
* A is correct because implementing Social Sign On with OpenID Connect and Google Workspace as Auth Provider is a simple and secure way to allow existing students to log in to Experience Cloud using their Google Workspace credentials1. This also eliminates the need for creating and managing separate user accounts in Experience Cloud. * B is incorrect because implementing Active Directory and Salesforce Identity for SAML delegated Single Sign On would require the university to set up and maintain a SAML identity provider and configure it with Salesforce Identity. This would be more complex and costly than using Social Sign On with Google Workspace2. * C is incorrect because implementing Aloha template for students to access email with Salesforce Authenticator app would not meet the requirement of using the existing Google Workspace email addresses. Aloha template is a pre-built template for Experience Cloud that provides email functionality, but it does not integrate with Google Workspace3. Salesforce Authenticator app is a mobile app that provides two-factor authentication, but it does not integrate with Google Workspace either. * D is incorrect because implementing OAuth 2.0 authentication protocol with Google Workspace as Service Provider would not meet the requirement of using the easiest path for existing students to log in. OAuth 2.0 is a protocol that allows users to authorize third-party applications to access their data, but it does not provide authentication or single sign on functionality. References: * 1: https://help.salesforce.com/s/articleView?id=sf.networks_auth_provider_openid_connect. htm&type=5 * 2: https://help.salesforce.com/s/articleView?id=sf.identity_provider_saml.htm&type=5 * 3: https://help.salesforce.com/s/articleView?id=sf.networks_templates_aloha.htm&type=5 * : https://help.salesforce.com/s/articleView?id=sf.security_authenticator_app.htm&type=5 * : https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_web_server_flow.htm&type=5