Adobe AD0-E318 Adobe Campaign Classic Architect Master Exam Practice Test

Page: 1 / 14
Total 50 questions
Question 1

A customer has a data retention policy for the logs in Adobe Campaign Classic of 365 days. They send over 1 million emails per month.

The Architect designs a workflow with a scheduler that triggers every 10 minutes querying the recipient delivery log. What is the risk with this workflow?



Answer : D

The customer's data retention policy for the logs in Adobe Campaign Classic of 365 days means that the workflow should retrieve records for the past 365 days in order to keep the data retention policy. However, the workflow is designed to trigger every 10 minutes, meaning that it will only query a small portion of the log data per iteration. This could result in the workflow not retrieving all of the expected records due to the limited time.


Top of Form

Question 2

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.


Question 3

The Recipient table is linked with a custom schema called Reservation, which contains a high volume of data that is needed at all times.

The deployment team reports that each time a query the location attribute the Reservation table, there is a long return time.

What should the Architect recommend?



Answer : D

Applying an index on the Location attribute of the Reservation table can improve the query performance and reduce the return time. An index allows the database engine to quickly locate the data without having to scan the entire table. This can be especially useful when working with large tables with a high volume of data.

It's also important to consider that the other options might not provide a long-term solution for the problem.

References:

Indexes in SQL databases: https://www.postgresql.org/docs/9.1/indexes.html

Database indexing: https://en.wikipedia.org/wiki/Database_indexing


Question 4

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.


Question 5

The Adobe Campaign setup of a company has a large number of campaign and technical workflows.

The customer highlight that the impact of failing workflows could result in very high cost for them.

The Architect must ensure highlights that the impact of failing workflow could result in very high cost for them.

The Architect must ensure high availability and decides to configure several workflow servers.

What should the Architect do?



Answer : B

This will allow the Architect to configure multiple workflow servers and assign the specific workflows to each server by setting the appropriate affinities. This will ensure high availability and reduce the impact of failing workflow by spreading the load across multiple workflow servers.

To set up affinities, you can define them on the workflows and update the wfserver module line in the ni6/configure-<instance>.xml file, to specify which workflows should be executed on which servers.

Please note that, you should use the correct format and spelling of the xml file <wfserver autoStart=''true'' affinity=''XXX, YYY,'/>


Question 6

A company is migrating from an email service provider to Campaign. The company wants to move over 300 daily recurring campaigns into the in new instance.

The campaigns need to run body.

What should the Architect recommend?



Answer : C

Run the campaign workflows at different intervals and make sure they execute only when data is available to avoid 0-record question and reduce database load. This approach will allow the Architect to run the campaign workflows at different intervals and ensure that they execute only when data is available to avoid 0-record questions and reduce the database load. Additionally, the Architect should consider merging common campaigns and using conditional logic to determine which blocks of content to display within the delivery, changing the Application server configuration Action-Active to allow users to create workflows on either the Primary or Secondary application server, and increasing the number of database connections to 350 to allow the 300 campaigns to execute alongside all other system processes with minimal effect.


Question 7

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?



Answer : D

Validate if the delivery can be paused and the MTA process restarted to clear the personalization cache and reuse the delivery. This approach will allow the Architect to pause the delivery and restart the MTA process, which will clear the personalization cache and allow the delivery to be reused. Additionally, the Architect should validate if the delivery is complex with many JavaScript personalization and whether the email size is more than 60 kb, if all images can be uploaded into public resources to fetch faster, if personalization blocks can be created in the delivery, and if the number of recipient per delivery can be reduced to send multiple deliveries at the same time to spread the load on personalization.


Page:    1 / 14   
Total 50 questions