Question 1
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 zipcode attribute is incorrect.
D. The prospect does not have a zip code.
Answer : C
Question 2
You want to create a landing page that has a width of exactly 800 pixels. What should you do?
A. Create an HTML nodewithin the page and specify the page width.
B. Open the page properties and set the “page width” attribute.
C. Open the rendering and add a CSS directive to overload the page width.
D. Create a JavaScript activity and set the page width attribute within the context.
Answer : B
Question 3
Workflows are NOT executing anymore. Which module is the root cause for this problem?
A. runwf
B. mta
C. watchdog
D. wfserver
Answer : A
Question 4
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
Answer : C
Question 5
How would you set up the query of a predefined filter in order to get all recipients with blacklisted email addresses?
A. no longer contact by direct mail or no longercontact by email or status for info on the e- mail equal to Quarantine
B. no longer contact (by any channel) or no longer contact by email or status for info on the e-mail equal to Blacklisted
C. no longer contact (by any channel) and no longer contact by email and status for info on the e-mail equal to Blacklisted
D. no longer contact by direct mail and no longer contact by phone and status for info on the e-mail equal to Quarantine
Answer : B
Question 6
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.
Answer : A
Question 7
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?
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
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 thedatabase
D. Recipients without email addresses will automatically be executed from email deliveries
Answer : C
Question 9
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 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
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
Question 11
In order to restrict the choice of target elements in an input form a sysfilter was added via the link definition:
What is missing in line 4?
A. <element expr=”@domain =‘adobe.com’”/>
B. <condition expr=”@domain = ‘adobe.com’”/>
C. <element xpath=”@domain = ‘adobe.com’”/>
D. <condition xpath=”@domain = ‘adobe.com’”/>
Answer : B
Question 12
You want to see the email column in the list of the field recipient records. What should you do?
A. Add the email to the navtree definition.
B. Add the email to the form definition.
C. Add the email to the “configure list” menu.
D. Add the email to the schema definition.
Answer : C
Question 13
Which XML element correctly defines a 32-bit integer field?
A. <attribute name=”count” label=”Count” type=”integer” />
B. <attribute name=”count”label=“Count” type=”long” />
C. <attribute name=”count” label=“Count” type=”integer” length=”32” />
D. <attribute name=”count” label=“Count” type=”long” length=”32” />
Answer : B
Question 14
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.
Answer : D
Question 15
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 witha 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.
Answer : D
Question 16
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.
Answer : D
Question 17
Given the following schema, which is the correct syntax to display the Birth date field on an input form?
A. <input xpath=”recipient/@birthDate”/>
B. <input xpath=”birthDate type=”calendar”/>
C. <input xpath=”@birthDate’/>
D. <input xpath=”birthdate”/>
Answer : C
Question 18
You want to add the following new columns to the output of a direct mail file extract:
<firstparturl><firstName>-<lastName>
Firstparturl is already declared in a JavaScrips activity which will be executed before the targeting query: vars.firstparturl = http://www.amazingcompany.com/u=;
The additional column for recipient called John Doe should look like this: http://www.amazingcompany.com/u=John-Doe
How would you have created the expression in the query activity (Additional columns window) in order to meet the above mentioned requirement?
A. ‘vars.firstparturl’+vars.firstName+’-‘+vars.lastName
B. $(vars/@firstparturl)+@firstName+’-‘+@lastName
C. $(vars.firstparturl)+firstName+’-‘+lastName
D. ‘vars.firstparturl’+$(vars/@firstName)+’-‘+$(vars/@lastName)
Answer : D
Question 19
How can you prevent a user from inputting a recipient without an email address?
A. By adding a <testexpr=”@email != ”> element in the form.
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.
Answer : C
Question 20
What does it mean to Enable but do not execute a workflow Activity, assuming the workflow has been started?
A. The workflow will execute up until the specified Activity, skip it, and continue without error.
B. The workflow will execute up until, but not through, the specified Activity.
C. The workflow will execute up until the specified Activity, prepare it to run, and then pause.
D. The workflow will execute through the specified Activity and then pause.
E. The workflow will execute through the specified Activity normally. but will log additional data in the Journal.
Answer : B
Question 21
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
Answer : D
Question 22
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
Answer : A
Question 23
The following data model was automatically created by Adobe Campaign. How would you implement the corresponding schema?
A.
B.
C.
D.
Answer : C
Question 24
Which is required when creating a new Plan?
A. Description
B. Parent
C. Start and end date
D. Nature
Answer : D
Question 25
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.
Answer : A
Adobe Campaign Developer Questions + Answers
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am