A data engineer has a file they must ingest with all string fields. The engineer must keep precision of the data when converting string fields to numeric fields. Which two functions could the the data engineer use when making this conversion? (Choose two.)
A. To.bigint
B. To.object
C. To .integer
D. To.float
E. To_decimal
A marketer wants to send profile and attributes information to an RT-CDP Destination. Which destination option should the marketer choose to send profile and attributes information?
A. Amazon S3 cloud storage destination
B. Facebook Pixel extension
C. Google Display and Video 360
D. Google Ads
You want to load purchase order data into The Adobe Experience Platform You know that every event loaded into the Adobe Experience Platform requires a unique ID (_jd). Given the sample record below:
Which field or fields can be used for this ID?
A. ordetlD. orderDate, storelD
B. ordedD. lastOrderSlatusUpdate
C. orderlD
D. orderlD. orderDate
There are two existing entities in the Real-time Customer Profile store: one profile record and one event.
Both the event schema and profile schema have "email" as the primary identity. The _id is used to identify unique events.
Later, a data engineer ingests one additional profile fragment and another event:
Profile: ("email": "[email protected]*. "favBrand': "Adobe")
Event: {`'_id": '5000". "email": "[email protected]". "purchase": "Photoshop 2021")
What will the profile attributes and event look like when doing a profile [email protected]?
A. Option A
B. Option B
C. Option C
D. Option D
During discovery, a business user explains that customer data from field-sales reps is stored in a third-party CRM system.
Based on the three methods of ingesting data into Adobe Experience Platform, which method should be used to set up a schedule-based ingestion run?
A. Batch API
B. Streaming API
C. Sources
D. File automation
What is the difference between a data science training run and a data science scoring run?
A. A training run involves learning patterns from your data while a scoring run is about generating insights from your data. A training run requires that a scoring run hasoccurred.
B. A training run involves learning patterns from your data while a scoring run is about generating insights from your data. A scoring run requires that a training run hasoccurred.
C. A training run involves generating insights from your data while a scoring run is about learning patterns from your data. A scoring run requires that a training run hasoccurred.
D. A training run involves generating insights from your data while a scoring run is about learning patterns from your data. A training run requires that a scoring run hasoccurred.
A data architect responsible for maintaining existing schemas is notified that a previously defined mandatory field is no longer available due to some changes in the inbound data. The data architect confirms the existing schema has been saved and is currently being leveraged in data ingestion.
Which option does the data architect have?
A. Remove the previously defined field
B. Make the current mandatory field optional
C. Rename the existing field
D. Assign the field a new data type
When sending data through the RESTful API, how can data engineers make sure the payload being sent is formatted property in real time?
A. Leveraging asynchronous validation, data engineers can review error messages for records that fail validation.
B. Leveraging synchronous validation, data engineers can review error messages for records that fail validation.
C. As long as the data matches the pre-defined SXM schema, records in the payload pass
D. All data is ingested and query services reporting identify any records that do not pass custom validation rules.
A daily scheduled segmentation job has already run and completed. However, the data engineer recently created a new segment.
Segment Name: Profile Qualification
Segment ID: Safe34ae-Sc98-4Sl3-8a1d-67ccaaS4bc87
The data engineer wants to evaluate this segment via API.
How should the data engineer proceed?
A. Option A
B. Option B
C. Option C
D. Option D
A national workout studio chain deploys a new booking system and can now track when a customer puns to 90 into a training session. The studio chain wants to use that information to power their email campaigns. The event data that is collected when a customer books a session does not include information like the Sport category or the level of physical condition the customers should have. That information is stored in a different dataset. The studio chain is using AEP and will have access to the following databases;
BOOK A TRAINING SESSION EVENT DATABASE: Time stamp Session ID Member ID TRAINING SESSION METADATA DATABASE:
Session ID
Sport category
Required physical condition
The data architects needs to configure the AEP XDM schemas to be able to build a relationship between the two databases so that the Sport category and the Required physical condition can be used in the AEP segment builder.
How should the data architect configure the AEP XDM to meet these requirements?
A. Createone schema (schema A) using the Experience Event Schema as the XDM class for the Book a Training Session Event Create out schema (schema B> using individual Profile as the XDM class for the Training Session Metadata Usethe Member ID as the primary identity of the schema A Use the Session ID as a relationship fieldon schema A Use the Session ID as the primary identity of theschema B Enable schema A for profile
B. Create one schema (schema A) using the Experience Event Schema as the XDM class 'or the Book a Training Session Event Create one schema (schema B) using a custom XDM class for the Training Session Metadata Use the Member ID as the primary identity of the schema A Use the Session ID as a relationship field on schema A Use the Session ID as the primary identity of the schema B Enable both schemas for profile Create one schema (schema A) using the Experience Event Schema as the XDM class for the Book a Training Session Event
C. Create one schema (schema B) using a custom XDM class for the Training Session Metadata Use the Member ID as the primary identity of the schema A Use the Session ID as the secondary identity of the schema A Use the Session ID as the primary identity of the schema B Enable both schemas for profile
D. Create one schema using Experience Event as the XDM class Create Field Groups to include all the attributes from both the Book a Training Session Event and the Training Session Metadata Use the Member ID as the primary identity of that schema Use the Session ID as a secondary identity of that schema Configure one dataflow per database but use the same dataset to store the info