Adobe 9A0-389 - Adobe Campaign Developer Exam
Page: 2 / 9
Total 41 questions
Question #6 (Topic: )
The header of the email contains these words:
E-mail not displayed correctly? View the Web version
How would you implement the link?
E-mail not displayed correctly? View the Web version
How would you implement the link?
A. Using a link to a responsive version of the email.
B. using a link to the customer’s website.
C. Using the mirror page personalization block.
D. Using the optout personalization block.
Answer: A
Question #7 (Topic: )
You create a new operator in Adobe Campaign. You decide the operator will NOT need
access to the system via the rich client console. Which statement is true when rich client
access is forbidden?
access to the system via the rich client console. Which statement is true when rich client
access is forbidden?
A. The operator cannot login via the rich client but has web access and is authorized to make API requests
B. The operator can only access the system through SSH
C. The operator cannot login via the rich client or make API requests but will have web access
D. The operator cannot login via the rich clientand has to access all functionality through a web interface
Answer: D
Question #8 (Topic: )
What is the effect of the following sysFilter when added to a Recipient schema extension?
[Adobe-9A0-389-7.0/Adobe-9A0-389-5_2.png]
[Adobe-9A0-389-7.0/Adobe-9A0-389-5_2.png]
A. When viewing or loading Recipients in Adobe Campaign, only Recipients with an email address are displayed or loaded
B. All Web Applications that capture an email address will automatically validate that the field is not empty
C. Only Recipients with email address can be inserted into thedatabase
D. Recipients without email addresses will automatically be executed from email deliveries
Answer: C
Question #9 (Topic: )
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?
recalculated every time new data is imported. Which should you use as the first activity of
the aggregates workflow?
A. A JavaScript activity that containsthe OnReceiveEvent method.
B. A Scheduler activity that runs every 5 minutes.
C. A Signal activity that is called from a PostEvent method.
D. A Jump that is called from another Jump.
Answer: B
Question #10 (Topic: )
Which XML element correctly defines a text attribute in a schema?
A. <attribute name=”COMPANY” type=”string” length=”50” label=”company”/>
B. <attribute name=”company” type=”string” length=”50” label=”Company”/>
C. <attribute name=company type=string length=50 label=company/>
D. <attribute name=”company” type=”text” length=”50” label=”Company”/>
Answer: A