Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

Marketing-Cloud-Developer Practice Test


Page 1 out of 40 Pages

A developer needs to add From Addresses to Marketing Cloud and wants to ensure they are verified before being used for sending. Which tworoutes would allow this? Choose 2 answers


A. POST /messaging/vl/domainverification


B. POST /messaging/vl/domainverification/bulk/insert


C. POST /messaging/vl/dataevents/domainverification


D. POST/messaging/vl/push/domain/verification





A.
  POST /messaging/vl/domainverification

B.
  POST /messaging/vl/domainverification/bulk/insert

Explanation:

To add and verify From Addresses in Marketing Cloud, you can use the following routes:

POST /messaging/v1/domainverification: This endpoint is used to verify a single domain.

POST /messaging/v1/domainverification/bulk/insert: This endpoint is used to verify multiple domains in bulk.

[: Salesforce Domain Verification API, , , , QUESTIONNO: 111, Northern Trail Outfitters sends a weekly email with dynamic content, and they want to record custom data inside a send log on each send to record what content was displayed and correlation flags., What is the maximum number of custom data points recommended by Salesforce to ensure sends speeds are not affected when inserting into the built-in send log?, A. 20 fields or less, B. 10 fields or less, C. No limit, D. 5 fields or less, Answer: C, , ]

A developer is troubleshooting the cause of incomplete results in the link tracking data for an email send. How should the RedirectTo AMPscript function be described as it relates to link tracking'


A. It ensures link href values containing AMPscript variables are recorded in tracking


B. It ensures link href values containing HTML bookmarks or anchors are recorded in tracking


C. It prevents link href values from getting recordedin tracking


D. It ensures static link href values are recorded in tracking





A.
  It ensures link href values containing AMPscript variables are recorded in tracking


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?


A. Job


B. Sent


C. Journey


D. Subscribers





B.
  Sent

Explanation:

The Sent data view contains records of all emails that have been sent, including details such as JobID, EventDate, and other relevant information. To gather the required information about emails deployed in the last seven days, the Sent data view should be used.

Query Example:

SELECT JobID, EventDate, COUNT(*) as SentCount FROM _Sent WHERE EventDate >= DATEADD(day, -7, GETDATE()) GROUP BY JobID, EventDate [: Salesforce Data Views, , ]

NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirmation email to their customers. Which API object and attribute should be used toretrieve the status of the API call?


A. Result Object and EmailAddress


B. Result Object and ConservationID


C. ResultItem Object and OrderID


D. ResultItem Object and RequestID





D.
  ResultItem Object and RequestID

Explanation:

To retrieve the status of an asynchronous SOAP API call to the TriggerSend object, you should use the ResultItem object along with the RequestID attribute.

ResultItem Object: This object provides detailed information about the status of each individual request made within the API call.

RequestID Attribute: This unique identifier is used to track and retrieve the status of the specific API request.

[: Salesforce SOAP API Developer Guide, , , ]

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?


A. TriggerSend object and Update method


B. TriggerSend object and Create method


C. TriggerSendDefinition object and Execute method


D. TriggerSendDefinitionobject and Update method





B.
  TriggerSend object and Create method


Page 1 out of 40 Pages