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.
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
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 header of the email contains these words:
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.
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
The schema below contains an address element. How would you display the first line of the address?
A.
B.
C.
D.
The following data model was automatically created by Adobe Campaign. How would you implement the corresponding schema?
A. B. C. D.
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.