List of questions
Related questions
Question 1 - AD0-E318 discussion
A customer needs help to optimize a workflow that automatically exports tracking records campaigns sent during the day.
The workflow has a scheduler that runs every 6 hours and reads tracking logs created current date minus 6 hours. During data validation, the customer notices that records are missing with this approach.
Which two recommendations should the Architect make? (Choose two.)
A.
Add a scheduler to execute every 6 hours, use an option to store the date since last execution of the export workflow, and use as a reference point.
B.
Use an incremental query activity to fetch the last modified records from the tracking table modified in the last 6 hours.
C.
Create an incremental query activity to fetch the last modified records from the recipient table that has tracing logs modified in the last 6 hours.
D.
Add a scheduler to execute every 6 hours and use a dirty flag to update the tracking record that was picked in the execution of the workflow
E.
Create a loop with a wait for 6 hours, store an instance variable of the id field that was last selected, and use that in the next query.
Your answer:
0 comments
Sorted by
Leave a comment first