What is the correct way to define enumeration?
A. Option A
B. Option B
C. Option C
D. Option D
When following Content Management creation principles, what is the best practice when defining the identification key of the schema, form, and publication template?
A. Use the same namespace
B. Use the same namespace and internal
C. Use the same label and internal name
D. Use the same label
While uploading a file in Campaign, a developer needs to ensure that the rejects from the input file are captured in the external file. How would they do this?
A. White using data loading (die) option, choose Reject Management and add the reject file name
B. Use Auto Detect format and the rejection will be added automatically
C. Select Click here to change the file format use Error Processing, and add the reject file name
D. Define the file name in the target database using default or external database option
With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.
What changes should the Campaign developer recommend?
A. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
B. Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an "update activity" to update the nmsOperation's brandName attribute.
C. Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
D. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
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
If a user is to receive email notifications regarding alerts from campaign workflows, which default operator group is required?
A. Workflow execution
B. Campaign managers
C. Delivery operators
D. Workflow supervisors
In order for a database cleanup workflow to execute, which process should be in a Started state?
A. mtaserver
B. wfserver
C. exewf server
D. wkserver
Where can a developer configure the archival period of all Delivery Logs?
A. Campaign Wizard
B. Deployment Wizard
C. Workflow Properties
D. Delivery Properties
A diem wants to know which email addresses appear more than once in the recipient table. How would a developer determine this?
A. Write a query that groups by email and then deduplicate the records
B. Write a query to aggregate by email and sum the primary keys
C. Write a query that counts primary keys and group by email
D. Write a query to filter by email address and group by primary key
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