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

Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions
Questions # 1:

A developer wants to create a data model in Contact Builder.

Which two applications will be able to use this newly-created data model for segmentation?

Choose 2 answers

Options:

A.

Email Studio


B.

Automation Studio


C.

Journey Builder


D.

Mobile Studio


Expert Solution
Questions # 2:

Certification Aid created following AMPscript code: %%[ SET @var1 = 10 SET @var2 = 20 SET @var3 = 30 ]%% How can the three variables be summed up to evaluate to 60? Choose 1.

Options:

A.

SET @total = Sum(@var1, @var2, @var3)


B.

SET @total = Add(@var1, Add(@var2, @var3))


C.

SET @total = Add(@var1, @var2, @var3)


D.

SET @total = @var1 + @var2 + @var3


Expert Solution
Questions # 3:

A marketer is troubleshooting why an email send's tracking information is not available in Sales Cloud. The marketer confirms MarketingCloud Connect is installed properly. What should be confirmed next to continue troubleshooting the send's tracking information?

Options:

A.

The audience was a Salesforce Data Extension containing the appropriate SFID


B.

The email was sent to the All Subscribers list


C.

The tracking destination folder was set to My Tracking


D.

The audience was built using a Triggered Send Data Extension template


Expert Solution
Questions # 4:

A field value returned from a DE lookupcontains a tab-delimited list of values. Which AMPscript function could easily determine if a specific text string exist anywhere in the list?

Options:

A.

Substring


B.

BuildRowSetFromString


C.

IndexOf


D.

Length


Expert Solution
Questions # 5:

When appending data to links via Web Analytics Connector, which parameter should be used to track subscriber behavior?

Options:

A.

Email Address


B.

Contact Key


C.

Subscriber Key


D.

Subscriber ID


Expert Solution
Questions # 6:

Northern Trail Outfitters (NTO) wants to determine the best identifier for subscribers across all channels.

What should be recommended5

Options:

A.

Contact Key


B.

Mobile ID


C.

Email Address


D.

Subscriber ID


Expert Solution
Questions # 7:

A developer wants to expand their knowledge of Query Activities. They want to identify email addresses that have bounced in the last 30 days, along with the Bounce Reason and some additional subscriber specificdata; however, the SQL they have written does not return any records. Below is the SQL statement:

Question # 7

What updates should be made to ensure this SQL statement returns the desired results?

Options:

A.

Marketing Cloud does not allow DateAdd functions in QueryActivities. They should define a specific date.


B.

Marketing Cloud _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.


C.

Marketing Cloud Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.


D.

Marketing Cloud does not allow use of GETDATE function. They should define a specific date.


Expert Solution
Questions # 8:

A developer wants to write a query to compile data originating from an HTML form so it can be exported in CSV format. However, the source data extension may containline breaks within the Comments field, which makes it difficult to read and sort the resulting CSV.

Which SQL functions could be used to change each line break to a single space?

Options:

A.

REPLACE and CHAR


B.

FORMAT and SPACE


C.

LTRIM and RTRJM


D.

REPLICATE and NCHAR


Expert Solution
Questions # 9:

A developer receives a 401 Unathorized HTTP status message from a REST API request. What is the reason for this error?

Options:

A.

The account lacks theprivileges necessary to perform the request


B.

The access token was not found in the request, or it is invalid or expired


C.

OAuth is not supported for the requested resource


D.

API requests are temporarily blocked due to too many concurrent requests.


Expert Solution
Questions # 10:

Northtrn Trail Outfitters has set up their North American business unit to unsubscribe at the business unit level.

Which dataview would they query to identify all subscribers who are unsubscribed from that Business Unit?

Options:

A.

ListSubscribers


B.

ENT._Subscribers


C.

_BusinessUnitUnsubscribes


D.

.Subscribers


Expert Solution
Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions