Free Marketing-Cloud-Developer Exam Braindumps

Pass your Salesforce Certified Marketing Cloud Developer (SP20) exam with these free Questions and Answers

Page 4 of 40
QUESTION 11

A developer wants to retrieve daily JSON data from a customer's API and write it to a data extension for consumption in Marketing Cloud at a later time.
What set of Server-Side JavaScript activities should the developer use?

  1. A. Platform.Function.InvokeRetrieve(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();
  2. B. Platform.Function.HTTPGet(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();
  3. C. Platform.Function.InvokeRetrievef); Platform.Function.Stringify(); Platform.Function.UpsertDE();
  4. D. Platform.Function.HTTPGe(); Platform.Function.Stringify(); Platform.Response.Write();

Correct Answer: C

QUESTION 12

A developer started a Contact Delete process that is now complete.
In which two places would the Contact Delete process remove data? Choose 2 answers

  1. A. Non-Sendable Data Extensions
  2. B. Import Files on the Enhanced SFTP
  3. C. Sendable Data Extensions
  4. D. Mobile Lists

Correct Answer: CD

QUESTION 13

A developer is querying data from the _Bounce data view and storing it in a data extension. They have found that sometimes the fields SMTPBounceReason and SMTPCode exceed the 4000-character limits for each field as specified in the DE schema. After consulting with the original requestor, it was decided that they could simply store the first 4000 characters for each of those fields.
Which SQL function could be used for this purpose?

  1. A. RIGHT
  2. B. FIRST
  3. C. LEFT

Correct Answer: C

QUESTION 14

Northern Trails Outfitters (NTO) has a sendable data extension with 1,500,000 contact records they want to delete.
Which step is required before deleting the contacts?

  1. A. Query the records into a new sendable data extension and delete it
  2. B. Navigate to Contact Builder and delete the data extension
  3. C. Divide the records in half and delete each resulting data extension
  4. D. Navigate to Email Studio and delete the data extension

Correct Answer: C

QUESTION 15

A developer wants to personalize a welcome email with the recipient's first name from the Customers data extension, which is different from the targeted sending data extension named NewSubscribers. Both data extensions contain the unique identifier in a field named CustomerKey. Which AMPscript Syntax would populate the first name personalization as requested?

  1. A. %%=Lookup('Customers', 'FirstName', 'ContactID', CustomerKey)=%%
  2. B. %%=Lookup('Customers', 'FirstName', 'CustomerKey', CustomerKey)=%%
  3. C. %%=Lookup('Customers','FirstName','CustomerKey', 'CustomerKey')=%%
  4. D. %%=Lookup('NewSubscribers','FirstName','ContactID',CustomerKey)=%%

Correct Answer: B

Page 4 of 40

Post your Comments and Discuss Salesforce Marketing-Cloud-Developer exam with other Community members: