A company provides requirements for a new marketing campaign that will send selected customers one of several newsletter communications with selected articles based on the recorded interests.
The solution must use their centralized customer data, no older than from the previous day, and customize the newsletter template to contain articles relevant to the customers preferences.
The campaign should consider whether the customer has subscribed to the newsletter and what frequency the customer has opted in to receive the communications.
Which two options should be implemented?
Answer : B, D
1. A CRM connector to ETL customer data into Campaign: A CRM connector allows for the extraction, transformation, and loading of customer data into Campaign, ensuring that the most recent and accurate data is used to customize the newsletter template and target the correct customers. D. Audience manager integration to shape audience for each newsletter: Audience manager allows to segment audience based on their preferences, behavior, demographics, etc. It helps to shape audience for each newsletter and target them with specific content. It will help in identifying customers and target them based on their preferences and subscribed newsletter frequency.
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
A Campaign Architect needs to audit an existing Campaign Classic setup to improve the configuration. Users report that the instance is very slow when they select or modify data.
The Architect notices that over a range of tables, many fields have the same values and many joins are used in Workflow activities.
Which two actions should the Architect recommend? (Choose two.)
Answer : C, D
A composite key is a combination of two or more columns used as a primary key for a table. This can help to reduce the number of joins needed in queries, which can improve performance.
Creating indexes on fields used within joins can also help to improve performance. Indexes are used to quickly locate data without having to scan the entire table. When a join is performed, the database engine can use the indexes to quickly find the matching rows in the tables, which can improve performance.
References:
Composite keys in database design: https://www.sitepoint.com/composite-keys-database-design/
Indexing in SQL databases: https://www.postgresql.org/docs/9.1/indexes.html
A developer on the team is troubleshooting the one-to-many relationship link between Orders and Products.
Which XML element should the Architect recommend the developer use?
Answer : D
element label= Order='' name='' order '' customer'' customer type collection''. This XML element will allow the developer to create a one-to-many relationship link between Orders and Products, with the 'Order' element being the parent element and the 'Product' element being the child element. The 'Type' attribute should be set to 'Collection' to indicate that the element represents a one-to-many relationship.
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
A customer wants to track and report on the total cost of a postal campaign.
What should the Architect recommend?
Answer : D
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.