Official Bank 0/189

Salesforce Certified Marketing Cloud Engagement Developer Exam (MCE-DEV-201) - Salesforce Exam Questions

Last updated on July 22, 2026

97% Exam Compliance
189 Total Questions
1
Question
A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?
Options
A 1
B 3
C 4
D 5
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which of the followingis a valid comment within an AMPscript code block? Choose 1.
Options
A // comment
B --comment
C - comment -->
D /* comment */
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
A developer wants to retrieve all recordsin the OrderDetails data extension which are associated with a particular customer.

Which two AMPscript functions would return a suitable rowset? Choose 2 answers
Select 2
Options
A LookupOrderedRows
B LookupRows
C Lookup
D Row
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
A developer wants to configure performance tracking of the content dynamically created via AMPscript in an email. Which two steps should be performed to achieve this objective? Choose 2
Select 2
Options
A Include the functions BeginImpressionRegion and EndImpressionRegion
B Configure dynamic content block in Content Builder
C Add a unique identifier in the HTML tags within the generated content
D Request theImpression Tracking feature be enabled on the account
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Certification Aid uses Marketing Cloud Connect and wants to create a lead capture form on a landing page. When a customer submits the form, a Lead record should be created in Salesforce. Which scripting language can be used for this? Choose 2.
Select 2
Options
A SSJS to create Salesforce record, AMPscript for form handling.
B AMPscript to create Salesforce record, SSJS for form handling.
C SSJS for whole functionality.
D AMPscript for whole functionality.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.