ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 25 - AD0-E330 discussion

Report
Export

An Adobe Campaign Classic Developer needs to set up a workflow that imports customer data from an S3 bucket on a daily basis. The records must be stored in an existing Campaign table. Which sequence of workflow activities should the Developer use?

A.

Scheduler, File collector, Data loading, Update data

Answers
A.

Scheduler, File collector, Data loading, Update data

B.

Scheduler, File transfer, Data loading, Update data

Answers
B.

Scheduler, File transfer, Data loading, Update data

C.

Scheduler, File transfer, Data extraction, Update data

Answers
C.

Scheduler, File transfer, Data extraction, Update data

D.

Scheduler, File collector, Data extraction, Update data

Answers
D.

Scheduler, File collector, Data extraction, Update data

Suggested answer: B

Explanation:

To set up a workflow that imports customer data from an S3 bucket daily and stores it in an existing Adobe Campaign table, the following sequence of activities is appropriate:

Scheduler:

This activity schedules the workflow to run daily, triggering the data import process at a specified time.

File Transfer:

The File Transfer activity is used to download files from an external source, such as an S3 bucket. It ensures that the data file is available locally within the Campaign environment for processing.

Data Loading:

This activity reads the downloaded file (e.g., CSV format) and loads the data into a temporary table or directly into the workflow for further processing.

Update Data:

Finally, the Update Data activity inserts or updates the existing records in the Campaign table with the imported customer data, ensuring that the table reflects the latest information.

Using this sequence, Scheduler, File transfer, Data loading, Update data, facilitates a streamlined import process that handles data transfer, loading, and updating efficiently.

asked 25/10/2024
Carson Plunkett
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first