Summer Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 28522818

Home > Adobe > Adobe Campaign > AD0-E330

AD0-E330 Adobe Campaign Classic Developer Expert Question and Answers

Question # 4

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

Full Access
Question # 5

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

Full Access
Question # 6

A Campaign Classic developer wants to monitor which variables are being passed through a workflow to begin debugging a JavaScript activity. When executing the workflow, which action should the developer take to show the variables that are being passed throughout the workflow?

A.

Audit message in the journal

B.

Keep the result of interim populations between the two executions

C.

Display progression information

D.

Display the tasks and log

Full Access
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?

A.

Use loginfo in the JS activity

B.

Check variable tab within the workflow properties

C.

Display the target and click the schema tab

Full Access
Question # 8

A customer has an in-house CRM application that needs to create, update, and delete custom data stored in the Adobe Campaign Classic instance. What are the two minimum prerequisites for the CRUD operations to work? (Choose two)

A.

Whitelist CRM application's server IP

B.

Configure IP affinity

C.

Authenticate as a technical operator with appropriate rights

D.

Create a request from Adobe Campaign Classic to the CRM application

Full Access
Question # 9

How can you use sysFilter to limit write access to a schema to only members of the Administrator operator group?

A.

xml

B.

xml

C.

xml

Full Access
Question # 10

A developer saw that several workflows are stuck in a "start as soon as possible" status. The developer checks the workflow heat map and does not see any concurrent workflows in workflow activity. What should the developer troubleshoot next?

A.

Stop and restart all the workflows that are stuck in a 'start as soon as possible' status

B.

Conditional stop and restart all the workflows that are stuck in a 'start as soon as possible' status

C.

Confirm Campaign jobs (operationMgt) workflow is running

Full Access
Question # 11

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?

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

Full Access
Question # 12

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?

A.

Replicate Staging Data (ffdaReplicateStagingData)

B.

Replicate Reference Tables (ffdaReplicateReferenceTables)

C.

Replicate FFDA Data (fdaReplicate)

Full Access
Question # 13

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

Full Access
Question # 14

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?

A.

Data Loading (file)

B.

JavaScript code

C.

Import

D.

Loading (SOAP)

Full Access
Question # 15

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

Full Access