ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 131 - Certified Marketing Cloud Developer discussion

Report
Export

A developer wants to aggregate monthly energy usage data over a four month period for each subscriber within an email. The monthly usage values are stored in variables for each month in the following way:

How should the developer use AMPscript to generate the total?

A.
SET @total - (@jan - 3fet - @mar @apr>
Answers
A.
SET @total - (@jan - 3fet - @mar @apr>
B.
SET @total = AZD((@jan @feb) @mar) @apr)
Answers
B.
SET @total = AZD((@jan @feb) @mar) @apr)
C.
SET @total - ADD(@jan,ADD(@feb,ADD(@mar,@apr)))
Answers
C.
SET @total - ADD(@jan,ADD(@feb,ADD(@mar,@apr)))
D.
SET @total = (ADD(@jan,@feb), ADD(@mar, @apr))
Answers
D.
SET @total = (ADD(@jan,@feb), ADD(@mar, @apr))
Suggested answer: C
asked 23/09/2024
safiqueahmed kazi
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first