mcd-level-1 question 209 discussion

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

Question 209

What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path
attribute?

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

C


Explanation:
URL parameters are always accessed using { } like => {customerID}

User Votes:
A
50%
B 1 votes
50%
C 17 votes
50%
D
50%
Discussions
0 / 1000
acwork
10 months, 2 weeks ago

The correct answer is C