A known customer buys a TV that is delivered late. SAP Customer Data Platform is configured to ingest the customer data for late deliveries so that the business can react and keep good customer satisfaction metrics. Which type of customer profile is best to use in this scenario?
Correct Answer: C
The Unified Customer Profile within the SAP Customer Data Platform is designed to provide a comprehensive view of the customer by unifying various types of data from multiple sources. This profile type is best suited for scenarios where businesses need to react quickly to specific customer situations, such as late deliveries, to maintain customer satisfaction. By leveraging the Unified Customer Profile, businesses can access all relevant customer information, including activity indicators and segments the customer is part of, which is essential for timely and effective customer service. Reference = The explanation aligns with the information provided in the SAP Customer Data Platform documentation, particularly in the sections discussing customer profiles and identity resolution123. The Unified Customer Profile (UCP) is ideal for this scenario. Here's why: Consolidated Data: The UCP integrates data from various sources (e.g., CRM, e-commerce, delivery systems) to create a comprehensive, 360-degree view of the customer, including their purchase history and the late delivery event. Real-time Updates: The UCP can be updated in real-time as new data, like the late delivery information, becomes available. Actionable Insights: The UCP enables the business to quickly identify affected customers and trigger appropriate actions for service recovery (e.g., personalized apologies, compensation), maintaining customer satisfaction. Reference: SAP Help Portal: Unified Customer Profile in SAP CDP (Find the latest documentation on the SAP Help Portal)
Question 27
What actions can you perform on a segment? Note: There are 2 correct answers to this question.
Correct Answer: C,D
Question 28
Which of the following steps to create an action are supported in SAP Customer Data Platform? Note: There are 2 correct answers to this question.
Correct Answer: B
When creating an action in the SAP Customer Data Platform, it is supported to define various parameters for the action. This includes setting a name for the action, selecting an action category, choosing processing purposes, and optionally entering a description. These steps are part of the initial settings when adding an action and are crucial for categorizing and defining the purpose of the action within the platform. Reference = The steps for creating an action, including defining its name, category, processing purpose, and description, are detailed in the SAP Help Portal's guide on adding an action1.
Question 29
How can you obtain the application key and secret for authorization of REST API calls to SAP Customer Data Platform?
Correct Answer: D
Question 30
What is the recommended way to obtain the application key and secret for authorization of REST API calls to SAP Customer Data Platform?
Correct Answer: D
To authorize REST API calls to SAP Customer Data Platform, it is recommended to create a server application from the application library. When using a server application to make API calls, you can authenticate with an asymmetric RSA key pair, or a user key and secret combination. The process involves creating an application in SAP Customer Data Platform and then finding and saving your client key and secret, which are used to get a Gigya JWT token using OAuth 2.0. Reference = This information is supported by the SAP Help Portal documentation on OAuth 2.0 Compliant REST API and Signing Requests to SAP Customer Data Platform12. To obtain the application key and secret for authorizing REST API calls in the SAP Customer Data Platform, the recommended approach is: D . By creating a server application from the application library. In the SAP Customer Data Platform, the application library serves as a centralized location where various applications can be managed and configured. By creating a server application within this library, you are provided with an application key and secret. These credentials are used to authenticate REST API calls securely, ensuring that only authorized applications can access and interact with the platform's data and services. This method of obtaining credentials helps maintain a secure and controlled environment for API interactions, safeguarding against unauthorized access to sensitive customer data. Reference: SAP Customer Data Platform documentation on application management and API security. Technical guides on setting up server applications and generating authentication credentials for API access.