Black Friday Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Adobe AD0-E330 Dumps

Page: 1 / 5
Total 50 questions

Adobe Campaign Classic Developer Expert Questions and Answers

Question 1

A developer wants to retrieve data from multiple schemas and insert data into the temp table within a workflow. Which two methods should be used to perform this operation? (Choose 2)

Options:

A.

Xtk.queryDef.create()

B.

Xtk.workflow.execute()

C.

Xtk.queryDef.Update()

D.

Xtk.session.write()

Question 2

Which sections in the Control Panel are used to manage IP allow lists? (Choose two)

Options:

A.

Instance Settings

B.

Subdomains & Certifications

C.

SFTP Management

D.

Performance Monitoring

Question 3

A developer needs to develop a workflow that runs daily at a particular time. The workflow contains a JavaScript code activity, and if an error occurs, a new record should be created in a custom error table, and an alert activity needs to be executed. Which 2 fields in the JavaScript code activity should be filled in? (Choose 2)

Options:

A.

In case of error

B.

Behaviour

C.

Process errors

D.

Script

Question 4

How does a developer find the SQL name of the outbound worktable?

Options:

A.

sql.tableName

B.

activity.tableName

C.

task.tableName

Question 5

An Adobe Campaign Classic Developer’s client uses a unique customer ID to identify and contact their customers. This customer ID is a number. The client wants to send out a personalized email to all customers.

What exclusion setting can have a different impact if the ID would have been an email instead of a number?

Options:

A.

Duplicate addresses during delivery

B.

Quarantined recipients

C.

Previously contacted recipients

D.

Recipients who no longer want to be contacted

Question 6

An Adobe Campaign Classic developer needs to follow best practices for workflow implementation. Which three options should the developer select? (Choose 3)

Options:

A.

Purge logs when they are not needed anymore

B.

Check ‘Keep Interim Results’ option in a workflow property

C.

Avoid leaving workflows in a paused state

D.

Do not schedule workflows to run more than every 15 minutes

Question 7

Review the code below and mark the correct option:

javascript

Copy code

var query = NLWS.xtkQueryDef.create({

queryDef: {

schema: 'nms:recipient',

operation: 'select',

lineCount: '5',

select: { node: [

{expr: '@firstName'},

{expr: '@lastName'},

{expr: '@email'}

]}

}

}).ExecuteQuery().getElements();

What would be the correct code to retrieve the email for each record?

Options:

A.

for (var i = 0; i < query.length; i++) { logInfo(query[i].$email); }

B.

for (var i = 0; i < query; i++) { logInfo(query[i].$email); }

C.

for (var i = 0; i < query.len; i++) { logInfo(query[i].$email); }

Question 8

The developer wants to use a heat map to analyze the performance of the campaign instance. What are three reasons to use a heat map to analyze the performance of the campaign instance? (Choose 3)

Options:

A.

See and understand concurrent workflows

B.

Make a report of the workflow

C.

Filter workflows by duration to check which workflow is creating an issue

D.

Look for a specific workflow to analyze

Question 9

A developer develops a workflow where two activities are used in the beginning, one below the other. The first is to query all the audiences living in Canada, and the second is to query audiences with gender as male. A developer added a third activity, which is Exclusion, and added both the queries' results to it. What would be the end result?

Options:

A.

All males living in Canada

B.

All males who do not live in Canada

C.

All recipients living in Canada who are not male

Question 10

What is the maximum recommended number of concurrent workflows that should be executed in an Adobe Campaign instance?

Options:

A.

10

B.

20

C.

30

D.

50

Question 11

What should the developer do to ensure the emails do not go to the recipients with specific domains?

Options:

A.

Create a control typology rule to exclude those domains

B.

Create a pressure typology rule to exclude those domains

C.

Create a filtering typology rule to exclude those domains

Question 12

An Adobe Campaign Classic developer is working on an import workflow. The format of the file to be imported is CSV. An aggregate must be computed in the workflow. Which three components should be used to implement the import workflow to update the data? (Choose three)

Options:

A.

Update data

B.

Change dimension

C.

Enrichment

D.

Data loading

Question 13

An Adobe Campaign and Analytics customer wants to capture any website visitors who start their online shopping checkout process but do not successfully complete the shopping experience and abandon their shopping cart before completion. The customer wants to use these website visitor details to create a remarketing solution to contact those visitors about their incomplete purchases.

Which Campaign capability should the developer recommend to address this need?

Options:

A.

Landing page capture forms

B.

External Signals

C.

Experience Cloud Triggers

D.

Marketing Workflows

Question 14

An Adobe Campaign Classic developer needs to create a new schema for a functional need with a unique ID.

Why should the developer create a new ID sequence for this new schema?

Options:

A.

To avoid duplicating keys in the database

B.

To avoid slow database performance

C.

To avoid reaching the limit of IDs

Question 15

A new file must be loaded into Adobe Campaign Classic, and the file contains data in XML format. Which activity should be used to import this file?

Options:

A.

Data Loading (file)

B.

JavaScript code

C.

Import

D.

Loading (SOAP)

Page: 1 / 5
Total 50 questions