What payload and quantity are togged at the end of the main flow?

Refer to the exhibits. What payload and quantity are togged at the end of the main flow?A . [[order1, order2, order3, order4], 14]B . [[1,2,3,4], 10]C . [[1,2,3,4], 14]D . [orderlorder2order3order4, 14]View AnswerAnswer: C

December 30, 2021 No Comments READ MORE +

How can you call a subflow from Dataweave?

How can you call a subflow from Dataweave?A . Not possible in Mule 4B . Import functionC . Lookup functionD . Include functionView AnswerAnswer: C Explanation: This is a trick question. You can call only flows from DataWeave using lookup function. Note that lookup function does not support calling subflows....

December 30, 2021 No Comments READ MORE +

What attribute you would change in ClientRequestFlow to make this implementation work successfully?

Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP: METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow. What attribute you would change in ClientRequestFlow to make this implementation work successfully?...

December 30, 2021 No Comments READ MORE +

How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?

Refer to the exhibit. How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?A . WHERE city := ${city} AND state := ${state}B . WHERE city = attributes.city AND state = attributes.stateC . WHERE city = :city AND...

December 30, 2021 No Comments READ MORE +

What payload is returned by a Database SELECT operation that does not match any rows in the database?

What payload is returned by a Database SELECT operation that does not match any rows in the database?A . falseB . nullC . ExceptionD . Empty ArrayView AnswerAnswer: D Explanation: Empty array is returned when no rows are matched. MuleSoft Doc Ref: https://docs.mulesoft.com/db-connector/1.9/database-connector-select

December 30, 2021 No Comments READ MORE +

What payload and quantity are logged at the end of the main flow?

Refer to the exhibits. What payload and quantity are logged at the end of the main flow?A . [[1,2,3,4], 14]B . [[order1, order2, order3, order4], 14]C . [[1,2,3,4], 10]D . [orderlorder2order3order4,14]View AnswerAnswer: A

December 29, 2021 No Comments READ MORE +

According to MuleSoft. what is the first step to create a Modern API?

According to MuleSoft. what is the first step to create a Modern API?A . Gather a list of requirements to secure the APIB . Create an API specification and get feedback from stakeholdersC . Performance tune and optimize the backend systems and networkD . Create a prototype of the API...

December 29, 2021 No Comments READ MORE +

What data is expected by the POST /accounts endpoint?

Refer to the exhibit. What data is expected by the POST /accounts endpoint? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D

December 29, 2021 No Comments READ MORE +

What payload and quantity are togged at the end of the main flow?

Refer to the exhibits. What payload and quantity are togged at the end of the main flow?A . [[order1, order2, order3, order4], 14]B . [[1,2,3,4], 10]C . [[1,2,3,4], 14]D . [orderlorder2order3order4, 14]View AnswerAnswer: C

December 29, 2021 No Comments READ MORE +

Which type the interface documentation can be prepared to meet the requirement?

As a part of project requirement, you want to build an API for a legacy client. Legacy client can only consume SOAP webservices . Which type the interface documentation can be prepared to meet the requirement?A . RAML file to define SOAP servicesB . WSDL fileC . JSON fileD ....

December 29, 2021 No Comments READ MORE +