Winter Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

AD0-E330 Questions and Answers

Question # 6

A developer wants to send an alert to an operator that contains the names of profiles who opened the newsletter. The profile’s first and last name fields are linked to the recipients targeting dimension, whereas the alert activity is linked to the operator targeting dimension. What activities would the developer need to send the notification?

A.

Query > Test > Alert

B.

Query > Enrichment > Test > Alert

C.

Query > JavaScript Code > Alert

D.

Query > JavaScript Code > Test > Alert

Full Access
Question # 7

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

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
Question # 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?

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

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

Full Access
Question # 11

Which sections in the Control Panel are used to manage IP allow lists? (Choose two)

A.

Instance Settings

B.

Subdomains & Certifications

C.

SFTP Management

D.

Performance Monitoring

Full Access
Question # 12

An Adobe Campaign and Analytics customer wants to capture any website visitors who start their online shopping checkout process but do not successfully complete the shopping experience and abandon their shopping cart before completion. The customer wants to use these website visitor details to create a remarketing solution to contact those visitors about their incomplete purchases.

Which Campaign capability should the developer recommend to address this need?

A.

Landing page capture forms

B.

External Signals

C.

Experience Cloud Triggers

D.

Marketing Workflows

Full Access
Question # 13

A developer identifies that click and open data has not been updated for a long time. Which OOTB technical workflow should be checked in order to troubleshoot this issue?

A.

Task notification (taskMgt)

B.

Tracking (tracking)

C.

Update event status (updateEventStatus)

Full Access
Question # 14

An Adobe Campaign Classic developer needs to follow best practices for workflow implementation. Which three options should the developer select? (Choose 3)

A.

Purge logs when they are not needed anymore

B.

Check ‘Keep Interim Results’ option in a workflow property

C.

Avoid leaving workflows in a paused state

D.

Do not schedule workflows to run more than every 15 minutes

Full Access
Question # 15

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