A developer needs to know how many records are contained in a particular data extension. This will dictate what is displayed on a landing page.
Which AMPscript function returns the number of rows in a specified data extension?
Correct Answer:
C
A developer needs to display a value which has been calculated using an AMPscript block. This value is stored in the variable named 'Label'.
Which two ways should the developer display this value in the body of an email? Choose 2 answers
Correct Answer:
AC
A developer wants to design a custom subscription center in CloudPages. The developer prefers to code in AMPscript, but is also skilled in Server-Side JavaScript. While the developer is confident their code is of high quality, they would still like to handle unexprected errors gracefully to ensure the best user experience. Which feature should handle this scenario?
Correct Answer:
A
Which encryption methods are supported in file imports? Choose 2.
Correct Answer:
AB
A developer is querying data from the _Bounce data view and storing it in a data extension. They have found that sometimes the fields SMTPBounceReason and SMTPCode exceed the 4000-character limits for each field as specified in the DE schema. After consulting with the original requestor, it was decided that they could simply store the first 4000 characters for each of those fields.
Which SQL function could be used for this purpose?
Correct Answer:
C