The following XML expression checks for the existence of a first name and will raise an error if the first name field is empty.
Where should this expression be located?
A. Inside the
What is the most problematic issue about the workflow shown below?
A. The end activity will cause all records in the context to be removed from memory.
B. The split might fail causing no deliveries to be sent.
C. The two deliveries will be sent concurrently causing issues with the MTA.
D. The query may not have been completed before the scheduler runs again.
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 website outside of Adobe Campaign needs to display the address of the recipient that is stored on Adobe Campaign. The customer wants to use SOAP webservices.
How would you implement that?
A. Create a database link from the customer's database to the Adobe Campaign database.
B. Create a JSP and access the sAddress field using a SQL query.
C. Add a custom method to the schema and get the address using a queryDef.
D. Create a webapp and add a database field mapped to the address.
Which attribute is mandatory when inserting a LinkList into a form?
A. An xpath attribute with a value set to the namespace and name of the foreign schema.
B. A zoom element with a value set to true or false.
C. An xpath attribute with a value set to the name of the link between the source and foreign schema.
D. A type attribute with a value set to "link-list"
E. An xpath attribute with a value set to the namespace of the foreign schema.
Workflows are NOT executing anymore. Which module is the root cause for this problem?
A. runwf
B. mta
C. watchdog
D. wfserver
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.
How should you set the value of the integrity attribute in a link in order to delete the source occurrence which is NO longer referenced by a target occurrence?
A. define
B. normal
C. own
D. neutral
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.
A. Time constraint ?Data loading (RDBMS) ?Content Management ?End
B. Continuous delivery ?Loading (SOAP) ?Update aggregate ?End
C. Scheduler ?Query ?Update Data ?End
D. Wait ?Read list ?List update ?End