Which is required when creating a new Plan?
A. Description
B. Parent
C. Start and end date
D. Nature
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?
A. The delivery has already been approved by another operator.
B. The user needs to belong to the "Delivery operators" group in order to see the link.
C. Only the link provided in the email notification can be used to approve the delivery.
D. The content of the delivery needs to be approved by another operator first.
A new schema is defined. This error appears when the schema is saved. What is the reason for this error?
A. The location element is incorrect.
B. The compute-string is incorrect.
C. The type of the zip code attribute is incorrect.
D. The prospect does not have a zip code.
You need to display email, firstName and lastName according to the following layout.
Which element or attribute should you use?
A. length="100" attribute on the email.
B. colspan="2" attribute on the email.
C.
D.
How should you organize the creation of the following tasks?
A. Campaign – Program – Plan - Delivery
B. Delivery – Campaign – Plan – Program
C. Plan – Program – Campaign – Delivery
D. Program – Delivery – Plan – Campaign
Regarding the schema below, why is the link NOT optimized?
A. Integrity rules are not defined
B. The sequence for filling primary key values is not defined
C. The automatic primary key is not used
D. There is no unique index on the idPurchase attribute
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?
A. A JavaScript activity that contains the 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.
Which file handles incoming SOAP requests in Adobe Campaign?
A. nljsprouter.jsp
B. soaprouter.jsp
C. soapservice.jsp
D. soapservice.php
E. jsprequest.jsp
F. neorouter.jssp
Which statement best applies to the following schema?
A. A 1:N relationship to the cus:recipient schema is declared
B. A 1:N relationship to the cus:company schema is declared
C. A 1:1 relationship to the cus:recipient schema is declared
D. A 1:1 relationship to the cus:company schema is declared
What could we do to improve the integrity of the following API function?
A. Return a DOMElement instead of a string
B. Include a try ?catch statement to catch errors
C. Store the incoming arguments in an array
D. Use the queryDef API instead of the load() and save() methods
E. Include a conditional If statement to catch errors
A new attribute is added to the recipient schema. The error message shown below appears when opening the recipient.
What is the cause of the error?
A. The segment attribute is wrong.
B. The navtree definition is incorrect.
C. The value of the segment in the recipient record is incorrect.
D. The form definition is incorrect.
How can you prevent a user from inputting a recipient without an email address?
A. By adding a
B. By adding a "dataPolicy='mandatory'" attribute to the schema.
C. By adding a "mandatory='true'" attribute to the form.
D. By adding a trigger in the database.
Which assessment should you use to hide a container in a form when gender is equal to a value of 1?
A. B. C. D.
What is the effect of the following sysFilter when added to a Recipient schema extension?
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 the database
D. Recipients without email addresses will automatically be executed from email deliveries