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 2 out of 40 Pages

A developer needs to push real-time updates of the company's product catalog to a data extension. Which two API options are available? Choose 2 answers


A. Use the DataExtensionObject SOAP object


B. Use the /hub/vl/aataevents REST route


C. Use the DataExtension SOAP object


D. Upload a file to the Enhanced SFTP for import





A.
  Use the DataExtensionObject SOAP object

B.
  Use the /hub/vl/aataevents REST route


How often should a developer request a new token when making multiple API calls in v1?


A. When changing routes/objects


B. Before every new call


C. Once an hour


D. Every 15 minutes





C.
  Once an hour

Explanation:

A developer should request a new token once an hour when making multiple API calls in v1. Salesforce Marketing Cloud access tokens are typically valid for one hour, and refreshing them every hour ensures that the API calls are authenticated.

References:

Salesforce Marketing Cloud API Token Management

Salesforce Marketing Cloud Authentication

A developer is building an integration with theMarketing Cloud API. Which configuration should be used for the API integration component in the associated Installed Package?


A. Select the minimum required scope for the integration


B. Select all available options to enable package reuse for the futureintegrations


C. Select the 'Require Secret for Web Flor' option


D. Select the 'Admin-approved users are pre-authorized' option under Permitted Users.





A.
  Select the minimum required scope for the integration

Explanation:

When configuring an API integration component in an Installed Package, it is best practice to select the minimum required scope for the integration. This approach ensures that the integration has only the necessary permissions, enhancing security by limiting access to only what is required.

Minimum Required Scope: Selecting only the scopes that are necessary for the integration helps maintain a secure and controlled environment.

[: Salesforce API Integration Best Practices, , , ]

A developer wants to use the Marketing Cloud SOAP API to retrieve which subscribers were sent a particular email. Which SOAP API object should be used?


A. Send


B. ListSend


C. SentEvent


D. LinkSend





C.
  SentEvent

Explanation:

To retrieve which subscribers were sent a particular email using the Marketing Cloud SOAP API, the developer should use the SentEvent (C) SOAP API object. This object records the event when an email is successfully sent to a subscriber.

References:

Salesforce Marketing Cloud SOAP API

SentEvent Object

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?


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.





A.
  Use the AMPscript CloudPagesURLfunction.

Explanation:

To create a Call-To-Action (CTA) link in an email that will display personal information about the subscriber on a landing page, the developer should use the AMPscript CloudPagesURL function (A). This function generates a URL for a CloudPage and can include parameters such as SubscriberKey or EmailAddress, which will be passed to the landing page securely.

Example usage:

rectTo(@url)=%%">View Your Information

This ensures that the SubscriberKey is securely passed to the CloudPage without exposing it directly in the URL.

References:

Salesforce Marketing Cloud AMPscript Guide: CloudPagesURL

Salesforce Marketing Cloud Documentation


Page 2 out of 40 Pages
Previous