What is the correct syntax to reference the fragment?

A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?A . examples: !include StudentExample.raml B. examples: #import StudentExample.raml C. examples: !include examples/StudentExample.raml D. examples: #import examples/StudentExample.ramlView AnswerAnswer: C Explanation: To include property. To keep...

November 2, 2022 No Comments READ MORE +

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

November 2, 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 2, 2022 No Comments READ MORE +

Which of the below functionality is provided by zip operator in DataWeave?

Which of the below functionality is provided by zip operator in DataWeave?A . Merges elements of two lists (arrays) into a single list B. Used for sending attachments C. Minimize the size of long text using encoding. D. All of the aboveView AnswerAnswer: A Explanation: Correct answer is Merges elements...

November 1, 2022 No Comments READ MORE +

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 +