ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 113 - Certified Marketing Cloud Developer discussion

Report
Export

A developer wants to expand the functionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates.

Which SSJS statement will retrieve the value of the AMPscript variable named subKey?

A.
Var.Get("subKey");
Answers
A.
Var.Get("subKey");
B.
Variable.GetTValue (''@subKey") ;
Answers
B.
Variable.GetTValue (''@subKey") ;
C.
Variable.SetValue("subKey", "Value");
Answers
C.
Variable.SetValue("subKey", "Value");
D.
Var.Retrieve("@subKey");
Answers
D.
Var.Retrieve("@subKey");
Suggested answer: B
asked 23/09/2024
Gerald Saraci
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first