How should the client ensure the order and dependencies?

The client needs to load multiple files. The files must be loaded in a specific order based on data dependencies.

How should the client ensure the order and dependencies?
A . Create multiple workflows using outbound transitions to link to the next data loading step
B . Create multiple workflows using the scheduler to stagger data loading times
C . Create multiple workflows using the jump step to call the next data loading step
D . Create multiple workflows using an external signal to call the next data loading step

Answer: A

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/automating-with-workflows/

use-cases/loading-delivery-content.html

What is the most likely cause of this error?

A user in the campaign manager group opens a workflow and clicks to open a delivery.

After the delivery opens, the following error is thrown:

Cannot load document of type ‘Deliveries (nms:delivery)’ satisfying condition ‘(@id=12345678) AND ((@deleteStatus = 0))’.

The requested database record does not exist.

What is the most likely cause of this error?
A . The user does NOT have access to the workflow folder.
B . The delivery has already been sent and therefore CANNOT be opened.
C . The MTA process is NOT running on the instance.
D . The user is NOT in the Delivery operators group and does NOT have permission.

Answer: B

Explanation:

Reference: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/delivery-error/qaq-p/234713

How should a Campaign developer prepare an encrypted flat file for use with a campaign workflow as the starting population?

How should a Campaign developer prepare an encrypted flat file for use with a campaign workflow as the starting population?
A . Specify the public and private keys as the options under Administration > Platform > Options.
B . No action is needed; encrypted flat files are automatically detected and decrypted by Adobe Campaign.
C . No action is needed. Encrypted data should be stored as encrypted.
D . Specify a pre-processing decryption command in the Data Loading (file)activity.

Answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/automating-with-workflows/general-operation/importing-data.html

Which three workflow activities are required?

A Campaign developer must create a workflow to extract a set of specific records to a flat file each day.

Which three workflow activities are required? (Choose three.)
A . Scheduler
B . Query
C . Start
D . End
E . Data Extraction (file)

Answer: ABE

Explanation:

Reference: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/how-to-read-a­flat-file-and-extract-a-flat-file-using-adobe/qaq-p/144883/comment-id/148

How should the Campaign developer perform this task?

A campaign target population is cut at 100 random records to receive a limited offer. When the Campaign developer goes to approve the targeting for the offer, only 90 records are available. Ten records have been removed by a required topology rule Less than 18 Years Old.

A Campaign developer must make sure exactly 100 records are selected and sent an offer while ensuring compliance.

How should the Campaign developer perform this task?
A . Change the execution order of the Less than 18 Years Old typology rule to execute later
B . Select 110 random records to account for the drop by the typology rule
C . Remove the Less than 18 Years Old rule from the typology defined in the delivery
D . Add a filter to the workflow to select only 18 years of age or older

Answer: C

Which step must be taken to utilize this type of data?

A client wants to use Amazon Redshift to install Adobe Campaign in a hybrid AWS environment to hold all customer data.

Which step must be taken to utilize this type of data?
A . Adobe Campaign does NOT support Redshift.
B . Adobe Campaign tables must be created in the Redshift database.
C . ODBC Native SQL drivers must be installed to access a Redshift database.
D . FDA module must be installed to access a Redshift database.

Answer: B

Which step must be performed for the table to be used in Adobe Campaign queries?

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.

Answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/editing-schemas/schema-of-an-existing-table.html

How should the Campaign developer meet this requirement?

A Campaign developer must store a dynamically created email subject line code from a campaign workflow.

How should the Campaign developer meet this requirement?
A . Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
B . Modify the email delivery to write the subject line code to a custom schema
C . Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
D . Modify the target mapping used in delivery to log subject line code as "additional parameter” in the delivery logs

Answer: B

What should be the expected results of the Union activity?

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

Answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and­data/targeting-activities/union.html