Adobe AD0-E330 Practice Test - Questions Answers, Page 5
List of questions
Related questions
An Adobe Campaign and Analytics customer wants to capture any website visitors who start their online shopping checkout process but do not successfully complete the shopping experience and abandon their shopping cart before completion. The customer wants to use these website visitor details to create a remarketing solution to contact those visitors about their incomplete purchases.
Which Campaign capability should the developer recommend to address this need?
Landing page capture forms
External Signals
Experience Cloud Triggers
Marketing Workflows
An Adobe Campaign Classic developer needs to create a new schema for a functional need with a unique ID.
Why should the developer create a new ID sequence for this new schema?
To avoid duplicating keys in the database
To avoid slow database performance
To avoid reaching the limit of IDs
A developer wants to count the recipient profiles with their email, first name, last name, and the number of total subscriptions to identify the most interested persons for the subscription services. How would the developer do this?
Workflow activity
SQL function
Data schema method
A client has a database of customers who purchase different products. Which data model approach should the Campaign Classic developer use to save the navigation information?
A data schema for products linked to customers schema
A many-to-many data schema between customer and products
A data schema for each product and linked to the customer schema
Review the below code:
javascript
Copy code
function nms_recipient_updaterecipient(id) {
Xtk.session.Write(<nmsRecipient xtkschema='nms:recipient' _key='@id' id=(id) _operation='update'/>);
}
SOAP call then update a recipient
JavaScript function to update a recipient
JSSP call then update a recipient
A customer has a custom CRM system that holds all profiles used for marketing campaigns. The customer wants to have the data available in Adobe Campaign Classic and use it for marketing campaigns. The CRM system is relying on HTTP communication to communicate with other systems. In which two ways can the CRM system push profiles to Adobe Campaign Classic? (Choose two)
SOAP
External Account
REST
SFTP
A developer needs to check for missing personalization before sending deliveries to the targeted audience and cancel the particular delivery. How would the developer do this?
Control typology rule
Filtering typology rule
Adding script in delivery
A developer develops a workflow where two activities are used in the beginning, one below the other. The first is to query all the audiences living in Canada, and the second is to query audiences with gender as male. A developer added a third activity, which is Exclusion, and added both the queries' results to it. What would be the end result?
All males living in Canada
All males who do not live in Canada
All recipients living in Canada who are not male
A developer develops a workflow where the result should contain recipients from Country Canada with an age range greater than 18 years. A developer added two activities in the beginning, one to query only Canada region recipients and the other activity to query audiences greater than 18 years. Which third activity type would be used to ensure the result is updated with only those recipients greater than 18 years old that live in Canada?
Intersection
Union
Exclusion
Which sections in the Control Panel are used to manage IP allow lists? (Choose two)
Instance Settings
Subdomains & Certifications
SFTP Management
Performance Monitoring
Question