What URI should a web client use to request order P05555?

A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices. What URI should a web client use to request order P05555?A . /orders/{P05555} B. /orders/order=P05555 C. /orders?order=P05555 D. /orders/P05555View AnswerAnswer:...

October 28, 2022 No Comments READ MORE +

What is the output of Dataweave Map operator?

What is the output of Dataweave Map operator?A . Map B. Object C. String D. ArrayView AnswerAnswer: D Explanation: Returns an array that is the result of applying a transformation function (lambda) to each of the elements. MuleSoft Doc Ref: https://docs.mulesoft.com/mule-runtime/4.3/dataweave-cookbook-map The map operator is a function in Dataweave which...

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

What is the next step to preseive the current vCore usage, but still allow the Mule application to be managed by API Manager?

An API implementation has been deployed to CloudHub and now needs to be governed. IT will not allocate additional vCore for a new Mule application to act as an API proxy. What is the next step to preseive the current vCore usage, but still allow the Mule application to be...

October 28, 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 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 +