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. A data schema for each product and linked to the customer schema
B. A many-to-many data schema between customer and products
C. A data schema for products linked to customers schema
正解:B
解説: (Pass4Test メンバーにのみ表示されます)
質問 2:
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?
A. for (var i = 0; i < query; i++) { logInfo(query[i].$email); }
B. for (var i = 0; i < query.len; i++) { logInfo(query[i].$email); }
C. for (var i = 0; i < query.length; i++) { logInfo(query[i].$email); }
正解:C
解説: (Pass4Test メンバーにのみ表示されます)
質問 3:
A developer wants to send an alert to an operator that contains the names of profiles who opened the newsletter. The profile's first and last name fields are linked to the recipients targeting dimension, whereas the alert activity is linked to the operator targeting dimension. What activities would the developer need to send the notification?
A. Query > JavaScript Code > Alert
B. Query > Test > Alert
C. Query > JavaScript Code > Test > Alert
D. Query > Enrichment > Test > Alert
正解:D
解説: (Pass4Test メンバーにのみ表示されます)
質問 4:
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"/>);
}
A. SOAP call then update a recipient
B. JSSP call then update a recipient
C. JavaScript function to update a recipient
正解:C
解説: (Pass4Test メンバーにのみ表示されます)
質問 5:
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)
A. Script
B. Behaviour
C. In case of error
D. Process errors
正解:A,C
解説: (Pass4Test メンバーにのみ表示されます)
Matsui -
予備知識ゼロでも24時間の勉強で合格できた! Pass4Testさんほんとうにありがとうございます!!