Question 71

Refer to the exhibits.


A Mule application contains a Choice router. What is logged when the flow completes?
  • Question 72

    Refer to the exhibits.


    The Batch job processes an array of strings.
    What information is logged by the logger component after the batch job scope completes processing of the input payload?
  • Question 73

    A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation.
    What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?
  • Question 74

    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?
  • Question 75

    Refer to the exhibit.

    What should be changed to fix the 415 error?