최신Adobe Campaign Classic Developer Expert - AD0-E330무료샘플문제
문제1
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 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?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
What is a use case for a custom target mapping in Adobe Campaign Classic?
What is a use case for a custom target mapping in Adobe Campaign Classic?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
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?
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?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
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?
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?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
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)
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
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
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?
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?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)