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 must exclude anyone who has received a different email sent from Adobe.
Which table should a Campaign developer query to find the people that have received the other email?
A. nms:broadLogRcp
B. nms:broadLog
C. nms:trackingLogRcp
D. xtk:broadLog
How should a campaign developer explain the importance of a custom namespace?
A. Namespaces identify custom workflow jobs.
B. Namespaces define the instance name.
C. Namespaces create unique internal folder names.
D. Namespaces separate user-defined schemas from Adobe schemas.
Which two services are deployed only on a mid-sourcing instance in a hybrid installation setup? (Choose two.)
A. Redirection Service (webmdl)
B. Workflow engine (wfserver)
C. Delivery Service (mta)
D. Bounce email management Service (inMail)
A developer is building a campaign that selects recipients the day after recipients contact customer support and send the same email content regardless of day of execution.
A different delivery ID must be associated with each day's send for campaign analysis.
How should the Campaign developer meet the analysis requirements with the minimum daily maintenance?
A. Leverage a Continuous delivery
B. Leverage a Recurring delivery
C. Create an Email delivery and re-execute each day
D. Create a new Email delivery each day
A Campaign developer is sending proofs for an email delivery. The Campaign developer must indicate what time the proof was generated in the proof email subject line.
How should the Campaign developer accomplish this task?
A. In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
B. In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
C. While sending proofs, manually change the subject line to include the current date time
D. Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
What is the purpose of the Jump activity?
A. To improve the readability of the workflow
B. To call a subworkflow
C. To create branching in the workflow
D. To trigger a workflow
A developer configures two split activities (Split1 and Split2). Each split has only one resulting segment. The population of the first split is the input population of the second. The segmentCode is configured on the splits as follows:
Split 1 Name: Split1 segmentCode = ‘segment1’ Split 2 Name: Split2 segmentCode = ‘segment2’
All splits and subsequent segments result in records. The Campaign developer turns on the Concatenate the code of each segment with the code found in the input population option of the second split
What is the resulting segmentCode value?
A. segment1segment2
B. segment2
C. split1segment1split2segment2
D. @ID of the recipient record + 'Segment2'
How should a Campaign developer restrict users from entering only one of three possible data values in a column called customerstatus?
A. Create an onChange JavaScript trigger to alert the end user to the invalid value
B. Leverage the enableif keyword with an expression that evaluates the values for customerstatus
C. Leverage Enumerations in drop-down lists for the three allowed values
D. Apply a sysfilter to the form and filter on the values for customer status
A Campaign developer receives a request to attach a file to each email in a campaign.
There are three variations of the attachment. The filename to be attached must be based on a recipient-level derived field: attachmentSegment. The derived field is created in an enrichment activity and carried through as additional data with the target population.
The developer will select File Name is Computed during delivery for each message and use a computed filename.
How should the developer set the attachment computed filename for the three attachments located in the C:\tosend directory?
A. C:\tosend\ <%= targetData. attachmentSegment %>.pdf
B. C:\tosend\ <%= additonalData. attachmentSegment %>.pdf
C. C:\tosend\ <%= recipient.attachmentSegment %>.pdf
D. C:\tosend\<%= enrichmentData. attachmentSegment %>.pdf