You want to implement family customer accounts in SAP Customer Data Platform. What is the best way to do this?
Answer : B
The SAP Customer Data Platform supports the implementation of family customer accounts through the use of groups and relationships. This approach allows for the creation of a unified view of customer contacts, associated accounts, and the relationships within these accounts. By leveraging this structure, organizations can gain enriched, real-time insights into their customer base, which is essential for driving growth and providing a customer-centric experience.
What does the warning sign next to the attributes indicate in the Unique Identifiers section of the Customer Profile view?
Answer : B
In the SAP Customer Data Platform, within the Unique Identifiers section of the Customer Profile view, a warning sign next to attributes typically indicates:
B . It indicates that the values of those attributes are shared with other customer profiles. This warning is used to highlight potential issues with data uniqueness, where the supposed unique identifiers are not exclusive to a single customer profile but are instead found across multiple profiles. This situation could lead to data integrity issues, as unique identifiers are meant to distinguish each customer profile distinctly.
Addressing these warnings is crucial for maintaining the reliability of the customer data, ensuring that each profile is uniquely and accurately identified within the platform.
SAP Customer Data Platform user documentation on managing customer profiles and understanding the significance of unique identifiers.
Best practices for data management within the SAP Customer Data Platform, with a focus on maintaining the uniqueness of customer identifiers.
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.
Which of the following can be used to create entry conditions for milestones in a CX journey? Note: There are 3 correct answers to this question.
Answer : A, C, E
In the SAP Customer Data Platform, entry conditions for milestones in a CX journey are defined by certain criteria that trigger the customer's transition from one milestone to the next. These entry conditions can be associated with one or more CX flows. The correct options that can be used to create these entry conditions are:
Segments: These are used to define a part of the customer base that shares common characteristics.
Profile attributes: These attributes are related to the customer's profile data.
Activity indicators: These are specific markers or signals derived from customer activities.
Group attributes and activity attributes are not mentioned as options for creating entry conditions in the provided resources.
Which functionalities are always used when ingesting customer data into SAP Customer Data Platform? Note: There are 2 correct answers to this question.
Which of the following can be used as audience conditions? Note: There are 3 correct answers to this question.
Which of the following flow controls are supported in CX flows? Note: There are 2 correct answers to this question.
Answer : B, D
The SAP Customer Data Platform supports various flow controls within CX flows to manage the customer journey. Specifically, the 'Wait Until Duration' control allows the stalling of a CX flow's path for a specified period or until a certain date and time. The 'Join' control enables the merging of different paths of a CX flow into one. These controls are essential for orchestrating complex customer interactions and ensuring timely engagements.