nerdexam
MuleSoft

MCD-LEVEL-1 · Question #209

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

The correct answer is C. {customerID}. URL parameters are always accessed using { } like => {customerID}

Mule 4 Application Development

Question

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

Exhibit

MCD-LEVEL-1 question #209 exhibit

Options

  • A#[customerID]
  • B$[customerID]
  • C{customerID}
  • D(customerID)

How the community answered

(45 responses)
  • B
    2% (1)
  • C
    93% (42)
  • D
    4% (2)

Explanation

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

Topics

#HTTP Listener#URI parameter#path syntax#curly braces

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice