A B2B business (the client) is migrating its data warehouse (DWH) solution to AEP. Currently, they are using what they call Recipient ID as the main identifier to recognize client employees. That Recipient 10 is generated inside the DWH.
That solution will not be available once AEP is live, so the solution architect needs to consider potential alternatives.
After working with the client lead and a data engineer, the solution architect identifies that a combination of Company ID and Hashed Employee Email would be a good replacement for the Recipient ID to make it more unique.
How can the solution architect generate that identity within AEP?
A. The Company ID (non-people identifier) must be set up as a primary ID. The Hashed Employee Email as a secondary ID and AEP will automatically reconcile them.
B. The Company ID and Hashed Employee Email must be combined in AEP data prep and passed as a unique primary identity.
C. The Company ID and Hashed Employee Email must be combined outside of AEP and passed as a unique primary identity.
D. The Hashed Employee Email must be set up as a primary ID. The Company ID (non- people identifier) as a secondary ID and AEP will automatically reconcile them.
A data engineer wants to connect a new data source into AEP using an Amazon S3 Bucket. The S3 Bucket currently will be added with the daily deltas.
The historical data and the recurrent deltas must be imported.
In which way can this task be performed with minimal effort?
A. Create a one-time dataflow for the historical data and one scheduled dataflow for the deltas
B. Create one scheduled dataflow and enable partial ingestion
C. Create one scheduled dataflow and enable the backfill
D. Create one scheduled dataflow for the deltas and import the historical data through a data ingestion workflow
A data engineer builds a segment based on Loyalty Status = Gold attribute and a purchase in the last 7 days. To validate that this segment is working, the engineer logs in to the test website and makes a purchase Gold Loyalty Status. In AEP. how can the data engineer validate that the test customerlD made it into the segment near real-time?
A. Run a Query in Query service using the segment criteria (Loyalty Status = Gold attribute and a purchase in the last 7 days) for the dataset in question.
B. In the Identity Graph Viewer, look up the customerlD.
C. Go to Segments > choose the segment > search for the profile in the samples below.
D. Go to Profiles > Browse and input my customerlD. Look at the segment membership tab.
A data engineer it running some tests And tending in event data How should the data engineer validate that the event is properly attributed to the correct profiler
A. Use the Dataset Preview to look at a few rows and see if data is in profile.
B. Use Query service to query events
C. Use the Identity Graph Viewer to view how the identities are mapped.
D. Use profile lookup to view the events associated to a given profile.
A data engineer does not have access to the AEP Ul and must create a new Dataset and upload CSV data.
Which API requests will allow the data engineer to upload this data?
A. Option A
B. Option B
C. Option C
What it the appropriate identity namespacs for an email mat n coming in hashed'
A. Email SHA256
B. Email
C. ECID
D. Email MDS
Which choices explain the data lineage that DULE enforces?
A. Schema. Dataset Profile. Segment
B. Dataset. Merge Policy. Segment Destination
C. XDM. Source, Profile. Export
D. Source. Merge Policy. Segment. Destination
A data engineer creates a custom identity namespace within AEP. However, this custom Identity namespace is the wrong Identity type. What can the data engineer do to update the identity namespace?
A. Create a new custom Identity Namespace with the correct Identity type.
B. Using the Identity Namespace APIs, update the custom Identity type.
C. Edit the Identity Namespace type within the AEP User-Interface under Identities.
D. Delete the customIdentityNamespace from the AEP User-Interface under Identities.
A national workout studio chain is introducing a new Family discount program. They have already deployed AEP with the following data model:
Members Schema (Individual Profile Based): Primary ID: Member ID Secondary IDs: Email Hash. Phone Hash Training Sessions Management (Experience Event): Primary ID: Member ID Secondary IDs: ECID Subscription Management (Experience Event): Primary ID: Email Hash Secondary IDs: ECID
The workout studio wants to be able to use all of this information together with the family details to segment For example, they want totarget families where one familymember trams daily or one family member has the yearly subscription plan.
To start collecting Family information, the workout studio creates a form where the members can create a Family account and associate the different members to it The form will collect a list of Member IDs and generate a Family ID. A data architect will design a new schema to store the Family information.
Which identities should be used in the schema(s) to collect this form information?
A. The Family ID should be defined as a cross-device identity and set up as a secondary identity. The Member IDs should be used as primary identities.
B. The Family ID should be defined as a cross-device identity and set up as the primary identity. The Member IDs should be used as secondary identities.
C. The Family ID should be defined as a non-people identity and set up as a primary identity. The Member ID should be set up as a relationship with the Members Schema.
D. The Family ID should be defined as a non-people identity and set up as the primary identity. The Family ID should also be an attribute of the Members Schema and set up as a relationship.
A data engineer is ingesting website data via CSV that represents a future hotel reservation.
Each field is mapped to the corresponding target field below:
"fullName": "string", 'crmld": "string", "email": "string", "swyDate": "dateTime", "_id": "string"
Upon mapping the data, the mapping step fails with an error.
What is the possible cause of this error?
A. _id field is passed in manually instead of autogenerated.
B. CRM ID is an integer when the target field is a string.
C. The source datelime format is incompatible with XDM.
D. The default timestamp field is required upon ingestion.