What is the most effective approach to conduct performance tests of the API implementation in a staging (non-production) environment?

Refer to the exhibit. One of the backend systems invoked by an API implementation enforces rate limits on the number of requests a particular client can make. Both the backend system and the API implementation are deployed to several non-production environments in addition to production. Rate limiting of the backend...

January 10, 2022 No Comments READ MORE +

What design choice (including choice of transactions) and order of steps addresses these requirements?

A Mule application is being designed to do the following: Step 1: Read a SalesOrder message from a JMS queue, where each SalesOrder consists of a header and a list of SalesOrderLineltems. Step 2: Insert the SalesOrder header and each SalesOrderLineltem into different tables in an RDBMS. Step 3: Insert...

January 10, 2022 1 Comment READ MORE +

What message processing guarantees are provided by the VM queue and the CloudHub workers, and how are VM messages routed among the CloudHub workers for each invocation of the parent flow under normal operating conditions where all the CloudHub workers remain online?

Refer to the exhibit. A Mule 4 application has a parent flow that breaks up a JSON array payload into 200 separate items, then sends each item one at a time inside an Async scope to a VM queue. A second flow to process orders has a VM Listener on...

January 10, 2022 No Comments READ MORE +

What option best suits to this requirement considering high availability is very much critical to the organization?

Organization wants to achieve high availability goal for Mule applications in customer hosted runtime plane. Due to the complexity involved, data cannot be shared among of different instances of same Mule application . What option best suits to this requirement considering high availability is very much critical to the organization?A...

January 10, 2022 No Comments READ MORE +

Insurance organization is planning to deploy Mule application in MuleSoft Hosted runtime plane. As a part of requirement, application should be scalable. highly available. It also has regulatory requirement which demands logs to be retained for at least 2 years. As an Integration Architect what step you will recommend in order to achieve this?

Insurance organization is planning to deploy Mule application in MuleSoft Hosted runtime plane. As a part of requirement, application should be scalable. highly available. It also has regulatory requirement which demands logs to be retained for at least 2 years. As an Integration Architect what step you will recommend in...

January 9, 2022 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...

January 9, 2022 No Comments READ MORE +

What combination of deployment options of the Anypoint Platform control plane and runtime plane(s) best serves this organization at the start of this strategic journey?

A global organization operates datacenters in many countries. There are private network links between these datacenters because all business data (but NOT metadata) must be exchanged over these private network connections. The organization does not currently use AWS in any way. The strategic decision has Just been made to rigorously...

January 9, 2022 No Comments READ MORE +

What Anypoint Connectors support transactions?

What Anypoint Connectors support transactions?A . Database, JMS, VMB . Database, 3MS, HTTPC . Database, JMS, VM, SFTPD . Database, VM, FileView AnswerAnswer: A Explanation: Below Anypoint Connectors support transactions JMS C Publish C Consume VM C PublishC Consume Database C All operations

January 9, 2022 No Comments READ MORE +

What is also required to carry out this change?

Additional nodes are being added to an existing customer-hosted Mule runtime cluster to improve performance. Mule applications deployed to this cluster are invoked by API clients through a load balancer. What is also required to carry out this change?A . A new load balancer must be provisioned to allow traffic...

January 8, 2022 No Comments READ MORE +

What standard interface definition language can be used to define REST APIs?

A REST API is being designed to implement a Mule application. What standard interface definition language can be used to define REST APIs?A . Web Service Definition Language (WSDL)B . OpenAPI Specification (OAS)C . YAMLD . AsyncAPI SpecificationView AnswerAnswer: B

January 6, 2022 No Comments READ MORE +