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

Adobe AD0-E330 Dumps

Page: 1 / 4
Total 50 questions

Adobe Campaign Classic Developer Expert Questions and Answers

Question 1

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

Buy Now
Question 2

A developer needs to check for missing personalization before sending deliveries to the targetedaudience and cancel the particular delivery. How would the developer do this?

Options:

A.

Control typology rule

B.

Filtering typology rule

C.

Adding script in delivery

Question 3

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

A customer needs an automated process to send event notifications every 15 minutes to a group of users. No user should receive the same notification twice. What activities should the Adobe Campaign Classic developer use in the Campaign workflow to perform this?

Options:

A.

Scheduler and Test activity before targeting

B.

Wait activity and Test activity after targeting

C.

Wait activity and Test activity before targeting

D.

Scheduler and a Test activity after targeting

Question 6

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 7

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

Question 8

A developer wants to count the recipient profiles with their email, first name, last name, and the number of total subscriptions to identify the most interested persons for the subscription services. How would the developer do this?

Options:

A.

Workflow activity

B.

SQL function

C.

Data schema method

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

Question 13

Where does the developer need to configure the additional attributes so they are automatically captured in the broad log at the time of sending?

Options:

A.

Delivery Activity

B.

Target Data

C.

Target Mapping

D.

Extend Schema

Question 14

An Adobe Campaign Classic Developer needs to set up a workflow that imports customer data from an S3 bucket on a daily basis. The records must be stored in an existing Campaign table. Which sequence of workflow activities should the Developer use?

Options:

A.

Scheduler, File collector, Data loading, Update data

B.

Scheduler, File transfer, Data loading, Update data

C.

Scheduler, File transfer, Data extraction, Update data

D.

Scheduler, File collector, Data extraction, Update data

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 / 4
Total 50 questions