Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Adobe AD0-E330 Practice Exam with Questions & Answers

Questions 1

In V8 Adobe Campaign Classic, data from local PostgreSQL tables is not being replicated to the Snowflake database. Which OOTB workflow should the developer look at to troubleshoot the issue?

Options:
A.

Replicate Staging Data (ffdaReplicateStagingData)

B.

Replicate Reference Tables (ffdaReplicateReferenceTables)

C.

Replicate FFDA Data (fdaReplicate)

Adobe AD0-E330 Premium Access
Questions 2

A client has implemented a custom integer field in the nmsRecipient schema called Activity Rating. The field is populated during an import process that runs highly. The ActivityRating can contain a value between 0 and 9. When targeting recipients, it is common for the client to specify the ActivityRating should be between a range, for example, between 2 and 5. What is a way to repeat this query?

Options:
A.

A target mapping

B.

A pre-defined filter

C.

A topology rule

Questions 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

Questions 4

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

Questions 5

A developer is using a test activity to verify if the result is generated or not. Which test condition should be used?

Options:
A.

vars.recCount < 0

B.

vars.recCount > 0

C.

vars.Count > 0

Questions 6

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); }

Questions 7

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

Questions 8

Review the below code:

javascript

Copy code

function nms_recipient_updaterecipient(id) {

Xtk.session.Write();

}

Options:
A.

SOAP call then update a recipient

B.

JavaScript function to update a recipient

C.

JSSP call then update a recipient

Questions 9

A developer needs to insert a JavaScript activity that will be used to query the temp table in a workflow. How should the developer verify the name of the temporary schema to be used in JavaScript?

Options:
A.

Use loginfo in the JS activity

B.

Check variable tab within the workflow properties

C.

Display the target and click the schema tab

Questions 10

What is a use case for a custom target mapping in Adobe Campaign Classic?

Options:
A.

Include seed addresses in the delivery

B.

Retarget on the basis of segmentation

C.

Store the address in an individual table