Marketing-Cloud-Developer Exam Question 101

A developer is creating a custom preference center and wants to log unsubscribeevents from the CloudPage.
Which set of parameters should be captured and provided to the LongUnsubEvent Execute Call to ensure accurate unsubscribe information?
  • Marketing-Cloud-Developer Exam Question 102

    Which of the following is a valid comment within an AMPscript code block? Choose 1.
  • Marketing-Cloud-Developer Exam Question 103

    NTO uses data extensions to manage the subscriber information used for their email sends, and those sends includes calls to update records with new or different subscriber information. The developer handling these records writes some AMPscript to check and see if the data extension containing those records updated using an InsertDE() call if the record doesn't yet exist. Why would the developer receive an error stating the application cannot insert a duplicate value for the primary key in the data extension?
  • Marketing-Cloud-Developer Exam Question 104

    A sendable data extension with a text field named 'Balance'contains the value S6.96 for a particular record.
    The following AMPscript statement is included in an email:
    IF (Balance > 6.00) THEN
    SET @Result = 'Balance is more than $6.00
    ENDIF
    Why would this IF statement yield unintended results?
  • Marketing-Cloud-Developer Exam Question 105

    A marketer is planning a weekly promotionalsend.
    Which two types of data extensions could be sent to?
    Choose 2 answers