What is the value of payload displayed in debugger at this breakpoint?

Refer to the exhibits. The Mule Application is being debugged in Anypoint Studio and stops at breakpoint . What is the value of payload displayed in debugger at this breakpoint?A . ProcessingB . BeginC . FinishedView AnswerAnswer: B

January 5, 2022 No Comments READ MORE +

What is valid RAML to specify a method to update the details for a specific department?

A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices. What is valid RAML to specify a method to update the details for a specific department? A) B) C) D) A . Option...

January 5, 2022 No Comments READ MORE +

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 +