Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Pass the Salesforce Developers MCE-Dev-201 Questions and answers with CertsForce

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

A developer wants to design a custom subscription center in CloudPages. The developer prefers to code in AMPscript, but is also skilled in Server-Side JavaScript. While the developer is confident their code is of high quality, they would still like to handle unexprected errors gracefully to ensure the best user experience. Whichfeature should handle this scenario?

Options:

A.

Wrapping the code in a Server-Side JavaScript Try/Catch block


B.

Using RaiseError AMPscript function when an error occurs


C.

Marketing Cloud automatically handles any error scenario that may occur


D.

Wrapping thecode in a AMPscript HandleError block


Expert Solution
Questions # 32:

A developer wants to populate a data extension with information about all emails deployed in the last seven days. The data extension needsto contain JobID, EventDate, and the counts of how many emails were sent with each JobID.

Which data view is required to gather this information?

Options:

A.

Job


B.

Sent


C.

Journey


D.

Subscribers


Expert Solution
Questions # 33:

A developer receives Error Code 5 when performing a SOAP API call. The error states: "Cannot Perform 'Post' on objects of type 'SentEvent'".

What could be the issue?

Options:

A.

SOAP does not support POST; useREST


B.

The authentication token has expired.


C.

It may be a temporary network issue.


D.

'SentEvent' is not able to be updated using SOAP.


Expert Solution
Questions # 34:

New subscribers at Northern Trail Outfitters (NTO) are added to a data extension. NTO would like to send these subscribers a welcome series with Journey Builder.

What would allow the data extension to be selected for journey entry'

Options:

A.

At least one Campaign must be associated to the data extension.


B.

The Triggered Send Template must be used to create the data extension.


C.

The data extension must be configured for sending.


D.

The data extension must contain a field of theEmailAddress data type.


Expert Solution
Questions # 35:

A developer wants to inject a Contact into a journey using API. What method and route would be used to accomplish this?

Options:

A.

Post / contacts/v1/contacts


B.

Post/v1hub/datevents/key:[key} /rows / {primaryKeys


C.

Post/ interaction/ v1/events


D.

Post/interaction/v1/interactions


Expert Solution
Questions # 36:

A developer wants to configure performance tracking of the content dynamically created via AMPscript in an email. Which two steps should be performed to achieve this objective? Choose 2

Options:

A.

Request theImpression Tracking feature be enabled on the account


B.

Include the functions BeginImpressionRegion and EndImpressionRegion


C.

Configure dynamic content block in Content Builder


D.

Add a unique identifier in the HTML tags within the generated content


Expert Solution
Questions # 37:

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 # 38:

How can SSJS variables be referenced for content personalization? Choose 1.

Options:

A.

variableName


B.


C.


D.


Expert Solution
Questions # 39:

A developer wants to expand thefunctionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates.

Which SSJS statement will retrieve the value of the AMPscript variable named subKey?

Options:

A.

Var.Get("subKey");


B.

Variable.GetTValue (''@subKey") ;


C.

Variable.SetValue("subKey", "Value");


D.

Var.Retrieve("@subKey");


Expert Solution
Questions # 40:

A developer wants to delete a batch of subscribers from Marketing Cloud. The developer performs a Contact Delete on a batch of records in a data extension in Contact Builder. Which scenario would cause subscriber records to remain in the data extension?

Options:

A.

Sendable data extension with SubscriberKey and EmailAddress fields


B.

Non-sendable data extension with SubscriberKey field


C.

Contact Delete process does not delete rows from data extensions


D.

Sendable data extension with SubsciberKey field


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