Practice Free Salesforce Certified Marketing Cloud Engagement Developer Exam Online Questions
A developer wants to create a Send Log Data Extension to increase efficiency with tracking email sends.
Which two best practices should the developer remember when configuring the Send Log Data Extension? Choose 2 answers
- A . Use Data Retention to limit the amount of data captured.
- B . Limit custom fields in the data extension to 10 or fewer.
- C . Create a number of fields equal to the fields in the source data extension.
- D . Maximize the field size to accommodate all incoming data.
What parameter should a developer include to ensure the MobileConnect Contact is tied to the Email Contact when making a QueueMO call for an existing email subscriber?
- A . mobilenumbers
- B . phonenumbers
- C . emailaddress
- D . subscribers
A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture tool will call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension’s name should match the name of the form exactly.
Which API feature could the developer use to dynamically create these data extensions?
- A . SOAP API using Create Method and the DataExtension Object
- B . REST API using POST on the /interaction/v1/EventDefinitions endpoint with Schema populated
- C . REST API using POST on the /data/v1/customobjectdata/ endpoint
- D . Creating the data extension using API is not possible
NTO puts the word TEST at the beginning of the name for each test email.
Which query would return the subs who were sent those emails?
- A . SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE ‘TEST%’
- B . SELECT * FROM _Job INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE ‘TEST%’
- C . SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE ‘TEST%’
- D . SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = ‘TEST%’
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 to successfully create a TriggerSend object? Choose 2
- A . Attribute
- B . TriggerSendDefinition
- C . Contact
- D . Subscribers
When do synchronous REST API calls to Marketing Cloud time out? Choose 2.
- A . 240 seconds for tracking and data retrieve operations.
- B . 300 seconds for tracking and data retrieve operations.
- C . 120 seconds for non-tracking operations.
- D . 240 seconds for non-tracking operations.
A developer is creating a custom preference center and wants to log unsubscribe events from the CloudPage.
Which set of parameters should be captured and provided to the LongUnsubEvent Execute Call to ensure accurate unsubscribe information?
- A . SubscriberKey and JobID
- B . SubscriberID and BatchID
- C . EmailAddress and JobID
- D . SubscriberKey and BatchID
A developer is notified the View Email As Web Page (VAWP) link, when clicked, displays the message, The system is temporarily unavailable. We apologize for any inconvenience. Please try again later.
What could be a possible cause for the error
- A . The data in the data extensions used at the time of send was overwritten.
- B . The email used at the time of send was deleted, updated, or moved.
- C . The sender profile used at the time of send was overwritten.
- D . The data extension used at the time of send was moved to another folder.
Which SSJS library can be used in landing pages? Choose 1.
- A . None
- B . Core
- C . Both
- D . Platform
A developer wants to retrieve all records in the OrderDetails data extension which are associated with a particular customer.
Which two AMPscript functions would return a suitable rowset?
Choose 2 answers
- A . LookupRows
- B . LookupOrderedRows
- C . Row
- D . Lookup