Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

AD0-E600 Adobe Experience Platform Technical Foundations Questions and Answers

Questions 4

Which subset of data appears when clicking the 'Preview dataset" button on a Dataset page?

Options:

A.

A sample of all successful batches in the dataset in the past 7 days

B.

A sample of the data structure of the XDM schema

C.

A sample of the most recent successful batch in the dataset

D.

A sample of all successful and failed batches in the dataset

Buy Now
Questions 5

A data architect wants to create a new XDM field that represents a prize promotion called listOfPrizes. The field represents a list of prizes and contains three sub-fields: prizeld (string). monetaryValue (integer), and prize (Object).

This new field needs to be reusable multiple times within the same class, The sub-fields are created separately.

How should the data architect create the listOfPrizes field?

Options:

A.

Create and save a new object field, then create a nested array object under the object field.

B.

Create and save a new custom field group, then add an object array field to that field group.

C.

Create and save a new object array field, then in the right rail select Convert to new data type.

D.

Create and save a new string array field, then add a nested object field under the string array field.

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

A data engineer is ingesting website data via CSV that represents a future hotel reservation.

AD0-E600 Question 7

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?

Options:

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.

Buy Now
Questions 8

An organization it migrating an m-house built customer database to Adobe Experience Platform. As part of the migration the services that are connected into the customer database must continue to work. One of those services is a Customer Care platform that is pulling the customer and product details using a REST API call. In AEP. the product details will be modeled using a custom XDM Class. The primary identity, product ID. will be linked to a Namespace with the type "Non People Identifier". That field will be used to create a relationship with the main Profile XDM schema.

Which option should be used to allow the Customer Care to retrieve product details through the product ID?

Options:

A.

Trigger an API event into Journey Optimizer and run a Journey to retrieve the product data

B.

Use a SQL client in the Customer Care platform and connected into the AEP Query Service

C.

Use a Runtime function in Adobe I/O that retrieves the product data using the Data Access API

D.

Enable the products dataset for profile and use the Real-time Profile API

Buy Now
Questions 9

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?

Options:

A.

Batch API

B.

Streaming API

C.

Sources

D.

File automation

Buy Now
Questions 10

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.)

Options:

A.

full

B.

Incremental

C.

Partial

Buy Now
Questions 11

A data engineer is ingesting time-series data in CSV format from a CRM system. The source data contains a "subscription" field that contains what level of subscription the customer has purchased.

The data is ingested into a target field called "subscriptionLevel". which is an enum field that accepts the following values: "Lite*. "Standard", and "Pro’’.

The data engineer knows that the CSV files contain some rows that do not conform to the above enum. Instead of rejecting those rows, the data engineer wants to transform non-conforming fields to "Standard".

Which mapping function(s) will accomplish this?

Options:

A.

iif(subscription.equals("Lite") & & subscriptiorvequ3ls("Standard") & & sub$ctiption.eqoals("Pro"). subscription. el$e("5tandard"))

B.

iif(subscription.noiEquals(*Lite" || "Standard" || "Pro"), subscription, subscription, replacestrf "Standard"))

C.

iif(subscription.notEquals("Lite") || subscription.notEqualsl "Standard") || subscription.notEquatsCPro'). 'Standard', subscription)

D.

iif(subscription.equals("Lite") || subscription.equals("Standard") || subscriptionequalsfPro"). subscription. "Standard")

Buy Now
Questions 12

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.

AD0-E600 Question 12

To evaluate the final result, the QA engineer uses the Merge Profile configuration shown;

AD0-E600 Question 12

The primary identity used is '.orgtenant.profilelDs.email".

What data should appear m the user profile?

A)

AD0-E600 Question 12

B)

AD0-E600 Question 12

C)

AD0-E600 Question 12

D)

AD0-E600 Question 12

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 13

After creating the Entity Relationship (Diagram (ERD) of the data sources that will be connected into an AEP implementation for a utility company, the service details (including information such as name, cost type, and category) appear multiple times across different entities (for example, in the transactional events and m the customer profile details).

When designing the XDM data model for that ERD, the data architect and the business stakeholders validate that the service details information must be included at both levels, record, and time series. The service details will be used multiple times within the same structure.

How should the service details be defined in the AEP data model to make it consistent and re-usable?

Options:

A.

Create a XDM Schema

B.

Create a Field Group

C.

Create a XDM Class

D.

Create a Data Type

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

What it the appropriate identity namespacs for an email mat n coming in hashed'

Options:

A.

Email SHA256

B.

Email

C.

ECID

D.

Email MDS

Buy Now
Exam Code: AD0-E600
Exam Name: Adobe Experience Platform Technical Foundations
Last Update: May 17, 2026
Questions: 50

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11