Marketing-Cloud-Developer Exam Question 71

Certification Aid uses Marketing Cloud Connect and wants to create a lead capture form on a landing page.
When a customer submits the form, a Lead record should be created in Salesforce. Which scripting language can be used for this? Choose 2.
  • Marketing-Cloud-Developer Exam Question 72

    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'?
  • Marketing-Cloud-Developer Exam Question 73

    A customer wants to export send data to their SFTP. Which two automationswould accomplish this? Choose 2
  • Marketing-Cloud-Developer Exam Question 74

    A marketer is troubleshooting why an email send's tracking information is not available in Sales Cloud. The marketer confirms MarketingCloud Connect is installed properly. What should be confirmed next to continue troubleshooting the send's tracking information?
  • Marketing-Cloud-Developer Exam Question 75

    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?