Practice Free Salesforce Certified Marketing Cloud Engagement Developer Exam Online Questions
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 developer uses an API to send data to a Marketing Cloud data extension once every five minutes using the REST API. They notice data does not always write to the data extension, leading to data loss.
Which three best practices are recommended to avoid this issue? Choose 3 answers
- A . In case of ‘Not Authorized’ errors, request a new Access Token and attempt the call again.
- B . In case of Server errors, request a new Access Token before each request.
- C . In case of Server errors, ensure the Server is available and attempt the call again.
- D . Use Username and Password authentication instead of oAuth client ID and client secret.
- E . Store the expiry of the access token to ensure a new token is requested if the old one is invalid.
A company needs to retrieve a large number of rows from a data extension via the API.
Which two solutions would optimize the performance? Choose 2 answers
- A . Use the REST API instead of the SOAP API.
- B . Use the AMPscript API functions on a CloudPage.
- C . Use the ContinueRequest feature.
- D . Use a SimpleFilterPart to retrieve small sets of relevant data.
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?
- A . SOAP does not support POST; use REST
- B . The authentication token has expired.
- C . It may be a temporary network issue.
- D . ‘SentEvent’ is not able to be updated using SOAP.
Northern Trail Outfitters (NTO) uses a numeric identifier for Subscriber Key. Customer data is stored in a data extension with the Subscriber Key set as a Primary Key.
Which step is required for NTO when creating relationships for this data extension in Data Designer’
- A . Link the Contact ID to the Subscriber Key when creating the relationship
- B . Use a one-to-one cardinality when creating the relationship
- C . Link the Contact Key to the Subscriber’s email address when creating the relationship
- D . Set Subscriber Key as a text data type before linking the data extension to Contact Key
Which SSJS library can be used in email messages? Choose 1.
- A . Both
- B . Platform
- C . None
- D . Core
What can be created in Attribute Groups within Contact Builder? Choose 2.
- A . Data Extensions
- B . Relationships
- C . Populations
- D . Attribute Groups
A customer wants to export send data to their SFTP.
Which two automations would accomplish this? Choose 2
- A . Tracking Extract
- B . Tracking Extract > File Transfer
- C . Query (Data Views) > Data Extension Extract > File Transfer
- D . Query (Data Views) > File Transfer
Which encryption methods are supported in file imports? Choose 2.
- A . PGP
- B . GPG
- C . AES
- D . SSH
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
- 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