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

Adobe AD0-E308 Practice Test - Questions Answers

List of questions

Question 1

Report
Export
Collapse

A campaign target population is cut at 100 random records to receive a limited offer. When the Campaign developer goes to approve the targeting for the offer, only 90 records are available. Ten records have been removed by a required topology rule Less than 18 Years Old.

A Campaign developer must make sure exactly 100 records are selected and sent an offer while ensuring compliance.

How should the Campaign developer perform this task?

Change the execution order of the Less than 18 Years Old typology rule to execute later
Change the execution order of the Less than 18 Years Old typology rule to execute later
Select 110 random records to account for the drop by the typology rule
Select 110 random records to account for the drop by the typology rule
Remove the Less than 18 Years Old rule from the typology defined in the delivery
Remove the Less than 18 Years Old rule from the typology defined in the delivery
Add a filter to the workflow to select only 18 years of age or older
Add a filter to the workflow to select only 18 years of age or older
Suggested answer: C
asked 02/10/2024
Elliott Leighton-Woodruff
32 questions

Question 2

Report
Export
Collapse

A Campaign developer must configure a campaign hierarchy. Campaign configurations are as follows:

Campaigns are budgeted and planned quarterly (Example: 2017 Q1)

Campaigns are divided into three types: Product Promotional, Communication, Account Maintenance Campaigns run weekly (Example: Week1, Week2...)

How should the Campaign developer configure the campaign hierarchy?

Program Level based on the specific instance of the campaign run (Week1) Campaign Level based on the campaign type (Product Promotion) Plan Level based on the quarter of the year (2017 Q1)
Program Level based on the specific instance of the campaign run (Week1) Campaign Level based on the campaign type (Product Promotion) Plan Level based on the quarter of the year (2017 Q1)
Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
Delivery Level based on the quarter of the year (2017 Q1) Plan based on the weekly run on the campaign (Week1) Program based on campaign type (Product Promotion)
Delivery Level based on the quarter of the year (2017 Q1) Plan based on the weekly run on the campaign (Week1) Program based on campaign type (Product Promotion)
Plan Level based on the quarter of the year (2017 Q1) Program based on campaign type (Product Promotion) Campaign Level based on the week of the campaign run (Week1)
Plan Level based on the quarter of the year (2017 Q1) Program based on campaign type (Product Promotion) Campaign Level based on the week of the campaign run (Week1)
Suggested answer: C
asked 02/10/2024
Praveen Achankunju
44 questions

Question 3

Report
Export
Collapse

A client wants to use Amazon Redshift to install Adobe Campaign in a hybrid AWS environment to hold all customer data.

Which step must be taken to utilize this type of data?

Adobe Campaign does NOT support Redshift.
Adobe Campaign does NOT support Redshift.
Adobe Campaign tables must be created in the Redshift database.
Adobe Campaign tables must be created in the Redshift database.
ODBC Native SQL drivers must be installed to access a Redshift database.
ODBC Native SQL drivers must be installed to access a Redshift database.
FDA module must be installed to access a Redshift database.
FDA module must be installed to access a Redshift database.
Suggested answer: B
asked 02/10/2024
Nishan Perera
43 questions

Question 4

Report
Export
Collapse

A Campaign developer creates an alert notification with the variable vars.recCount.

What is the result?

The notification sends the total population count for all segments in the campaign.
The notification sends the total population count for all segments in the campaign.
The notification has the population count of the target going into the alert activity.
The notification has the population count of the target going into the alert activity.
The notification has the number of recipient records in the database.
The notification has the number of recipient records in the database.
The notification is blank until the final target is approved for the workflow.
The notification is blank until the final target is approved for the workflow.
Suggested answer: B
asked 02/10/2024
Sheng-Feng Zhang
36 questions

Question 5

Report
Export
Collapse

A Campaign developer is adding a schema to the existing data model.

Which step must be performed for the table to be used in Adobe Campaign queries?

Create a join in the schema to the Recipient table.
Create a join in the schema to the Recipient table.
Match the schema name to the table name.
Match the schema name to the table name.
Create a primary key in the schema.
Create a primary key in the schema.
Create the schema in a new namespace.
Create the schema in a new namespace.
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/editing-schemas/schema-of-an-existing-table.html

asked 02/10/2024
Natalia Novikova
40 questions

Question 6

Report
Export
Collapse

A Campaign developer is creating a flag to identify recipients who have specified date of birth. The Campaign developer codes the expression as follows in an enrichment activity:

lif([target/birthDate] is null, ‘N’, ‘Y’)

When the developer goes to save the expression, the following error displays:

Element ‘birthDate’ unknown (see definition of schema ‘Recipients (nms:recipient)’)

-----

The path ‘/target/birthDate’ is invalid in schema ‘Enrichment 2 (temp:enrich2-src)'.

-----

Unable to parse expression ‘lif([Itarget/birthDate] is null, 'N’ Y’)‘ What is the problem with this expression?

The condition is null is NOT valid in expressions
The condition is null is NOT valid in expressions
target is not a valid schema
target is not a valid schema
target/birthDate is missing the @ before birthDate
target/birthDate is missing the @ before birthDate
lif() is an invalid function
lif() is an invalid function
Suggested answer: C
asked 02/10/2024
Robert Andrade
47 questions

Question 7

Report
Export
Collapse

A Campaign developer must store a dynamically created email subject line code from a campaign workflow.

How should the Campaign developer meet this requirement?

Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
Modify the email delivery to write the subject line code to a custom schema
Modify the email delivery to write the subject line code to a custom schema
Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
Modify the target mapping used in delivery to log subject line code as "additional parameter” in the delivery logs
Modify the target mapping used in delivery to log subject line code as "additional parameter” in the delivery logs
Suggested answer: B
asked 02/10/2024
Alysson Rodrigo Freires Neto
44 questions

Question 8

Report
Export
Collapse

A workflow is using two Query activities that select recipients who have bought specific products. Each Query activity stores the product as additional data. Both Query activities are then added into a Union activity joining using the keys only option.

What should be the expected results of the Union activity?

Recipients and products common to both queries
Recipients and products common to both queries
All records from both queries
All records from both queries
Distinct recipients from both queries
Distinct recipients from both queries
Distinct recipients and the products from both queries
Distinct recipients and the products from both queries
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/targeting-activities/union.html

asked 02/10/2024
Wanicha Inburan
37 questions

Question 9

Report
Export
Collapse

Which of the following is a server command?

nlserver pause [@]
nlserver pause [@]
nlserver begin [@]
nlserver begin [@]
nlserver stop [@]
nlserver stop [@]
nlserver cancel [@]
nlserver cancel [@]
Suggested answer: C

Explanation:

Reference: https://github.com/AdobeDocs/campaign-classic.en/blob/master/help/production/using/usual-commands.md

asked 02/10/2024
Tobias Barcelos
42 questions

Question 10

Report
Export
Collapse

A Campaign developer must create a workflow to extract a set of specific records to a flat file each day.

Which three workflow activities are required? (Choose three.)

Scheduler
Scheduler
Query
Query
Start
Start
End
End
Data Extraction (file)
Data Extraction (file)
Suggested answer: A, B, E

Explanation:

Reference: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/how-to-read-a-flat-file-and-extract-a-flat-file-using-adobe/qaq-p/144883/comment-id/148

asked 02/10/2024
Nicolas Del Borrello
41 questions
Total 60 questions
Go to page: of 6
Search

Related questions