marketing-cloud-developer question 133 discussion

View all Certified Marketing Cloud Developer here
back to salesforce forum

Question 133

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'?

  • A. 3
  • B. 1
  • C. 5
  • D. 4
Answer:

B


User Votes:
A 1 votes
50%
B 2 votes
50%
C
50%
D
50%
Discussions
0 / 1000
carloscuartasm
1 year, 8 months ago

Response is B. 1