What is the recommended way to obtain the application key and secret for authorization of REST API calls to SAP Customer Data Platform?
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.
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.
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.
What are two key capabilities that differentiate customer data platforms (CDP) from other delivery platforms (for example CRM or data warehouse)? Note: There are 2 correct answers to this question.
Answer : A, B
The SAP Customer Data Platform is distinguished by its ability to unify customer data from various sources into a single customer profile, which is a capability not typically found in CRMs or data warehouses. This unification allows for a comprehensive view of the customer and enables real-time data processing, providing insights into customer behaviors as they occur. These capabilities are essential for delivering personalized customer engagements and are a significant differentiation from other platforms that may not support real-time processing or may only handle structured data without the ability to unify it.
For an incoming event, what value can SAP Customer Data Platform store for an active processing purpose status field?
Answer : C
In the context of the SAP Customer Data Platform, the active processing purpose status for an incoming event is always attached to the event. This status indicates whether the data is allowed to be stored in the system, and which data may be sent out to destination applications. The processing purpose can be dynamic, meaning it is part of the incoming event's data model and is saved to the customer profile with the status and timestamp data that was sent with the event. This is achieved by mapping the event purpose nodes to the data privacy framework within the platform.
Which tab in the customer dashboard shows the segments of the customer profile?
Answer : B
In the SAP Customer Data Platform, the customer dashboard provides a comprehensive view of individual customer profiles, including their attributes, behaviors, and interactions with the brand. To view the segments a customer profile belongs to:
B . Overview: The 'Overview' tab in the customer dashboard is designed to provide a holistic view of the customer profile, which includes the segments the customer is part of. This tab aggregates essential information about the customer, including demographic details, interaction history, and their categorization into various segments based on predefined criteria. This segmentation allows businesses to understand customer preferences and behaviors better, enabling targeted engagement strategies.
The 'Overview' tab serves as the central hub for accessing a broad spectrum of customer data, making it an invaluable tool for gaining insights and driving personalized customer experiences.
SAP Customer Data Platform user guide on navigating the customer dashboard.
Tutorials on customer segmentation and profile management within the SAP Customer Data Platform.
Which of the following are entities and attributes that can be used to create an audience? Note: There are 3 correct answers to this question.
Answer : C, D, E
In the SAP Customer Data Platform, to create an audience, the following entities and attributes can be utilized:
Unified Customer Profile: This entity provides a consolidated view of customer data from various sources.
Contextual Profile: This entity represents a real-time snapshot of customer interactions and behaviors.
Activity Attributes: These attributes are related to customer actions and behaviors that are tracked by the platform.
Which of the following describes a business unit in SAP Customer Data Platform?
You are creating a new legacy variant business unit.
Which matching rules does SAP Customer Data Platform preconfigure for both the Contextual Profile view and the Unified Profile view? Note: There are 3 correct answers to this question.
Answer : B, C, D
The SAP Customer Data Platform preconfigures matching rules to ensure accurate customer data matching. These rules are applied sequentially; if no match is found using the first identifier, the next identifier is tried. The predefined matching rules include:
Match Customers based onmasterDataId
Match Customers based oncrmId
Match Customers based onciamId
This setup helps in identifying and matching customer data accurately for both the Contextual Profile view and the Unified Profile view.