ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 219 - MCD - Level 1 discussion

Report
Export

Refer to the exhibits.

The mule application implements a REST API that accepts GET request from two URL's which are as follows

1) http://acme.com/order/status

2) http://acme.com/customer/status

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
Answers
A.
*[order,customer]/status
B.
?[order,customer]/status
Answers
B.
?[order,customer]/status
C.
*/status
Answers
C.
*/status
D.
*status
Answers
D.
*status
Suggested answer: C

Explanation:

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

asked 18/09/2024
adnan ayyash
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first