Which two recommendations should the Architect make?

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.

Answer: B,D

Which solution should be used?

A multi-national customer has Adobe Campaign users working in different geographic locations. They want to ensure that operations in each country can only work with recipients with physical addresses based in their region.

Which solution should be used?
A . Implement a sysFilter condition on Recipient schema applying readAccess() condition based on Organizational Entity attributes of the Operator record, and Organizational entities defined by Region.
B. Leverage the GDPR module and implement national opt-in permissioning per country
C. Implement physically separate recipient tables per country with accessible () conditions on confidential attributes, and use Folder Permission to restrict access to Operator group organization by related region
D. Using the main Recipient schema, create dedicated Folders for each Country, and restrict Read rights by Operator Regional settings and Organizational entities

Answer: C

What should the Architect recommend?

A customer is migrating its legacy marketing platform with Adobe Campaign.

The customer has dependencies on a few significant custom database functions that enabled specific string manipulations and custom encryption.

While developing workflow, the team struggle to match these functions that the customer was able to use prior to Adobe Campaign.

What should the Architect recommend?
A . Get the development team to build a javaScript library to try to achieve what the sql functions are capable of doing.
B. Create workflow templates containing SQL codeactivities. Within each SQL code activity each database function can be defined.
C. Request the database team for the sql function defining and add those as SQL script objects in Administration -> Configuration -> SQL Scripts.
D. Implement the function in AC database and install them as package files in the prescribed xml structure.

Answer: D

Which two recommendations should the Architect make?

A campaign workflow has been configured to query recipients that have received deliveries and clicked on a link in the past 90 days.

Delivery history will be retrieved from boardLOgRop and click history from trackingLogRcp:

The data volumes for both tables are increasing by an average of 10 million per month.

Which two recommendations should the Architect make? (Choose two.)
A . Reduce time period and run the workflow more frequently
B. Recommend to use webAppLogRcp instead of trackingLogRcp
C. Avoid using both schemas when possible
D. Query data from trackingLogRcp and retrieve the related data from broadLogRcP
E. Increase the time period and run the workflow more frequently.

Answer: A,E

Which syntax be used?

A client to enrichdelivery data with additional custom information. The data will exist in a table will exist in a table named customDelivery, but will not be required for each delivery.

Which syntax be used?

A)

B)

C)

D)

A . Option A
B. Option B
C. Option C
D. Option D

Answer: A

What should the Architect recommend?

A retail company receives Adobe Analytics Insights about customer productcomplaints.

They want to execute a Windback campaign to these customers in within 1 hour of the customer’s web session.

What should the Architect recommend?
A . Configure Triggers to fire pipeline events to Campaign and design a recurring campaign
B. Design a custom REST application in the CMS that Triggers a transactional email to targeted customers
C. Designated customerSOAP application in the CMS that Triggers a transactional email to targeted customers
D. Configure he Adobe Analytics Genesis connector and leverage the remarketing workflows

Answer: C

What should the Architect analyze to diagnose the cause of this issue?

A customer launches a Campaign with multiple touch points. Some deliveries are stuck in Pending Personalization’’ for more than 3 hours. The recipient broad log records have not been created for these deliveries yet.

What should the Architect analyze to diagnose the cause of this issue?
A . Validate if the delivery is complex with many JavaScript personalization and whether the email size more than 60 kb
B. Validate if all images can be uploaded into public resources to fetch faster and if personalization blocks can be created in the delivery.
C. Validate if the number of recipient per delivery can be reduced to send multiple deliveries at the same time to spread the load on personalization.
D. Validate if the delivery can be paused and the MTA process restarted to clear the personalization cache and reuse the delivery.

Answer: C

What is causing this issue?

A client has a hybrid hosting model and is trying to send a request from a workflow to a third-party API. When sending the request. Adobe Campaign does not receive a response.

What is causing this issue?
A . User name is password is incorrect
B. The URL is not allowed is incorrect
C. The URL is not allowed in the serverConf.xml
D. Logging is not enabled
E. Adobe can only send requests via http method POST

Answer: E

Which option should the Architect implement?

A client requests a link from the recipient to their last transaction. The client only needs to see the link from the recipient to the last transaction and wants to ensure the reverse link is not visible from the transaction table.

Only the insurance business unit needs to have visibility.

Which option should the Architect implement?

A)

B)

C)

D)

A . OptionA
B. OptionB
C. OptionC
D. OptionD

Answer: D

What is the risks this approach?

A company currently manages their Adobe Campaign users via Active Directory (LDAP).

In the future, they will be required to utilize a TLS 1.0 provider that the currently use to authenticate users on other platforms.

What is the risks this approach?
A . iDP server will not authenticate without a custom script.
B. LDAP will not support TLS 1.0.
C. Adobe IMS will not support upgrade from LDAP
D. Adobe IMS will not work with their provider

Answer: D