Checklist progress
0/109Learned
Marketing Cloud Engagement Developer
Study Checklist
Checklist progress
0/109Learned
Given a scenario, demonstrate knowledge of AMPscript and SSJS language syntax and functions.
0/32
What is the purpose of `%%[` and `]%%` vs. `%%= =%%` in AMPscript, and when should each be used?
Learn this conceptWhat is the correct AMPscript syntax to declare and output a variable?
Learn this conceptWhat does the AMPscript `IIF()` function do, and how is it used as an inline conditional?
Learn this conceptWhat is the difference between the AMPscript functions `LookupRows()` and `LookupOrderedRows()`?
Learn this conceptWhat does the AMPscript function `InsertData()` do, and how does it differ from `UpsertData()`?
Learn this conceptWhat does the AMPscript `DeleteData()` function do and what parameters does it accept?
Learn this conceptWhat is the AMPscript `AttributeValue()` function and in what context is it typically used?
Learn this conceptHow does the `ContentBlockByID()` AMPscript function differ from `ContentBlockByKey()`?
Learn this conceptWhat is the purpose of the AMPscript `TreatAsContent()` function and when would a developer use it?
Learn this conceptHow is data serialized and deserialized in SSJS?
Learn this conceptImplement standard development best practices using Marketing Cloud programming languages.
0/9
Describe how Marketing Cloud handles AMPscript processing.
0/7
Given a customer scenario, determine how to programmatically exclude a subscriber at email send time.
0/4
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Marketing Cloud Engagement Developer studiers.
AMPscript provides Base64Encode() and Base64Decode() functions to convert plain text to and from Base64-encoded binary data. These functions facilitate data transfer by encoding strings into a format suitable for systems that require text-based representation of binary information.