Adobe Campaign Classic Developer Expert - AD0-E330무료 덤프문제 풀어보기
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)
정답: A,C
설명: (Fast2test 회원만 볼 수 있음)
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?
What exclusion setting can have a different impact if the ID would have been an email instead of a number?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
Review the code below and mark the correct option:
javascript
Copy code
var query = NLWS.xtkQueryDef.create({
queryDef: {
schema: 'nms:recipient',
operation: 'select',
lineCount: '5',
select: { node: [
{expr: '@firstName'},
{expr: '@lastName'},
{expr: '@email'}
]}
}
}).ExecuteQuery().getElements();
What would be the correct code to retrieve the email for each record?
javascript
Copy code
var query = NLWS.xtkQueryDef.create({
queryDef: {
schema: 'nms:recipient',
operation: 'select',
lineCount: '5',
select: { node: [
{expr: '@firstName'},
{expr: '@lastName'},
{expr: '@email'}
]}
}
}).ExecuteQuery().getElements();
What would be the correct code to retrieve the email for each record?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
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)
정답: C,D
설명: (Fast2test 회원만 볼 수 있음)
A developer needs to insert a JavaScript activity that will be used to query the temp table in a workflow. How should the developer verify the name of the temporary schema to be used in JavaScript?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
A developer wants to retrieve data from multiple schemas and insert data into the temp table within a workflow. Which two methods should be used to perform this operation? (Choose 2)
정답: B,D
설명: (Fast2test 회원만 볼 수 있음)