Practice Free Salesforce Certified Marketing Cloud Engagement Developer Exam Online Questions
A developer is troubleshooting why an API client Jd and chent_secret are authenticating yet failing to access data from a child business unit.
What should be checked to validate the installed package can access the child business unit data?
- A . The Installed Package has full Enterprise access to all available child business units
- B . The Installed Package has access to the selected child business unit
- C . The account id and parent MID are included in the authorization call
Customer data has been imported into a staging data extension and needs to be normalized before adding into the master data extension. A text field named ‘birthday’ contains date values in various formats. Some of the values are valid dates, but some are not.
Which SQL keywords and functions could be used to write the query” Choose 2 answers
- A . CASE, ISDATE, CONVERT
- B . WHERE, ISDATE, CONVERT
- C . CASE, ISDATE, CAST
- D . UPDATE, ISDATE, CONVERT
A developer needs to create a fully-branded CloudPage which includes images hosted in Content Builder. The developer wants to secure the page and its elements using the SSL protocol.
What is the minimum number of SSL certificates required?
- A . Three
- B . Two
- C . None
- D . One
Certification Aid wants to implement a custom profile center using SOAP API.
Which SOAP API methods are relevant to achieve this? Choose 2.
- A . Extract
- B . Describe
- C . Update
- D . Configure
Northern Trails Outfitters is using REST API to send emails to customers after a purchase.
Which considerations should be taken regarding the token used in the API Call?
- A . Make a token API call and re-use the token until the next API call fails.
- B . Make a token API call before each triggered send API call.
- C . Make a token API call and re-use the token for that subscriber.
- D . Make a token API call and re-use the token until the token expires.
Northern Trail Outfitters (NTO) wants to prevent competitors from receiving a coupon email. They also want to capture email addresses of competitors who are included in the targeted audience.
Which feature could NTO use to prevent the coupon from being sent and report the email addresses skipped?
- A . Auto-Suppression list
- B . RaiseError AMPscript function
- C . Exclusion Script
- D . Try/Catch SSJS functions
A company need to retrieve a large number of rows from a DE via the API.
Which two solutions would optimize the performance? Choose 2
- A . Use a SimpleFilterPart to retrieve small sets of relevant data.
- B . Use AMPscript API functions on a CloudPage
- C . Use the ContinueRequest feature
- D . Use the REST API instead of the SOAP API
A developer is writing a query to select unique subscribers who opened any emails sent since the beginning of the previous day.
Which query would provide that result?
A)
B)
C)
- A . Option A
- B . Option B
- C . Option C
A developer wants to populate a data extension with information about all emails deployed in the last seven days. The data extension needs to 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
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’
- 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 the EmailAddress data type.