Adobe AD0-E330 Practice Test - Questions Answers
List of questions
Related questions
How can you use sysFilter to limit write access to a schema to only members of the Administrator operator group?
xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=true' expr='TRUE'/> </sysFilter>
xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='FALSE'/> </sysFilter>
xml <sysFilter name='writeAccess'> <condition enabled if='hasNamedRight('admin')=false' expr='TRUE'/> </sysFilter>
A developer wants to retrieve data from the Campaign database and show the particular data on the client's website. Which method should the developer use?
External accounts
Data Schema methods
JSSP webpage
A developer needs to develop a workflow that runs daily at a particular time. The workflow contains a JavaScript code activity, and if an error occurs, a new record should be created in a custom error table, and an alert activity needs to be executed. Which 2 fields in the JavaScript code activity should be filled in? (Choose 2)
In case of error
Behaviour
Process errors
Script
A customer has an internal sales application that needs to create, update, and delete records to and from Adobe Campaign Classic. The application communicates in real-time with Adobe Campaign Classic. Which customization should be used to implement the simple CRUD operations?
Data Schema Methods
Workflow with query and update activities
SQL script to query and update data
Data Schema attributes
In Adobe Campaign v8 instance, what field is needed for tables to replicate incrementally?
CreationDate
LastModified
InternalName
How does a developer find the SQL name of the outbound worktable?
sql.tableName
activity.tableName
task.tableName
In v8 Adobe Campaign, what is the recommended data retention period for consolidated tracking?
12 months
5 months
6 months
10 months
An Adobe Campaign Classic Developer's client uses a unique customer ID to identify and contact their customers. This customer ID is a number. The client wants to send out a personalized email to all customers.
What exclusion setting can have a different impact if the ID would have been an email instead of a number?
Duplicate addresses during delivery
Quarantined recipients
Previously contacted recipients
Recipients who no longer want to be contacted
Where does the developer need to configure the additional attributes so they are automatically captured in the broad log at the time of sending?
Delivery Activity
Target Data
Target Mapping
Extend Schema
What is the maximum recommended number of concurrent workflows that should be executed in an Adobe Campaign instance?
10
20
30
50
Question