mcd-level-1 question 62 discussion

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

Question 62

A Mule application contains two HTTP Listeners, each configured for different API endpoints:
http://acme.com/apis/orders
and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be used to
configure both HTTP Listeners?

  • A. /apis/?
  • B. /apis/
  • C. /apis/orders|customers
  • D. /apis/*
Answer:

D


Explanation:
Option 2 is the correct answer as /api/* accespts everything starting with /api/

User Votes:
A
50%
B 1 votes
50%
C
50%
D 1 votes
50%
Discussions
0 / 1000
Ratte
11 months ago

I think the correct answer is B. The question asks for the config base path not for the listener path