Which of the following resources are relevant to inject Contacts into the journey using the REST API?

Certification Aid created a journey and event definition in Marketing Cloud. Which of the following resources are relevant to inject Contacts into the journey using the REST API? Choose 2.A . POST /eventDefinitions/key:{key} or /eventDefinitions/{id} B. POST /interaction/v1/events C. POST /interaction/v1/interactions/contactentry D. GET /eventDefinitions/key:{key}View AnswerAnswer: B,C

January 4, 2023 No Comments READ MORE +

Which three scenarios could have caused this?

A developer needs to determine why a Query Activity in an Automation has failed. Which three scenarios could have caused this? Choose 3 answersA . The query takes more than 60 minutes to run. B. The query is returning more than one million rows. C. The query results in duplicate...

January 4, 2023 No Comments READ MORE +

How could the developer validate if the email was successfully sent?

A developer uses the messageDefinitionSends REST API endpoint to send a triggered send email. This method returns a 202 (success) response code. How could the developer validate if the email was successfully sent?A . Use the messageDefinitionSend/key:(key)/deliveryRecords REST endpoint with GET method B. The 202 response code indicates the message...

January 3, 2023 No Comments READ MORE +

Which query would accomplish this?

A developer wants to populate a data extension with the date of the most recent click for each subscriber. Which query would accomplish this?A . SELECT TOP 1 c.SubscriberKey, c.eventDate FROM _Click c ORDER BY c.eventDate DESC B. SELECT c.SubscriberKey, MIN (c.eventDate) AS eventDate FROM _Click c GROUP BY c.SubscriberKey...

January 3, 2023 No Comments READ MORE +

Which two values would return $6.96?

A developer has a text field in a data extension they want to format using the FormatCurrency AMPscript function. Which two values would return $6.96? Choose 2A . 6,961 B. 6.96 C. $6.96 D. 6.96View AnswerAnswer: C,D

January 3, 2023 No Comments READ MORE +

In which way could the developer create the CTA link?

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 CloudPagesURL function. B. Append EmailAddress to the URL as an encoded parameter....

January 3, 2023 No Comments READ MORE +

Which SSJS library can be used in email messages? Choose 1.

Which SSJS library can be used in email messages? Choose 1.A . Both B. Platform C. None D. CoreView AnswerAnswer: B

January 2, 2023 No Comments READ MORE +

What is the maximum number of Populations that should be created to ensure performance?

A doctor's office creates Populations for staff, patients and vendors. What is the maximum number of Populations that should be created to ensure performance?A . Five B. Three C. Unlimited D. OneView AnswerAnswer: B

January 2, 2023 No Comments READ MORE +

Which best practice should the developer follow to control the unique and default content?

A developer created a landing page in CloudPages which return unique content when subscriber data is located on a related data extension. The developer does not know if all subscribers have rows in the related data extension, and want default content to render if no subscriber data is found on...

January 2, 2023 No Comments READ MORE +

Which dataview would they query to identify all subscribers who are unsubscribed from that Business Unit?

Northtrn Trail Outfitters has set up their North American business unit to unsubscribe at the business unit level. Which dataview would they query to identify all subscribers who are unsubscribed from that Business Unit?A . ListSubscribers B. ENT._Subscribers C. _BusinessUnitUnsubscribes D. .SubscribersView AnswerAnswer: C

January 2, 2023 No Comments READ MORE +