What is the payload at the Logger component after the HTTP Request?

Refer to the exhibits. In the request Flow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow. That flow transforms the incoming payload into JSON format and returns the response to the...

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

3. loginUser("[email protected]")

3. loginUser("[email protected]")View AnswerAnswer: D Explanation: * To use custom modules, you need to import the module or functions you want to use by adding the import directive to the head of your DataWeave script, for example: 1) Does not identify any functions to import from the String module: import dw::core::Strings...

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

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 +

What payload is logged at the end of the main flow?

Refer to the exhibits. What payload is logged at the end of the main flow?A . [order1, order2, order3, order4] B. [1, 2, 3, 4] C. order4 D. order1order2order3order4View AnswerAnswer: B Explanation: This is a trick question. For Each does not modify the current payload. The output payload is the...

November 2, 2022 No Comments READ MORE +

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 +