Which activities should the developer build to generate the data before transferring it to the SFTP?

A marketing director at Northern Trail Outfitters wants to analyze the Send, Click, and Open Data Views. Which activities should the developer build to generate the data before transferring it to the SFTP?A . Query Activity > Tracking ExtractB . Data Views Extract > Filter ActivityC . Filter Activity >...

January 14, 2021 No Comments READ MORE +

Which two automations would accomplish this?

A customer wants to export send data to their SFTP. Which two automations would accomplish this? Choose 2A . Tracking ExtractB . Tracking Extract > File TransferC . Query (Data Views) > Data Extension Extract > File TransferD . Query (Data Views) > File TransferView AnswerAnswer: B,C

January 14, 2021 No Comments READ MORE +

How should the developer write this AMP script conditional statement?

A developer wants to include an AMP script if/else statement in an email to satisfy the condition "if the subscriber's tier is not premier then display heading encouraging them to upgrade." The tier value has already been set as variable named @level. How should the developer write this AMP script...

January 14, 2021 No Comments READ MORE +

Which SSJS statement will retrieve the value of the AMP script variable named subKey?

A developer wants to expand the functionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates. Which SSJS statement will retrieve the value of the AMP script variable named subKey?A . Var.Get("subKey");B . Variable.GetTValue (''@subKey") ;C . Variable.SetValue("subKey", "Value");D . Var.Retrieve("@subKey");View AnswerAnswer:...

January 13, 2021 No Comments READ MORE +

Which feature should handle this scenario?

A developer wants to design a custom subscription center in CloudPages. The developer prefers to code in AMPscript, but is also skilled in Server-Side JavaScript. While the developer is confident their code is of high quality, they would still like to handle unexprected errors gracefully to ensure the best user...

January 13, 2021 No Comments READ MORE +

What set of Server-Side JavaScript activities should the developer use?

A developer wants to retrieve daily JSON data from a customer's API and write it to a data extension for consumption in Marketing Cloud at a later time. What set of Server-Side JavaScript activities should the developer use?A . Platform.Function.InvokeRetrieve(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();B . Platform.Function.HTTPGet(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();C . Platform.Function.InvokeRetrievef); Platform.Function.Stringify(); Platform.Function.UpsertDE();D...

January 13, 2021 1 Comment READ MORE +

Which option should be used?

A developer needs to configure an Email Send Logging Data Extension for a new business unit. Which option should be used?A . Create and ensure it has the name "Send Log"B . Salesforce Support should create the data extensionC . Create from a copy of an existing Send Log in...

January 13, 2021 No Comments READ MORE +

Which set of parameters should be captured and provided to the LongUnsubEvent Execute Call to ensure accurate unsubscribe information?

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 JobIDB . SubscriberID and BatchIDC . EmailAddress and JobIDD . SubscriberKey...

January 13, 2021 No Comments READ MORE +

Which two objects are required to successfully create a TriggeredSend object?

Northern Trail Outfitters is using a mobile campaign to collect 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 TriggeredSend object? Choose 2 answersA . SubscribersB...

January 12, 2021 No Comments READ MORE +

Which three encryption options could be used when creating a new key in Key Management?

Clock Kicks would like to encrypt and store form data submitted from a CloudPage in a data extension using AMPscript. Which three encryption options could be used when creating a new key in Key Management? Choose 3A . SAMLB . AsymmetricC . RSAD . SaltE . SymmetricView AnswerAnswer: B

January 12, 2021 No Comments READ MORE +