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 27, 2022 No Comments READ MORE +

What is the correct expression to map it to port value?

As a part of requirement, application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?A . { port : p('db.port')} B. { port : {db:port}} C. { port : p['db.port']} D. Application property cannot be accessed in DataweaveView...

October 27, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

October 27, 2022 No Comments READ MORE +

What export options create the smallest deployable archive that will successfully deploy to CloudHub?

A Mule project contains a MySQL Database dependency. The project is exported from Anypoint Studio so it can be deployed to CloudHub. What export options create the smallest deployable archive that will successfully deploy to CloudHub? What export option create their smallest deployable archive that will successfully deploy to CloudHub?...

October 26, 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 26, 2022 No Comments READ MORE +

What is not the function of API Gateway?

What is not the function of API Gateway?A . Determine which traffic is authorized to pass through the API to backend services B. Meter the traffic flowing through C. Logs all transactions, collecting and tracking analytics data D. Specify throttling, security and other policiesView AnswerAnswer: D Explanation: Correct answer is...

October 26, 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 26, 2022 No Comments READ MORE +

What response message is returned to the web client?

Refer to the exhibits. The Mule application does NOT define any global error handlers. A web client sends a POST request to the Multi application with this input payload The File Write operation throws a FILECONNECTIVITY error What response message is returned to the web client?A . "ORDER NOT_CREATED" B....

October 26, 2022 No Comments READ MORE +

What values are accessible to the Logger at the end of the flow after a web client submit request to http://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 to http://local:801/order?color=red?A . payload B....

October 26, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

October 26, 2022 No Comments READ MORE +