Adobe AD0-E330 Practice Test - Questions Answers, Page 3
List of questions
Related questions
A developer is using a test activity to verify if the result is generated or not. Which test condition should be used?
vars.recCount < 0
vars.recCount > 0
vars.Count > 0
An Adobe Campaign Classic developer is working on an import workflow. The format of the file to be imported is CSV. An aggregate must be computed in the workflow. Which three components should be used to implement the import workflow to update the data? (Choose three)
Update data
Change dimension
Enrichment
Data loading
A client requires downloading a CSV file from an AWS S3 bucket on a scheduled basis and processing the contents to update a custom schema in the Adobe Campaign Classic instance. Which component should be used to implement the AWS S3 connection?
FDA connector
JavaScript activity
JSSP
External account
A customer has an in-house CRM application that needs to create, update, and delete custom data stored in the Adobe Campaign Classic instance. What are the two minimum prerequisites for the CRUD operations to work? (Choose two)
Whitelist CRM application's server IP
Configure IP affinity
Authenticate as a technical operator with appropriate rights
Create a request from Adobe Campaign Classic to the CRM application
An Adobe Campaign Classic Developer needs to set up a workflow that imports customer data from an S3 bucket on a daily basis. The records must be stored in an existing Campaign table. Which sequence of workflow activities should the Developer use?
Scheduler, File collector, Data loading, Update data
Scheduler, File transfer, Data loading, Update data
Scheduler, File transfer, Data extraction, Update data
Scheduler, File collector, Data extraction, Update data
A developer is building a workflow to insert a customer's favorite video game from a file collected by SFTP. An enrichment activity is used to reconcile the file data and recipient data, allowing the file data to be used to personalize deliveries. How will these personalization fields appear in the delivery content?
<%= targetData.FIELD %>
<%= temp.FIELD %>
<%= recipient.FIELD %>
In Adobe Campaign Classic V8, how to update or delete data using an API call?
xtk.session.ingest
xtk.session.ingestExt
xtk.session.ingestWrite
A customer located in Canada requested that any Adobe Campaign Classic operator located outside of Canada should not be allowed to see the recipient schema. All operators that are not located in Canada have been assigned the right 'OutsideCountry.' Which configuration will hide the display of the recipient's last name for operators located outside Canada?
<attribute name='lastName' assessableIf='HasNamedRight('OutsideCountry')=true'/>
<attribute name='lastName' assessableIf='HasNamedRight=='OutsideCountry''/>
<attribute name='lastName' assessableIf='HasNamedRight('OutsideCountry')=false'/>
<attribute name='lastName' assessableIf='HasNamedRight!='OutsideCountry''/>
A Campaign operator has left the organization and no longer requires access to Adobe Campaign Classic. The operator's account has been disabled but is still receiving alerts and notifications from the Campaign. What should the developer do to stop sending Campaign notifications to the operator?
Remove the email address from their profile
Delete the operator's profile from Adobe Campaign
Update the access settings parameters under access rights
A new file must be loaded into Adobe Campaign Classic, and the file contains data in XML format. Which activity should be used to import this file?
Data Loading (file)
JavaScript code
Import
Loading (SOAP)
Question