Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Salesforce Marketing-Cloud-Developer Practice Exam with Questions & Answers | Set: 5

Questions 41

A developer wantsto implement a newsletter registration from on NTO's website. Prior to form submission, an email address provided by the visitor should be validated. Which option could be used to support this scenario?

Options:
A.

REST API, /address/v1/validateEmail route

B.

SOAPAPI, Perform method with ValidationAction object

C.

SOAP API, Describe method with EmailAddress object

D.

REST API, /messaging/v1/domainverification route

Salesforce Marketing-Cloud-Developer Premium Access
Questions 42

Which programming language should be used in email messages? Choose 1.

Options:
A.

AMPscript only

B.

Both

C.

Either AMPscript or SSJS

D.

SSJS only

Questions 43

A developer wants to retrieve a row of data from a data extension using the SOAP API. Which API Object should be used for this call?

Options:
A.

DataExtensionField

B.

DataExtension

C.

DataExtensionObject

D.

Row

Questions 44

NTO is using a mobile campaign to collect an email addresses of interested subscribers. Using AMPscript's API functions they will send a confirmation email when an email is texted into their short code. Which two objects are required tosuccessfully create a TriggerSend object? Choose 2

Options:
A.

Attribute

B.

TriggerSendDefinition

C.

Contact

D.

Subscribers

Questions 45

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

Questions 46

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

Questions 47

Which of the followingis a valid comment within an AMPscript code block? Choose 1.

Options:
A.

--comment

B.

// comment

C.

- comment -->

D.

/* comment */

Questions 48

A developer is using the REST Authorization Service to obtain an OAuth access token. Which method should be used to include the access token in the API requests

Options:
A.

Include the header x-access-token: your_access_token

B.

Include as a query parameter access_token=Y0UR_ACCESS_TOKEN

C.

Include the header Authorization: Basic your_access_token

D.

Include the header Authorization: Bearer YOUR ACCESS TOKEN

Questions 49

A developer is building a landing page in Marketing Cloud and an email with a Call-To page will display personal information about the subscriber.

In which way could the developer create the CTA link?

Options:
A.

Use the AMPscript CloudPagesURLfunction.

B.

Append EmailAddress to the URL as an encoded parameter.

C.

Append SubscnberKey to the URL as an encoded parameter.

Questions 50

A developer wants to create a complex dynamic email with three different sections and four different possible content blocks In each section. The email will be sent to an audience of over one million contacts.

Which best practice should the developer use to ensure a blank email will not be sent?

Options:
A.

Send a test of every possible version using Test Send

B.

Review every possible version using Subscriber Preview

C.

Create separate emails for each version

D.

Confirm every version has default content