Question 11

A developer receives a 401 Unathorized HTTP status message from a REST API request. What is the reason for this error?
  • Question 12

    Certification Aid wants to include SSJS in an email message. Which code block can be used for this? Choose 2.
  • Question 13

    A developer identified duplicate contacts and initiated a Contact Delete process for 10 milion subscribers. How could the process be expedited?
  • Question 14

    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 = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?
  • Question 15

    A developer wants to use the Marketing Cloud SOAP API to retrieve which subscribers were sent a particular email. Which SOAP API object should be used?