Halloween Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free AD0-E330 Adobe Updates

Page: 3 / 4
Total 50 questions

Adobe Campaign Classic Developer Expert Questions and Answers

Question 9

A developer is building a workflow to insert a customer's favorite video game from a file collected by SFTP. An enrichment activity is used to reconcile the file data and recipient data, allowing the file data to be used to personalize deliveries. How will these personalization fields appear in the delivery content?

Options:

A.

<%= targetData.FIELD %>

B.

<%= temp.FIELD %>

C.

<%= recipient.FIELD %>

Question 10

A client requires downloading a CSV file from an AWS S3 bucket on a scheduled basis and processing the contents to update a custom schema in the Adobe Campaign Classic instance. Which component should be used to implement the AWS S3 connection?

Options:

A.

FDA connector

B.

JavaScript activity

C.

JSSP

D.

External account

Question 11

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 12

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

Page: 3 / 4
Total 50 questions