ExamGecko
Home / Adobe / AD0-E600 / List of questions
Ask Question

Adobe AD0-E600 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

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?

Amazon S3 cloud storage destination
Amazon S3 cloud storage destination
Facebook Pixel extension
Facebook Pixel extension
Google Display and Video 360
Google Display and Video 360
Google Ads
Google Ads
Suggested answer: A
asked 02/10/2024
Christina Lanaski
38 questions

Question 22

Report
Export
Collapse

Which is a type of governance label?

Geographic Label
Geographic Label
Currency Label
Currency Label
Contract Label
Contract Label
Event Label
Event Label
Suggested answer: A
asked 02/10/2024
Zuzana Combs
26 questions

Question 23

Report
Export
Collapse

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?

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.
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.
In the Identity Graph Viewer, look up the customerlD.
In the Identity Graph Viewer, look up the customerlD.
Go to Segments > choose the segment > search for the profile in the samples below.
Go to Segments > choose the segment > search for the profile in the samples below.
Go to Profiles > Browse and input my customerlD. Look at the segment membership tab.
Go to Profiles > Browse and input my customerlD. Look at the segment membership tab.
Suggested answer: A
asked 02/10/2024
Cihad Yorulmaz
31 questions

Question 24

Report
Export
Collapse

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?

Create and save a new object field, then create a nested array object under the object field.
Create and save a new object field, then create a nested array object under the object field.
Create and save a new custom field group, then add an object array field to that field group.
Create and save a new custom field group, then add an object array field to that field group.
Create and save a new object array field, then in the right rail select Convert to new data type.
Create and save a new object array field, then in the right rail select Convert to new data type.
Create and save a new string array field, then add a nested object field under the string array field.
Create and save a new string array field, then add a nested object field under the string array field.
Suggested answer: A
asked 02/10/2024
JAVIER MARDOMINGO SALAZAR
34 questions

Question 25

Report
Export
Collapse

Given the following segment definition: personalEmail.3ddress.isNotNull()and homeAddress.city.equalsrChicago", (rue) and homeAddress.statePfovince.equalsCIL". false) There is a profile that meets the criteria for the segment. Given the following segment job runs:

T1: segment job run (no attribute changes)

T2: segment job run (no attribute changes)

T3: segment job run (homeAddress.crty attribute changed to Oakbrook)

T4: segment job run (personalEmail.address value changes)

What is the segement membership status at each time period?

Exited. Existing. Exited. Realized
Exited. Existing. Exited. Realized
Realized. Existing. Exited. Exited
Realized. Existing. Exited. Exited
Existing. Realized. Exited. Exited
Existing. Realized. Exited. Exited
Realized Exited. Existing. Exited
Realized Exited. Existing. Exited
Suggested answer: C
asked 02/10/2024
Dawit Abegaz
25 questions

Question 26

Report
Export
Collapse

What is the difference between a data science training run and a data science scoring run?

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 has occurred.
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 has occurred.
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 has occurred.
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 has occurred.
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 has occurred.
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 has occurred.
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 has occurred.
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 has occurred.
Suggested answer: D
asked 02/10/2024
Mohamed Mohamed
48 questions

Question 27

Report
Export
Collapse

A marketer recently set up an Amazon S3 cloud storage destination. The last successful flow for the destination exported 12 million records. in the Amazon S3 bucket, how will the export be presented to the marketer?

3 CSV files in the format of: filename.csv {containing 5 million records) filename_2.c$v (containing 5 million records) ftlename_3.csv (containing 2 million records)
3 CSV files in the format of: filename.csv {containing 5 million records) filename_2.c$v (containing 5 million records) ftlename_3.csv (containing 2 million records)
1 CSV file in the format of: filename.csv (containing 12 million records)
1 CSV file in the format of: filename.csv (containing 12 million records)
2 CSV files in the format of filename.csv (containing 6 million records) filename_2.csv (containing 6 million records)
2 CSV files in the format of filename.csv (containing 6 million records) filename_2.csv (containing 6 million records)
3 JSON files in the format of: filenamejson (containing 5 million records) filename_2json (containing 5 million records) filename.3json (containing 2 million records)
3 JSON files in the format of: filenamejson (containing 5 million records) filename_2json (containing 5 million records) filename.3json (containing 2 million records)
Suggested answer: C
asked 02/10/2024
aakriti grover
51 questions

Question 28

Report
Export
Collapse

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 -04 15:44".

Which Data Prep functions and order should the data engineer use to format the date without the time component?

format(p'atosaprod.custometCreateDate.dd-MM-yyyy')
format(p'atosaprod.custometCreateDate.dd-MM-yyyy')
format(date(_platosaprod.customerCreateDate),'dd-MM-yyyy')
format(date(_platosaprod.customerCreateDate),'dd-MM-yyyy')
dformaUdateLP'atosaprod.customerCreateDateJ.'dd-MM-yyyy')
dformaUdateLP'atosaprod.customerCreateDateJ.'dd-MM-yyyy')
date(_platosaprod.customerCreateDate.'dd-MM-yyyy')
date(_platosaprod.customerCreateDate.'dd-MM-yyyy')
Suggested answer: C
asked 02/10/2024
Miquel Triebel
36 questions

Question 29

Report
Export
Collapse

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)

Adobe AD0-E600 image Question 29 91936 10022024174140000000

B)

Adobe AD0-E600 image Question 29 91936 10022024174140000000

C)

Adobe AD0-E600 image Question 29 91936 10022024174140000000

Option A
Option A
Option B
Option B
Option C
Option C
Suggested answer: C
asked 02/10/2024
Richard Villanueva
34 questions

Question 30

Report
Export
Collapse

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)

Adobe AD0-E600 image Question 30 91937 10022024174140000000

B)

Adobe AD0-E600 image Question 30 91937 10022024174140000000

C)

Adobe AD0-E600 image Question 30 91937 10022024174140000000

D)

Adobe AD0-E600 image Question 30 91937 10022024174140000000

Option A
Option A
Option B
Option B
Option C
Option C
Option D
Option D
Suggested answer: D
asked 02/10/2024
Nazarii Bybyk
36 questions
Total 50 questions
Go to page: of 5
Search

Related questions