By default, what happens to a file after it is read using an FTP connector Read operation?

By default, what happens to a file after it is read using an FTP connector Read operation?A . The file is deleted from the folder B. The file is moved to a different folder C. The file stays in the same folder unchanged D. The file is renamed in the...

November 1, 2022 No Comments READ MORE +

What is the purpose of the api:router element in APIkit?

What is the purpose of the api:router element in APIkit?A . Creates native connectors using a 3rd party Java library B. Serves as an API implementation C. Validates requests against RAML API specifications and routes them to API implementations D. Validates responses returned from API requests and routes them back...

November 1, 2022 No Comments READ MORE +

Which of the below is not a valid category for connector type?

Which of the below is not a valid category for connector type?A . Gold B. Select C. Premium D. CommunityView AnswerAnswer: A Explanation: Gold is not valid category for connector types. MuleSoft Doc Ref: https://docs.mulesoft.com/mule-runtime/3.7/anypoint-connectors#connector-support-categories Text Description automatically generated with medium confidence

November 1, 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...

November 1, 2022 No Comments READ MORE +

What is minimal requirement in a flow for a Mule application to compile?

What is minimal requirement in a flow for a Mule application to compile?A . Event Source B. Event Processors C. Error handlers D. Source and processors bothView AnswerAnswer: B Explanation: Process section is must to get compiles. Process section must have one or more processors Diagram Description automatically generated

November 1, 2022 No Comments READ MORE +

What messages are written in the application log?

Refer to the exhibits. All three of the conditions for the Choice router are true. What messages are written in the application log?A . Route1 B. Route2 C. Route1, Route2 D. Route1, Route2, DefaultView AnswerAnswer: A Explanation: Only one of the routes in the Choice router executes, meaning that the...

November 1, 2022 No Comments READ MORE +

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...

November 1, 2022 No Comments READ MORE +

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...

November 1, 2022 No Comments READ MORE +

/{customerId}:

/{customerId}:View AnswerAnswer: B Explanation: Correct answer is below as it follows the correct syntax. /customers: /{customerId}: get:

October 31, 2022 No Comments READ MORE +

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...

October 31, 2022 No Comments READ MORE +