What tools are supported by SAP Customer Data Platform to call external REST APIs? Note: There are 2 correct answers to this question.
Answer : B, C
The SAP Customer Data Platform supports the use of the Generic Webservice Provider and Connector Studio to call external REST APIs. The Generic Webservice Provider can call any external REST API endpoints, and when the outbound action is executed, the SAP Customer Data Platform prepares the data and sends it to the configured REST API endpoint.The Connector Studio is recommended for building integrations with REST applications1.
Reference= This information is verified using the SAP Help Portal documentation on the Generic REST API Connector1.
Why does SAP Customer Data Platform provide two views of the customer?
Answer : C
The SAP Customer Data Platform supports two views of a single customer to ensure that the right profile is available for every customer experience use case.This is achieved through the use of matching and merge rules that unify data from various sources to create a complete view of customers.Reference= This explanation is aligned with the information provided in the SAP Customer Data Platform documentation, which outlines the platform's capabilities to connect different types of customer data and generate rich customer insights1.
Which functionalities are always used when ingesting customer data into SAP Customer Data Platform? Note: There are 2 correct answers to this question.
Answer : A, D
The SAP Customer Data Platform ingests data from various source applications to build a coherent view of the customers. It defines a customer schema to create a common data model for all incoming customer data. Events are also a part of the data ingestion process, as they represent the actions taken by customers and are crucial for creating a complete customer profile.Reference=SAP Customer Data Platform | SAP Help Portal,How does SAP Customer Data Platform do it? - SAP Learning
What would you use activity indicators as building blocks for? Note: There are 3 correct answers to this question.
Answer : A, B, E
Activity indicators within the SAP Customer Data Platform are calculated metrics that measure the performance of various business areas based on customer activities. They serve as foundational components for constructing Customer Experience (CX) flows, building audiences for targeted marketing, and marking entries in CX journey milestones. These indicators are recalculated whenever relevant customer activity is ingested, allowing for dynamic segmentation and triggering of CX flows or journey milestones based on customer behavior.
Reference= This information is corroborated by the SAP Help Portal documentation on Activity Indicators, which outlines their role in gauging business performance and their application in CX flows, audience building, and CX journey milestones1.
You need to ingest some customer data into SAP Customer Data Platform while observing data compliance regulations.
What needs to be configured inside SAP Customer Data Platform before you can do this?
Answer : D
Before ingesting customer data into the SAP Customer Data Platform (CDP), it is essential to configure processing purposes within the system. This is a built-in mechanism that identifies the different purposes for handling customer data that streams into and out of the system. The processing of personal data is governed by regional and local regulations, such as GDPR and CCPA. The CDP ingestion process allows businesses to ensure compliance with these regulations, restrictions, and policies applicable to customer data usage. It is important to note that the CDP ingestion process does not collect, audit, or handle the actual collection of processing purposes. Instead, it allows for storing those collected purposes and applying data governance based on those purposes. In the context of CDP, the processing purpose is sent as data points in an event from a source, and multiple processing purposes may be defined per business unit. Only those processing purposes needed for managing customer data in CDP should be added.
Reference= The detailed explanation is based on information found in the SAP Help Portal, specifically within the documentation for processing purposes in the SAP Customer Data Platform1.
The search API for a single customer record does not show any segments tied to the profile, but you can see the segments in the customer dashboard. What could be the reason for this?
Answer : C
The issue described could be due to incorrect permissions for the API authorization keys. When the permissions are not set up correctly, the search API may not return segment data tied to a customer profile, even though these segments are visible in the customer dashboard. Proper configuration of API authorization keys is essential to ensure that the search API has the necessary permissions to access and return all relevant data, including customer segments.
Reference= This explanation aligns with the information provided in the SAP Customer Data Platform documentation and resources12.
You want to authenticate requests to event listeners created by the source server application. How can you do this? Note: There are 2 correct answers to this question.
Answer : B, D
When using a server application to make API calls to the SAP Customer Data Platform, you can authenticate requests to event listeners by passing a constructed JWT as the bearer token or by using the user key and secret key as parameters. The use of an asymmetric RSA key pair is also mentioned, which is typically involved in the creation of a JWT. However, passing the SSL certificate of the client or a one-time password generated by the REST API endpoint is not specified as a method for authenticating these requests.
Reference= The information is based on the SAP Customer Data Platform documentation, which details the methods for signing requests to the platform1.