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
0%
B 1 votes
5%
C 19 votes
95%
D
0%
Discussions
0 / 1000
acwork
1 year ago

The correct answer is C