Skip to main content

AD0-E313 Real Exam Questions

Adobe Campaign Classic Developer Certified Professional

81 questions available · Page 1 of 9

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A daily campaign has sent out 0 emails to customers this week when it should be sending over 1000 emails a day. None of the activities are flashing red 10 indicate they are showing an error.

What would be a developer's first step in troubleshooting the failed workflow?

  1. A

    Close the Adobe Campaign program and restart it

  2. B

    Check the logs for each individual activity to identify any errors

  3. C

    Check the workflows Journal to analyse the audit logs of the campaign

  4. D

    Duplicate the workflow and re-run It

Show answer and explanation

Correct answer: C

Question 2 Single choice

What is the correct way to define enumeration?

  1. A

    Option A

  2. B

    Option B

  3. C

    Option C

  4. D

    Option D

Show answer and explanation

Correct answer: D

Question 3 Single choice

What are four valid typology rule types in Adobe Campaign?

  1. A

    Target Capacity. Control, Pressure

  2. B

    Filtering, Optimal. Control. Pressure

  3. C

    Filtering, Capacity, Control, Market

  4. D

    Filtering, Capacity, Control. Pressure

Show answer and explanation

Correct answer: D

Question 4 Single choice

A Campaign developer wants to utilize the standard directory structure in Adobe Campaign as much as possible.

Where should the Campaign developer create a sub-folder for workflows importing data to the recipient schema?

  1. A

    Under Profiles and Targets > Jobs

  2. B

    Under Resources > Campaign Management

  3. C

    Under Administration > Production

  4. D

    Under Administration > Configuration

Show answer and explanation

Correct answer: A

Question 5 Single choice

In order for a database cleanup workflow to execute, which process should be in a Started state?

  1. A

    mtaserver

  2. B

    wfserver

  3. C

    exewf server

  4. D

    wkserver

Show answer and explanation

Correct answer: B

Question 6 Single choice

A Campaign developer receives a request to attach a file to each email in a campaign.

There are three variations of the attachment. The filename to be attached must be based on a recipient-level derived field: attachmentSegment. The derived field is created in an enrichment activity and carried through as additional data with the target population.

The developer will select File Name is Computed during delivery for each message and use a computed filename.

How should the developer set the attachment computed filename for the three attachments located in the C: \tosend directory?

  1. A

    C:\tosend\ <%= targetData. attachmentSegment %>.pdf

  2. B

    C:\tosend\ <%= additonalData. attachmentSegment %>.pdf

  3. C

    C:\tosend\ <%= recipient.attachmentSegment %>.pdf

  4. D

    C:\tosend\<%= enrichmentData. attachmentSegment %>.pdf

Show answer and explanation

Correct answer: A

Question 7 Multiple choice

An Adobe Campaign developer uses an Import workflow to load data from an external source, but finds that duplicate entries are created in the recipient table. What are the two likely causes of the error? Choose the two correct answers.

  1. A

    The Update data activity is set to the 'insert' option.

  2. B

    The file was not deduplicated before the importing workflow.

  3. C

    A deduplication step is missing in the workflow.

  4. D

    The identifier was not configured property.

  5. E

    The reconciliation option in the Update data is set up improperly.

Show answer and explanation

Correct answers: A, D

Question 8 Multiple choice

Which two services are deployed only on a mid-sourcing instance in a hybrid installation setup? (Choose two.)

  1. A

    Redirection Service (webmdl)

  2. B

    Workflow engine (wfserver)

  3. C

    Delivery Service (mta)

  4. D

    Bounce email management Service (inMail)

Show answer and explanation

Correct answers: C, D

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/deployment-types-/mid-sourcing-deployment.html

Question 9 Single choice

Out of the following variables, which has the widest range of visibility within the platform?

  1. A

    event variable

  2. B

    option variable

  3. C

    platform variable

  4. D

    instance variable

Show answer and explanation

Correct answer: C

Question 10 Single choice

A Campaign developer is setting up a new API to query the recipient table from an external application.
The developer is setting up an Operator for use specifically with the new API.

In doing so, the developer selects the option "forbid access from the rich client" What impact does this have on the API?

  1. A

    The Operator will authenticate via external accounts for API access.

  2. B

    The Operator has access via the API.

  3. C

    `The Operator can issue API calls from within the rich client.

  4. D

    The Operator is denied access via the API.

Show answer and explanation

Correct answer: D

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/getting-started/administration-basics/access-management.html