Skip to main content

9A0-389 Real Exam Questions

Adobe Campaign Developer

41 questions available · Page 1 of 5

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Workflows are NOT executing anymore.

Which module is the root cause for this problem?

  1. A

    runwf

  2. B

    mta

  3. C

    watchdog

  4. D

    wfserver

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.campaign.adobe.com/doc/archives/en/610/workflow-v6.1-en.pdf

Question 2 Single choice

There is an import workflow and an aggregates workflow. The aggregates need to be recalculated every time new data is imported.

Which should you use as the first activity of the aggregates workflow?

  1. A

    A JavaScript activity that contains the OnReceiveEvent method.

  2. B

    A Scheduler activity that runs every 5 minutes.

  3. C

    A Signal activity that is called from a PostEvent method.

  4. D

    A Jump that is called from another Jump.

Show answer and explanation

Correct answer: B

Question 3 Single choice

What could we do to improve the integrity of the following API function?

  1. A

    Return a DOMElement instead of a string

  2. B

    Include a try ?catch statement to catch errors

  3. C

    Store the incoming arguments in an array

  4. D

    Use the queryDef API instead of the load() and save() methods

  5. E

    Include a conditional If statement to catch errors

Show answer and explanation

Correct answer: D

Question 4 Single choice

Given the following schema, which is the correct syntax to display the "Birth date" field on an input form?

  1. A

    <input xpath="recipient/@birthDate"/>

  2. B

    <input xpath="birthDate type="calendar"/>

  3. C

    <input xpath="@birthDate'/>

  4. D

    <input xpath="birthdate"/>

Show answer and explanation

Correct answer: C

Question 5 Single choice

How can you give access to a view without giving access to its source folder?

  1. A

    Provide only read access to the specific parent node.

  2. B

    Do not give read access on the parent node of the source folder.

  3. C

    Set the "Restrict to information found in sub-folders of" tab to the specific view.

  4. D

    The user must be able to access the source folder to access a view.

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.campaign.adobe.com/doc/archives/en/610/platform-v6.1-en.pdf
(page 211)

Question 6 Single choice

A new schema is defined. This error appears when the schema is saved.

What is the reason for this error?

  1. A

    The location element is incorrect.

  2. B

    The compute-string is incorrect.

  3. C

    The type of the zip code attribute is incorrect.

  4. D

    The prospect does not have a zip code.

Show answer and explanation

Correct answer: C

Question 7 Single choice

Which XML element correctly defines a text attribute in a schema?

  1. A

    <attribute name="COMPANY" type="string" length="50" label="company"/>

  2. B

    <attribute name="company" type="string" length="50" label="Company"/>

  3. C

    <attribute name=company type=string length=50 label=company/>

  4. D

    <attribute name="company" type="text" length="50" label="Company"/>

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.campaign.adobe.com/doc/AC6.1/en/
CFG_Schema_Reference_Elements_and_attributes.html

Question 8 Single choice

A user receives an Adobe Campaign email notification where they are informed that approval is needed for a certain delivery. The user logs into the Adobe Campaign console and wants to approve the mentioned delivery via the delivery dashboard but the approval link is NOT displayed there.

What would cause the approval link to NOT be shown?

  1. A

    The delivery has already been approved by another operator.

  2. B

    The user needs to belong to the "Delivery operators" group in order to see the link.

  3. C

    Only the link provided in the email notification can be used to approve the delivery.

  4. D

    The content of the delivery needs to be approved by another operator first.

Show answer and explanation

Correct answer: A

Question 9 Single choice

Which file handles incoming SOAP requests in Adobe Campaign?

  1. A

    nljsprouter.jsp

  2. B

    soaprouter.jsp

  3. C

    soapservice.jsp

  4. D

    soapservice.php

  5. E

    jsprequest.jsp

  6. F

    neorouter.jssp

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.campaign.adobe.com/doc/AC6.1/en/CFG_API_Web_service_calls.html

Question 10 Single choice

A technical workflow needs to be deployed in order to delete all contact from the out-of-the-box recipient table which are born before a certain year. The workflow should automatically run on a daily basis.

Identify the workflow activities needed to perform the given task.

  1. A

    Time constraint ?Data loading (RDBMS) ?Content Management ?End

  2. B

    Continuous delivery ?Loading (SOAP) ?Update aggregate ?End

  3. C

    Scheduler ?Query ?Update Data ?End

  4. D

    Wait ?Read list ?List update ?End

Show answer and explanation

Correct answer: C