What is the purpose of the "Taken into account if" expression on a predefined filer?
A. The "Taken into account if" expression provides the marketing user with a drop-down to select which conditions to apply.
B. The conditions on which the "Taken into account if" expression is applied will only be used if the "Taken into account if" expression is true.
C. The "Taken into account if" expression is used to only display an input when the expression is true.
D. The "Taken into account if" expression can be used to format the filter result
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
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.
The schema below contains an address element. How would you display the first line of the address?

A.
B.
C.
D.
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 schema is defined. An error appears, as shown below, when the schema is saved. What could be the cause of the error?


A. The xpath to the enumeration is incorrect.
B. The enumeration definition is incorrect.
C. The recipient schema is incorrect.
D. The eventType element is incorrect.
Workflows are NOT executing anymore. Which module is the root cause for this problem?
A. runwf
B. mta
C. watchdog
D. wfserver
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.