Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Adobe Experience Platform Technical Foundations (AD0-E600) Free Practice Test

Question 1
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]?

Correct Answer: B
Question 2
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?

Correct Answer: D
Question 3
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?

Correct Answer: D
Question 4
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.)

Correct Answer: A,B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
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?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
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?

Correct Answer: C