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?

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...

October 25, 2022 No Comments READ MORE +

What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?

What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?A . Data layer B. Process layer C. Experience layer D. System layerView AnswerAnswer: D Explanation: Correct answer is System layer System APIs provide a means for insulating the data consumers from the complexity...

October 25, 2022 No Comments READ MORE +

What does C4E stands for in MuleSoft recommended IT operating model?

What does C4E stands for in MuleSoft recommended IT operating model?A . Centre for Empowerment B. Centre for Engagement C. Centre for Enablement D. Centre for ExcellenceView AnswerAnswer: C Explanation: Centre for Enablement (C4E) is an IT operating model that enables an enterprise to build reusable assets, accumulate API’s, leverage...

October 25, 2022 No Comments READ MORE +

Which of the below is not the mandatory configurations for HTTP Listener?

Which of the below is not the mandatory configurations for HTTP Listener?A . Path B. Allowed methods C. HTTP port in Connector Configuration D. HTTP host in Connector ConfigurationView AnswerAnswer: B Explanation: Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all...

October 25, 2022 No Comments READ MORE +

What payload and status code are returned to the web client?

Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error. What payload and status code are returned to the web client?A . Response body: "Error" Default response status code: 200B . Response body: "Success - Begin* Default response status...

May 1, 2021 No Comments READ MORE +

How many private flows does APIKIT generate from the RAML specification?

Refer to the exhibit. How many private flows does APIKIT generate from the RAML specification?A . 1B . 2C . 3D . 4View AnswerAnswer: D

April 30, 2021 No Comments READ MORE +

What values are accessible to the Logger at the end of the flow after a web client submit request tohttp://local:801/order?color=red?

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations. What values are accessible to the Logger at the end of the flow after a web client submit request tohttp://local:801/order?color=red?A . payloadB . payload...

April 30, 2021 No Comments READ MORE +

What is written to the records.csv file when the flow executes?

Refer to the exhibits. What is written to the records.csv file when the flow executes?A . The JSON payloadB . An error messageC . NothingD . The payload convert to CVSView AnswerAnswer: A

April 30, 2021 No Comments READ MORE +

What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?

What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?A . The payload is: $(payload)B . #["The payload is: " ++ payload]C . The payload is: #[payload]D . #["The payload is: " + payload]View AnswerAnswer: B

April 29, 2021 No Comments READ MORE +

example?

Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example? A) B) C) D) A . Option AB . Option BC . Option CD...

April 29, 2021 No Comments READ MORE +