Which query should the developer use?

A developer wants to build an audience by identifying subscribers who opened a specific email. Which query should the developer use?A . SELECT * FROM _Open WHERE ListID = '1234'B . SELECT * FROM _Open WHERE JobID = "1234"C . SELECT SubscriberID FROM _Open WHERE JobID = "1234"D . SELECT...

January 8, 2021 No Comments READ MORE +

What is the first thing the developer should check?

A developer identified a use case where a triggered send of an email is needed. The developer already successfully set up authentication with a Client ID and Client Secret has used them in several REST calls. When the REST call is made, a "401 Unauthorized" error is returned. What is...

January 8, 2021 No Comments READ MORE +

Which is the expected value of @value if x = 'Tacos'?

A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value...

January 7, 2021 No Comments READ MORE +

Which two outcomes are possible using this function?

A developer wants to use the RaiseError Ampscript function when a subscriber does not have the necessary data to build an email. Which two outcomes are possible using this function? Choose 2 answerA . The send failsB . The email is not sent to the particular subscriberC . An error...

January 6, 2021 No Comments READ MORE +

Which two factors should be considered when batch deleting large volumes of contacts?

A developer initiated a batch delete of Contacts in Contact Builder due to an import error during implementation. There are over two million records that need to be deleted. Which two factors should be considered when batch deleting large volumes of contacts? Choose 2 answersA . Up to one million...

January 6, 2021 1 Comment READ MORE +

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.

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...

January 6, 2021 No Comments READ MORE +

When could the Contact be reintroduced after a Contact Delete operation has started?

A developer want to email a subscriber who is currently being processed for a Contact Deletion request. When could the Contact be reintroduced after a Contact Delete operation has started?A . NeverB . 14 days after deletion process is completeC . After deletion is fully completeD . AnytimeView AnswerAnswer: C

January 6, 2021 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 . BothB . PlatformC . NoneD . CoreView AnswerAnswer: B

January 6, 2021 No Comments READ MORE +

The Contact Delete feature can be used within an Enterprise 2.0 account from which business unit?

The Contact Delete feature can be used within an Enterprise 2.0 account from which business unit?A . Only in Agency accountsB . The Parent accountC . Any business unitD . The business unit where the contact was introducedE . None of theseView AnswerAnswer: D

January 6, 2021 No Comments READ MORE +

Which two configurations should be used for the automation to successfully start?

A developer is configuring a File Drop Automation and wants to use a Filename Pattern to allow for timestamps on the file. The file name will always start with the month and day (e.g. MAY15) the file is dropped onto the SFTP site. Which two configurations should be used for...

January 6, 2021 No Comments READ MORE +