nerdexam
MuleSoft

MCD-LEVEL-1 · Question #205

Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows What path value should be set in HTTP listener configuration so that…

The correct answer is C. */status. Correct answer is */status as it is the correct way to use wildcards while configuring path value in

Mule 4 Application Development

Question

Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source? A. *[order,customer]/status B. ?[order,customer]/status C. */status D. *status

Exhibit

MCD-LEVEL-1 question #205 exhibit

Options

  • A*[order,customer]/status
  • B?[order,customer]/status
  • C*/status
  • D*status

How the community answered

(20 responses)
  • B
    5% (1)
  • C
    90% (18)
  • D
    5% (1)

Explanation

Correct answer is */status as it is the correct way to use wildcards while configuring path value in

Topics

#HTTP Listener#path wildcard#URI pattern#REST API

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice