When using an API-led approach, what is the first design document the travel company should deliver to its business partners?

A travel company wants to publish a well-defined booking service API to be shared with its business partners. These business partners have agreed to ONLY consume SOAP services and they want to get the service contracts in an easily consumable way before they start any development. The travel company will...

October 2, 2024 No Comments READ MORE +

How are CloudHub workers assigned to availability zones (AZs) when the organization's Mule applications are deployed to CloudHub in that region?

An organization uses one specific CloudHub (AWS) region for all CloudHub deployments. How are CloudHub workers assigned to availability zones (AZs) when the organization's Mule applications are deployed to CloudHub in that region?A . Workers belonging to a given environment are assigned to the same AZ within that region.B ....

October 2, 2024 No Comments READ MORE +

What Is a recommended practice when designing an integration Mule 4 application that reads a large XML payload as a stream?

What Is a recommended practice when designing an integration Mule 4 application that reads a large XML payload as a stream?A . The payload should be dealt with as a repeatable XML stream, which must only be traversed (iterated-over) once and CANNOT be accessed randomly from DataWeave expressions and scriptsB...

October 2, 2024 No Comments READ MORE +

What must the testing team do before they can start integration testing the API in the Staging environment?

An API has been unit tested and is ready for integration testing. The API is governed by a Client ID Enforcement policy in all environments. What must the testing team do before they can start integration testing the API in the Staging environment?A . They must access the API portal...

October 2, 2024 No Comments READ MORE +

What operation can be performed through a JMX agent enabled in a Mule application?

What operation can be performed through a JMX agent enabled in a Mule application?A . View object store entriesB . Replay an unsuccessful messageC . Set a particular tog4J2 log level to TRACED . Deploy a Mule applicationView AnswerAnswer: A Explanation: JMX Management Java Management Extensions (JMX) is a simple...

October 2, 2024 No Comments READ MORE +

What is the most straight-forward and cost effective approach to the Mule applications deployment and load balancing that preserves the public URLs?

An organization has decided on a cloudhub migration strategy that aims to minimize the organizations own IT resources. Currently, the organizational has all of its Mule applications running on its own premises and uses an premises load balancer that exposes all APIs under the base URL https://api.acme.com As part of...

October 2, 2024 No Comments READ MORE +

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?

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

October 1, 2024 No Comments READ MORE +

What is a condition that can be alerted on from Anypoint Runtime Manager without any custom components or custom coding?

An organization uses a set of customer-hosted Mule runtimes that are managed using the Mulesoft-hosted control plane. What is a condition that can be alerted on from Anypoint Runtime Manager without any custom components or custom coding?A . When a Mule runtime on a given customer-hosted server is experiencing high...

October 1, 2024 No Comments READ MORE +

What language is typically used inside the web service's interface definition to define the data structures that the web service Is expected to exchange with its clients?

Refer to the exhibit. A Mule application is being designed to expose a SOAP web service to its clients. What language is typically used inside the web service's interface definition to define the data structures that the web service Is expected to exchange with its clients?A . WSDLB . XSDC...

September 30, 2024 No Comments READ MORE +

In this use case, what combination of Mule components provides the most effective and performant way to write these records to the database?

A Mule application is being designed To receive nightly a CSV file containing millions of records from an external vendor over SFTP, The records from the file need to be validated, transformed. And then written to a database. Records can be inserted into the database in any order. In this...

September 30, 2024 No Comments READ MORE +