Where is governance enforced for policies defined for this Mule application?
A Mule application configured with Autodiscovery implements an API. Where is governance enforced for policies defined for this Mule application?A . In Runtime ManagerB . Runtime ManagerC . In the Mule applicationD . In API managerView AnswerAnswer: D Explanation: Correct answer is API manager
How many seconds does it take for the Scatter-Gather to complete?
Refer to exhibits. In the execution of the Scatter-Gather, the flow route completes after 10 seconds and the flow2 route completes in 40 seconds . How many seconds does it take for the Scatter-Gather to complete?A . 10B . 50C . 40D . 20View AnswerAnswer: C Explanation: Scatter-Gather sends the...
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
What is the best API fault-tolerant invocation strategy to reduce overall errors in the process API, given these conditions and constraints?
A system API is deployed to a primary environment as well as to a disaster recovery (DR) environment, with different DNS names in each environment. A process API is a client to the system API and is being rate limited by the system API, with different limits in each of...
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
What should be changed in the request so that a success response code is returned to the web client?
Refer to the exhibits. The web client sends a POST request to the ACME Order API with an XML payload. An error is returned. What should be changed in the request so that a success response code is returned to the web client?A . Set a request header with the...
In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?
In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?A . The applications associated with the other APIs must be restartedB . The applications associated with the other APIs must...
Which of the below activity doesn't support parallel execution?
Which of the below activity doesn't support parallel execution?A . Scatter-Gather RouterB . First Successful RouterC . Parallel For EachD . Batch jobView AnswerAnswer: C Explanation: The First Successful router iterates through a list of configured processing routes until one of the routes executes successfully. This is sequential execution. In...
What is the best API fault-tolerant invocation strategy to reduce overall errors in the process API, given these conditions and constraints?
A system API is deployed to a primary environment as well as to a disaster recovery (DR) environment, with different DNS names in each environment. A process API is a client to the system API and is being rate limited by the system API, with different limits in each of...
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?...