A customer reports that data import, export and aggregation workflow take 3 to 4 hours each to complete, when they are scheduled to run before the campaign start. The is deploying the customer from starting campaigns on schedule.
Which two recommendations should the Architect make? (Choose two.)
Answer : A, B
1. Avoid running more than the limit configured for workflows to execute simultaneously. This will ensure that the system resources are not overburdened and the workflows can complete in a timely manner. B. Schedule data load and export technical workflows overnight or during off- peak hours. This will allow the workflows to run during a time when the system resources are not being heavily utilized by other processes, which will help to improve performance and reduce the time taken for the workflows to complete. It's also good to note that, these are best practices in general and not specific to Adobe Campaign.
A customer asks an Architect to build custom Adobe web Portal application for the Managing Campaign execution process.
The architect needs to make sure web application data is protected from SQL injection attacks and loaded into an external centralized data warehouse system.
Which approach should be used?
Answer : C
Apply escape JavaScript function for processing the data in web application before exporting the data. This approach will allow the architect to use the escape JavaScript function for processing the data in the web application before it is exported to the data warehouse. This function will help to ensure that the data is properly encoded and protected from SQL injection attacks when it is stored in the data warehouse.
A client to enrich delivery 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)
Answer : A
An Architect on a new project needs to review the existing Campaign solution. The current solution sends emails, SMS, and Push messages.
The customer currently has a mobile application that sends approximately 500.000 Push messages an hour. The company wants to add another mobile application to alert customers about the start of upcoming television shows.
Volume estimates for Push messages for the new application are approximately 1.5 million per hour.
What should the Architect focus on first for the new design?
Answer : B
The number of dedicated Push MTAs in the solution. This is because the number of Push messages per hour will be 1.5 million, and the existing solution only has 500,000 Push messages per hour. Therefore, the Architect should focus on increasing the number of dedicated Push MTAs in the solution to be able to handle the increased volume of messages.
Refer to the exhibit.
A customer calls for urgent support. Their Adobe Campaign instance is running slowly and marketing workflows are taking a long time to execute the Architect finds.
50 workflow are running concurrently
24 workflows are stuck in pending state
Workflows are scheduled to be executed at the same time every day
What should the Architect recommend?
Answer : C
The Architect should recommend scheduling workflows at different start times to avoid overloading the system with too many workflows running concurrently. This will help to distribute the load and avoid bottlenecks. Additionally, the Architect can recommend restarting the pending workflows to ensure that they are not stuck in a pending state and can continue to execute.
A client wants to protect PII data at recipient level for anyone that is not an Administrator.
What should the Architect do?
Answer : C
This will ensure that the PII data is only visible to administrators, while all other users will be restricted from accessing the data. Additionally, this will also ensure that the PII data is protected at the recipient level, as the AccessibleIf condition will prevent anyone other than administrators from viewing the data.
A successful SOAP response is received from the Message Center but the emails are not arriving in the inbox.
What is causing this problem?
Answer : C
A successful SOAP response from the Message Center indicates that the message has been sent, but the emails are not arriving in the inbox could indicate that the email address value being used has no profile in Adobe Campaign. If there is no profile associated with the email address, Adobe Campaign will not be able to send the email.