Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Adobe AD0-E330 - Adobe Campaign Classic Developer Expert

Page: 1 / 2
Total 50 questions

Review the below code:

javascript

Copy code

function nms_recipient_updaterecipient(id) {

Xtk.session.Write();

}

A.

SOAP call then update a recipient

B.

JavaScript function to update a recipient

C.

JSSP call then update a recipient

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

A.

Delivery Activity

B.

Target Data

C.

Target Mapping

D.

Extend Schema

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?

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

The Campaign Classic Developer needs to change the data purge settings for some of the tables. Where should the developer find this option?

A.

serverConf.xml

B.

External Accounts

C.

Deployment Wizard

In Adobe Campaign v8 instance, what field is needed for tables to replicate incrementally?

A.

CreationDate

B.

LastModified

C.

InternalName

A client has a database of customers who purchase different products. Which data model approach should the Campaign Classic developer use to save the navigation information?

A.

A data schema for products linked to customers schema

B.

A many-to-many data schema between customer and products

C.

A data schema for each product and linked to the customer schema

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)

A.

Xtk.queryDef.create()

B.

Xtk.workflow.execute()

C.

Xtk.queryDef.Update()

D.

Xtk.session.write()

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?

A.

Duplicate addresses during delivery

B.

Quarantined recipients

C.

Previously contacted recipients

D.

Recipients who no longer want to be contacted

In Campaign v8, a developer wants to implement a Campaign staging mechanism on a specific table. What is the correct way?

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)

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