ExamGecko
Home Home / Adobe / AD0-E308

Adobe AD0-E308 Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

Related questions











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?

A.
Change the execution order of the Less than 18 Years Old typology rule to execute later
A.
Change the execution order of the Less than 18 Years Old typology rule to execute later
Answers
B.
Select 110 random records to account for the drop by the typology rule
B.
Select 110 random records to account for the drop by the typology rule
Answers
C.
Remove the Less than 18 Years Old rule from the typology defined in the delivery
C.
Remove the Less than 18 Years Old rule from the typology defined in the delivery
Answers
D.
Add a filter to the workflow to select only 18 years of age or older
D.
Add a filter to the workflow to select only 18 years of age or older
Answers
Suggested answer: C

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?

A.
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)
A.
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)
Answers
B.
Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
B.
Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
Answers
C.
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)
C.
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)
Answers
D.
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)
D.
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)
Answers
Suggested answer: C

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?

A.
Adobe Campaign does NOT support Redshift.
A.
Adobe Campaign does NOT support Redshift.
Answers
B.
Adobe Campaign tables must be created in the Redshift database.
B.
Adobe Campaign tables must be created in the Redshift database.
Answers
C.
ODBC Native SQL drivers must be installed to access a Redshift database.
C.
ODBC Native SQL drivers must be installed to access a Redshift database.
Answers
D.
FDA module must be installed to access a Redshift database.
D.
FDA module must be installed to access a Redshift database.
Answers
Suggested answer: B

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

What is the result?

A.
The notification sends the total population count for all segments in the campaign.
A.
The notification sends the total population count for all segments in the campaign.
Answers
B.
The notification has the population count of the target going into the alert activity.
B.
The notification has the population count of the target going into the alert activity.
Answers
C.
The notification has the number of recipient records in the database.
C.
The notification has the number of recipient records in the database.
Answers
D.
The notification is blank until the final target is approved for the workflow.
D.
The notification is blank until the final target is approved for the workflow.
Answers
Suggested answer: B

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?

A.
Create a join in the schema to the Recipient table.
A.
Create a join in the schema to the Recipient table.
Answers
B.
Match the schema name to the table name.
B.
Match the schema name to the table name.
Answers
C.
Create a primary key in the schema.
C.
Create a primary key in the schema.
Answers
D.
Create the schema in a new namespace.
D.
Create the schema in a new namespace.
Answers
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

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?

A.
The condition is null is NOT valid in expressions
A.
The condition is null is NOT valid in expressions
Answers
B.
target is not a valid schema
B.
target is not a valid schema
Answers
C.
target/birthDate is missing the @ before birthDate
C.
target/birthDate is missing the @ before birthDate
Answers
D.
lif() is an invalid function
D.
lif() is an invalid function
Answers
Suggested answer: C

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

How should the Campaign developer meet this requirement?

A.
Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
A.
Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
Answers
B.
Modify the email delivery to write the subject line code to a custom schema
B.
Modify the email delivery to write the subject line code to a custom schema
Answers
C.
Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
C.
Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
Answers
D.
Modify the target mapping used in delivery to log subject line code as "additional parameter” in the delivery logs
D.
Modify the target mapping used in delivery to log subject line code as "additional parameter” in the delivery logs
Answers
Suggested answer: B

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?

A.
Recipients and products common to both queries
A.
Recipients and products common to both queries
Answers
B.
All records from both queries
B.
All records from both queries
Answers
C.
Distinct recipients from both queries
C.
Distinct recipients from both queries
Answers
D.
Distinct recipients and the products from both queries
D.
Distinct recipients and the products from both queries
Answers
Suggested answer: B

Explanation:

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

Which of the following is a server command?

A.
nlserver pause [@]
A.
nlserver pause [@]
Answers
B.
nlserver begin [@]
B.
nlserver begin [@]
Answers
C.
nlserver stop [@]
C.
nlserver stop [@]
Answers
D.
nlserver cancel [@]
D.
nlserver cancel [@]
Answers
Suggested answer: C

Explanation:

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

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

A.
Scheduler
A.
Scheduler
Answers
B.
Query
B.
Query
Answers
C.
Start
C.
Start
Answers
D.
End
D.
End
Answers
E.
Data Extraction (file)
E.
Data Extraction (file)
Answers
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

Total 60 questions
Go to page: of 6