Skip to main content

AD0-E308 Real Exam Questions

Adobe Campaign Classic Developer

60 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which of the following is a server command?

  1. A

    nlserver pause [@]

  2. B

    nlserver begin [@]

  3. C

    nlserver stop [@]

  4. D

    nlserver cancel [@]

Show answer and explanation

Correct answer: C

Explanation

References:
https://github.com/AdobeDocs/campaign-classic.en/blob/master/help/production/using/usual-commands.md

Question 2 Single choice

A client has 30 Campaign operators defined and requests that a campaign developer add 5 new operators. These operators only need to receive notifications when a specific email campaign workflow fails.

How should a Campaign developer set up these new operators?

  1. A

    Create the 5 new operators and add them as members to the built-in Workflow Supervisors group

  2. B

    Create the 5 new operators and add them as members to the built-in Campaign Managers group

  3. C

    Create the 5 new operators and create a new operator group with the 5 new operators as members

  4. D

    Create the 5 new operators with Administrator privileges

Show answer and explanation

Correct answer: C

Question 3 Single choice

With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.

What changes should the Campaign developer recommend?

  1. A

    Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.

  2. B

    Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an "update activity" to update the nmsOperation's brandName attribute.

  3. C

    Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.

  4. D

    Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.

Show answer and explanation

Correct answer: A

Question 4 Single choice

A Campaign developer is sending proofs for an email delivery. The Campaign developer must indicate what time the proof was generated in the proof email subject line.

How should the Campaign developer accomplish this task?

  1. A

    In the delivery properties > advanced, edit the proof properties and define a JavaScript block to
    calculate the current timestamp

  2. B

    In the delivery properties > advanced, edit the proof properties to append the current date time stamp
    when sending the proof

  3. C

    While sending proofs, manually change the subject line to include the current date time

  4. D

    Code the email delivery to dynamically append the date time in the subject line if a proof is being sent

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/sending-messages/key-steps-when-creating-a-delivery/steps-validating-the-delivery.html

Question 5 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 6 Single choice

What is the purpose of the Jump activity?

  1. A

    To improve the readability of the workflow

  2. B

    To call a subworkflow

  3. C

    To create branching in the workflow

  4. D

    To trigger a workflow

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/automating-with-workflows/flow-control-activities/jump--start-point-and-end-point-.html

Question 7 Single choice

A Campaign developer is creating an expression that requires use of SQL Code to execute. The SQL expression must reference segmentCode of the target audience.

How should the Campaign developer reference the Adobe Campaign internal segmentCode attribute in a SQL expression?

  1. A

    targetData/segmentCode

  2. B

    sSegmentCode

  3. C

    iSegmentCode

  4. D

    targetData/@SegmentCode

Show answer and explanation

Correct answer: A

Question 8 Single choice

The client needs to load multiple files. The files must be loaded in a specific order based on data dependencies.

How should the client ensure the order and dependencies?

  1. A

    Create multiple workflows using outbound transitions to link to the next data loading step

  2. B

    Create multiple workflows using the scheduler to stagger data loading times

  3. C

    Create multiple workflows using the jump step to call the next data loading step

  4. D

    Create multiple workflows using an external signal to call the next data loading step

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/automating-with-workflows/use-cases/loading-delivery-content.html

Question 9 Single choice

Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?

  1. A

    HTTP

  2. B

    Routing

  3. C

    External Database

  4. D

    Execution Instance

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/additional-configurations/mid-sourcing-server.html

Question 10 Single choice

A campaign developer installs the transactional message control package, but NOT the transactional message execution package.

What is the reason for this decision?

  1. A

    Message templates are created in the transactional message control.

  2. B

    Transactional message execution packages are installed by default.

  3. C

    Transactional message control sends the message.

  4. D

    Direct mail messages are managed in the transactional message control.

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.adobe.com/content/help/en/campaign-classic/using/transactional-messaging/introduction/transactional-messaging-architecture.html