What is the structure of the payload at the end of the flow?

Refer to the exhibits. A web client submits a request to http://localhQst:8081 . What is the structure of the payload at the end of the flow? A) B) C) D ) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D Explanation: Scatter-Gather sends the...

December 28, 2021 No Comments READ MORE +

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?A . Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP ListenerB . Allows CloudHub to automatically register the application with API...

December 28, 2021 No Comments READ MORE +

Which type the interface documentation can be prepared to meet the requirement?

As a part of project requirement, you want to build an API for a legacy client. Legacy client can only consume SOAP webservices . Which type the interface documentation can be prepared to meet the requirement?A . RAML file to define SOAP servicesB . WSDL fileC . JSON fileD ....

December 28, 2021 No Comments READ MORE +

Where is metadata stored in a Mule project

Where is metadata stored in a Mule projectA . Config.yaml fileB . POC . xml fileD . application-types.xmlE . Global ElementView AnswerAnswer: C Explanation: Metadata is stored in application-types.xml flle located under src/main/resources. Mule 4 applications contain an application-types.xml file, which is where metadata around your data types is stored....

December 28, 2021 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...

December 28, 2021 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...

December 28, 2021 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?...

December 28, 2021 No Comments READ MORE +

What data is expected by the POST /accounts endpoint?

Refer to the exhibit. What data is expected by the POST /accounts endpoint? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D

December 28, 2021 No Comments READ MORE +

Which of the module is imported automatically in Dataweave scripts?

Which of the module is imported automatically in Dataweave scripts?A . dw::coreB . dw::SystemC . dw::RuntimeD . dw::CryptoView AnswerAnswer: A Explanation: Core (dw::Core) This module contains core DataWeave functions for data transformations. It is automatically imported into any DataWeave script.

December 27, 2021 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...

December 27, 2021 No Comments READ MORE +