Question 36
What can be created in Attribute Groups within Contact Builder? Choose 2.
Question 37
A particular data extension need to be configured to store six months of dat a. How should data retention be added to the data extension in Email Studio?
Question 38
A developer is leveraging the SOAP API to dynamically display Profile and Preference Attributes in a custom profile center. Which method could be used to support the dynamic functionality?
Question 39
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?
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?
Question 40
A developer needs to write AMPscript to ensure the expiration date on a coupon is the last day of the month. What would produce the desired result?
