What export options should be selected to create the smallest JAR file that can be imported into other developer's Anypoint Studio and run successfully?
Mule application contains ActiveMQ JMS dependency. Mule application was compiled and run successfully in Anypoint Studio. The mule application must now be exported from Anypoint Studio and shared with other developer. What export options should be selected to create the smallest JAR file that can be imported into other developer's...
For each method of the RAML specification, what does the REST connect module provide?
A REST connect module is generated for a RAML specification. and then the rest connect module is imported in mule application in Anypoint Studio. For each method of the RAML specification, what does the REST connect module provide?A . A scope B. A flow C. An operation D. An event...
/{customerId}:
/{customerId}:View AnswerAnswer: B Explanation: Correct answer is below as it follows the correct syntax. /customers: /{customerId}: get:
What is the minimum Cloudhub worker size that can be specified while deploying mule application?
What is the minimum Cloudhub worker size that can be specified while deploying mule application?A . 0.2 vCores B. 0.5 vCores C. 1.0 vCores D. 0.1 vCoresView AnswerAnswer: D Explanation: Correct answer is 0.1 vCores MuleSoft Doc Ref: https://docs.mulesoft.com/runtime-manager/cloudhub-architecture#cloudhub-workers CloudHub Workers Workers are dedicated instances of Mule runtime engine that...
What is the correct Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?
Refer to the exhibits. Set paylaod transformer is set the firstName and lastName of the customer as shown in below images. What is the correct Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming...
What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?
Refer to the exhibits. The Set Variable transformer is set with value #[ [ first "Max" last "Mule"} ]. What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?A . vars "customer first" B. "customer first"...
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...
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...
What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=Bell
What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=BellA . Patient with name as John B. Patient with surname as bell C. Patients with either name as John or surname as Bell D. Patients with name as John and surname as BellView AnswerAnswer: D Explanation: Query parameters are a defined set of parameters...
What is logged after the Choice router completes?
Refer to the exhibits. In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?A . A string with value "FR" B. A DataVVeave syntax error C. The result of the intemationalShipping flow D. The result...