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 has been tasked with setting up an export of a certain segment of their profile data to their cloud storage. Which two types of file export options are available to the marketer? (Choose two.)
A. full
B. Incremental
C. Partial
A data architect creates two XDM schemas: Schema A and Schema B.
What are the two requirements for defining a schema relationship so that Schema A references Schema B for use in segmentation? (Choose two.)
A. Schema A and Schema 6 must each be enabled for Real-time Customer Profile.
B. Schema A and Schema B must each have a primary identity.
C. Schema A must belong to the same schema class as Schema B.
D. Schema A and Schema B must each have datasets associated with them.
E. Both schemas should have the same fields marked as identities.
A data engineer is using Data Prep to format data for ingestion. The data engineer needs to load Date/Time as Date values for a field called CustomerCreateDate. The use of this field does not require a time component and as is String
based.
The JSON value in this example is '.platosaprod.customerCreateDateVZOOS-11 -0415:44".
Which Data Prep functions and order should the data engineer use to format the date without the time component?
A. format(p'atosaprod.custometCreateDate.dd-MM-yyyy')
B. format(date(_platosaprod.customerCreateDate),'dd-MM-yyyy')
C. dformaUdateLP'atosaprod.customerCreateDateJ.'dd-MM-yyyy')
D. date(_platosaprod.customerCreateDate.'dd-MM-yyyy')
Your customer wants to take purchase activity from their website and stream the event into the Adobe Experience Platform They do NOT want to implement additional client-side calls on the website. Which two options are available to do this? (Choose two.)
A. Web/Mobile SDK
B. Source connectors
C. HTTP API
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 QA engineer needs to determine if the data ingested through three different data sources into three datasets enabled for profile and based in the same XDM Profile schema is processed as expected.

To evaluate the final result, the QA engineer uses the Merge Profile configuration shown; The primary identity used is '.orgtenant.profilelDs.email". What data should appear m the user profile?


A. Option A
B. Option B
C. Option C
D. Option D
In an AEP implementation, an SFTP source setup performs daily imports. A marketer notices that the segment volumes linked to that data source have dropped in the last days. After a root cause analysis, it is identified that the dataflow that
manages the SFTP import has been disabled by mistake.
The missing files must be ingested in AEP, and the daily import must be re-started.
How should these tasks be performed?
A. Create a new dataflow and enable the backfill.
B. Re-enable the dataflow and create one-time dataflows per missing file.
C. Re-enable the dataflow and change the starting date to be the date that the dataflow was disabled
D. Re-enable the dataflow, and it will automatically upload the missing files.
Time-series data has been ingested and linked with a Real-time Customer Profile.
A data engineer wants to look up only the most recent time-series event associated with the Luma ID "100".
Which API call will return the desired event object?

A. Option A
B. Option B
C. Option C
D. Option D
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.