Question 81

A mule application uses an HTTP request operation to involve an external API.
The external API follows the HTTP specification for proper status code usage.
What is possible cause when a 3xx status code is returned to the HTTP Request operation from the external API?
  • Question 82

    How are the API implementation , API client, and API consumer combined to invoke and process an API ?
  • Question 83

    A mule application is being designed to perform product orchestration. The Mule application needs to join together the responses from an inventory API and a Product Sales History API with the least latency.
    To minimize the overall latency. What is the most idiomatic (used for its intended purpose) design to call each API request in the Mule application?
  • Question 84

    Mule application A receives a request Anypoint MQ message REQU with a payload containing a variable- length list of request objects. Application A uses the For Each scope to split the list into individual objects and sends each object as a message to an Anypoint MQ queue.
    Service S listens on that queue, processes each message independently of all other messages, and sends a response message to a response queue.
    Application A listens on that response queue and must in turn create and publish a response Anypoint MQ message RESP with a payload containing the list of responses sent by service S in the same order as the request objects originally sent in REQU.
    Assume successful response messages are returned by service S for all request messages.
    What is required so that application A can ensure that the length and order of the list of objects in RESP and REQU match, while at the same time maximizing message throughput?
  • Question 85

    An organization has implemented a continuous integration (CI) lifecycle that promotes Mule applications through code, build, and test stages. To standardize the organization's CI journey, a new dependency control approach is being designed to store artifacts that include information such as dependencies, versioning, and build promotions.
    To implement these process improvements, the organization will now require developers to maintain all dependencies related to Mule application code in a shared location.
    What is the most idiomatic (used for its intended purpose) type of system the organization should use in a shared location to standardize all dependencies related to Mule application code?