Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?

A Mule application contains a global error handler configured to catch any errors. Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?A . A configuration properties fileB . Nowhere, the global error handler is automatically...

January 5, 2022 No Comments READ MORE +

What attribute you would change in ClientRequestFlow to make this implementation work successfully?

Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP: METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow. What attribute you would change in ClientRequestFlow to make this implementation work successfully?...

January 5, 2022 No Comments READ MORE +

What is the correct way to create a user?

Refer to the exhibit. What is the correct way to create a user? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B

January 5, 2022 No Comments READ MORE +

What attribute you would change in ClientRequestFlow to make this implementation work successfully?

Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP: METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow. What attribute you would change in ClientRequestFlow to make this implementation work successfully?...

January 5, 2022 No Comments READ MORE +

Which keyword do you use to create a new function in DataWeave?

Which keyword do you use to create a new function in DataWeave?A . functionB . funC . funcD . mapView AnswerAnswer: B Explanation: You can define your own DataWeave functions using the fun declaration in the header of a DataWeave script. Sample is as below. ---------------------------------------- %dw 2.0 output application/json...

January 4, 2022 No Comments READ MORE +

From which application, Organization Administrators can approve/revoke/delete SLA tier access requests

From which application, Organization Administrators can approve/revoke/delete SLA tier access requestsA . API ExchangeB . API PortalC . API GatewayD . API ManagerView AnswerAnswer: D Explanation: Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only

January 4, 2022 No Comments READ MORE +

http://dev.acme.com/api/patients?

What should this endpoint return considering the API is build using standard practices? http://dev.acme.com/api/patients?year=2021A . Patient with id 2021B . Patients from year 2021C . No patientsD . All patientsView AnswerAnswer: B Explanation: Correct answer is Patients from year 2021. The thing to note here is that year is not...

January 4, 2022 No Comments READ MORE +

How does APIkit determine the number of flows to generate from a RAML specification?

How does APIkit determine the number of flows to generate from a RAML specification?A . Creates a separate flow for each resourceB . Creates a separate flow for each HTTP methodC . Creates a separate flow for each response status codeD . Creates a separate flow for each resource that...

January 3, 2022 No Comments READ MORE +

What is the correct DataWeave code to define the newProdCode function?

A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code. What is the correct DataWeave code to define the newProdCode function?A . fun newProdCode{itemID: Number, productCategory: String) ―> "PC-" ++...

January 3, 2022 No Comments READ MORE +

What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of 100 to the order?

Refer to the exhibits. The Set Payload transformer in the addltem child flow uses DataWeave to create an order object. What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of...

January 3, 2022 No Comments READ MORE +