mcd-level-1 question 223 discussion

View all MuleSoft Certified Developer - Level 1 (Mule 4) Exam here
back to mulesoft forum

Question 223

Refer to the exhibit.

What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener's path
attribute?

  • A. (customerlD)
  • B. {customerlD} Most Votes
  • C. #[customerlD]
  • D. ${ customerID}
Answer:

B


User Votes:
A 2 votes
50%
B 27 votes
50%
C 1 votes
50%
D 4 votes
50%
Discussions
0 / 1000
acwork
1 year ago

The answer A could be some function's parameter, C could be a DataWeave expression, D could be used as something from the config file, and B is the correct answer, because the syntax in this case asks for a variable in curly braces.