Pass the Salesforce Developers Marketing-Cloud-Developer Questions and answers with CertsForce

Viewing page 4 out of 6 pages
Viewing questions 31-40 out of questions
Questions # 31:

NTO wants use Personally Identifiable Information (PII) data to personalize email communications, but does not want to store PII data in Marketing Cloud. Which feature could they use topersonalize emails from an external data source?

Options:

A.

External Objects


B.

Tokenized Sending


C.

Salesforce Shield


D.

Single Sign-On


Expert Solution
Questions # 32:

A developer wants to set a variable to use a field from a Sendable Data Extension.

Which two options could be used in an AMPscript block to set the variable as a 'First Name" field from a Sendable Data Extension usedto send the email? Choose 2 answers

Options:

A.

SET @firstName = [First Name]


B.

SET @firstName = %%First Name%%


C.

SET @firstName = attributeValue (''First Name'')


D.

SET @firstName = ''First Name'']


Expert Solution
Questions # 33:

A developer needs to find all subscribers on the Customers data extension who made a purchase in the last 30 days. Purchase data is on the Orders data extension which contains a columncalled 'PurchaseDate'. Contacts are identified in both data extensions by a column called 'ContactKey', and the Orders data extension can contain many instances of the same subscnber.

Which SQL keyword should the developer use to achieve the desired result?

Options:

A.

INNER JOIN


B.

OUTER JOIN


C.

ORDER BY PurchaseDate ASC


Expert Solution
Questions # 34:

NTO wants to trigger a receipt email via the SOAP API whenever a customer makes a purchase. Their developer wrote the call using the TriggerSendDefinition object and the Create method, but noemails have been sent during his initial testing. Which object and method should the developer use?

Options:

A.

TriggerSend object and Update method


B.

TriggerSend object and Create method


C.

TriggerSendDefinition object and Execute method


D.

TriggerSendDefinitionobject and Update method


Expert Solution
Questions # 35:

A developer has a text field in a data extension they want to format using the FormatCurrency AMPscript function. Which two values would return $6.96? Choose 2

Options:

A.

6,961


B.

6.96


C.

$6.96


D.

6.96


Expert Solution
Questions # 36:

A developer wants to use the RaiseError Ampscript function when a subscriber does not have the necessary data to build an email. Which two outcomes are possible using this function? Choose 2 answer

Options:

A.

The send fails


B.

The email is not sent to the particular subscriber


C.

An error message is sent to the From Address used in the email


D.

The send is retried


Expert Solution
Questions # 37:

In what order is AMPscript evaluated before an email is sent?

Options:

A.

Subject Line, HTML Body, Text Body


B.

HTML Body, Text Body, Subject Line


C.

Text Body, HTML Body, Subject Line


D.

HTML Body, Text Body, Text Body


Expert Solution
Questions # 38:

A developerwants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?

Options:

A.

%%=DataAdd(Date_Enrolled,-1)=%%


B.

%%=DateAdd(Date_Enrolled,-1 'H')=%%


C.

%%=DateDiff(Date_Enrolled, 1,'H')=%%


D.

%%=FormatDate(Date_Enrolled,-1,'HH','en-us')=%%


Expert Solution
Questions # 39:

A marketer is planning a weekly promotionalsend.

Which two types of data extensions could be sent to?

Choose 2 answers

Options:

A.

Synchronized Data Extension


B.

Sendable Data Extension


C.

Salesforce Data Extension


D.

Send Log Data Extension


Expert Solution
Questions # 40:

A customer wants a list of subscribers who were sent an email within the past 12 months.

How shouldthis request be completed?

Options:

A.

Create a measure with criteria sent_date is after today minus 565 days


B.

Run a tracking extract via the SOAP API


C.

Query against the Job and Sent data views


D.

Locate the email sends in the Tracking tab within Email Studio


Expert Solution
Viewing page 4 out of 6 pages
Viewing questions 31-40 out of questions