nerdexam
MuleSoft

MCD-LEVEL-1 · Question #62

A Mule application contains two HTTP Listeners, each configured for different API endpoints: What base path value should be set in an HTT? Listener config element so that it can be used to configure…

The correct answer is D. /apis/*. Option 2 is the correct answer as /api/* accespts everything starting with /api/

Building Integration Applications

Question

A Mule application contains two HTTP Listeners, each configured for different API endpoints:

What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?

Options

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

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    3% (1)
  • D
    89% (33)

Explanation

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

Topics

#HTTP Listener#base path#wildcard#Mule configuration

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice