A Campaign developer must configure a campaign hierarchy. Campaign configurations are as follows:
Campaigns are budgeted and planned quarterly (Example: 2017 Q1)
Campaigns are divided into three types: Product Promotional, Communication, Account Maintenance
Campaigns run weekly (Example: Week1, Week2...)
How should the Campaign developer configure the campaign hierarchy?
A. Program Level based on the specific instance of the campaign run (Week1) Campaign Level based on the campaign type (Product Promotion) Plan Level based on the quarter of the year (2017 Q1)
B. Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
C. Delivery Level based on the quarter of the year (2017 Q1) Plan based on the weekly run on the campaign (Week1) Program based on campaign type (Product Promotion)
D. Plan Level based on the quarter of the year (2017 Q1) Program based on campaign type (Product Promotion) Campaign Level based on the week of the campaign run (Week1)
A Campaign developer is adding a schema to the existing data model.
Which step must be performed for the table to be used in Adobe Campaign queries?
A. Create a join in the schema to the Recipient table.
B. Match the schema name to the table name.
C. Create a primary key in the schema.
D. Create the schema in a new namespace.
A workflow is using two Query activities that select recipients who have bought specific products. Each Query activity stores the product as additional data. Both Query activities are then added into a Union activity joining using the keys only option.
What should be the expected results of the Union activity?
A. Recipients and products common to both queries
B. All records from both queries
C. Distinct recipients from both queries
D. Distinct recipients and the products from both queries
A marketer uses a custom Recipient field to store an email address. What changes, if any, must be made to send emails to seeds?
A. Extend the seed schema with new email attribute only.
B. Extend the seed schema with new email attribute, modify seed form, and reference the seed schema.
C. Modify the seed form and reference the recipient schema.
D. No changes are needed; the seeds can use the standard email attribute.
A Campaign developer wants to allow users to pick values from a drop-down list within a form and allow users to enter values that may not be in the drop-down list.
How should the Campaign developer meet this requirement using enumeration?
A. Create a user enumeration that specifies open as the type
B. Create an enumeration within the input form definition
C. Create a user enumeration that specifies system as the type
D. Create an enumeration within the schema definition using the type="userDef" syntax
Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?
A. HTTP
B. Routing
C. External Database
D. Execution Instance
A Campaign developer wants to utilize the standard directory structure in Adobe Campaign as much as possible.
Where should the Campaign developer create a sub-folder for workflows importing data to the recipient schema?
A. Under Profiles and Targets > Jobs
B. Under Resources > Campaign Management
C. Under Administration > Production
D. Under Administration > Configuration
A Campaign developer notices that targeting approval and content approval notifications are not being sent.
What should the developer verify to resolve this situation?
A. The Jobs on deliveries in campaigns workflow is running.
B. The target of the approval message is in the recipient table.
C. The notification reminders are configured in the delivery approvals tab.
D. The approval message is using a notification typology.
A Campaign developer is building an automated workflow that is required to send emails to product purchasers from the previous day. The audience of each day's send must be stored in a delivery of its own.
Which type of delivery should the Campaign developer use in such a workflow?
A. Recurring delivery
B. Email delivery
C. Continuous delivery
D. Other delivery
A new column is added to the recipient schema via a schema extension. The extension is called recipientExt in namespace abc. This new column is called CustomerDecile and is of type long.
What is the database location of the new column?
A. NmsRecipient.iCustomerDecile
B. abcRecipient.CustomerDecile
C. NmsRecipientExt.CustomerDecile
D. abcRecipientExt.iCustomerDecile