What type of restrictions exist on the types of certificates that can be exposed by the CloudHub Shared Load Balancer (SLB) to external web clients over the public internet?

An organization is evaluating using the CloudHub shared Load Balancer (SLB) vs creating a CloudHub dedicated load balancer (DLB). They are evaluating how this choice affects the various types of certificates used by CloudHub deplpoyed Mule applications, including MuleSoft-provided, customer-provided, or Mule application-provided certificates. What type of restrictions exist on...

February 18, 2023No CommentsREAD MORE +

What must the architect do to achieve the caching objective?

A system API EmployeeSAPI is used to fetch employee's data from an underlying SQL database. The architect must design a caching strategy to query the database only when there is an update to the employees stable or else return a cached response in order to minimize the number of redundant...

February 17, 2023No CommentsREAD MORE +

To support reuse, where on Anypoint Platform should the project team go to discover and read existing APIs, discover related resources and documentation, and interact with mocked versions of those APIs?

An ABC Farms project team is planning to build a new API that is required to work with data from different domains across the organization. The organization has a policy that all project teams should leverage existing investments by reusing existing APIs and related resources and documentation that other project...

February 17, 2023No CommentsREAD MORE +

Where should the Mule application store the JMS Correlation ID values received in Step 1 and Step 3 so that the validation in Step 4 can be performed, while also making the overall Mule application highly available, fault-tolerant, performant, and maintainable?

Refer to the exhibit. A Mule application is deployed to a multi-node Mule runtime cluster. The Mule application uses the competing consumer pattern among its cluster replicas to receive JMS messages from a JMS queue. To process each received JMS message, the following steps are performed in a flow: Step...

February 17, 2023No CommentsREAD MORE +

What Anypoint Platform service is most idiomatic (used for its intended purpose) for publishing these Mule events to all external consumers while addressing the desired reliability goals?

A Mule application is running on a customer-hosted Mule runtime in an organization's network. The Mule application acts as a producer of asynchronous Mule events. Each Mule event must be broadcast to all interested external consumers outside the Mule application. The Mule events should be published in a way that...

February 17, 2023No CommentsREAD MORE +

As an integration architect, which of the below option you would suggest to resolve performance issue?

A banking company is developing a new set of APIs for its online business. One of the critical API's is a master lookup API which is a system API. This master lookup API uses persistent object store. This API will be used by all other APIs to provide master lookup...

February 17, 2023No CommentsREAD MORE +

As an integration architect, which of the below step would you suggest to ensure that the applications from cloudhub are migrated properly to Runtime Fabric (RTF) with an assumption that organization is keen on keeping the same deployment strategy?

A finance giant is planning to migrate all its Mule applications to Runtime fabric (RTF). Currently all Mule applications are deployed cloud hub using automated CI/CD scripts. As an integration architect, which of the below step would you suggest to ensure that the applications from cloudhub are migrated properly to...

February 17, 2023No CommentsREAD MORE +

As an integration architect who follows API led approach, what is the below step you will perform so that you can share document with CRM team?

As a part of business requirement, old CRM system needs to be integrated using Mule application. CRM system is capable of exchanging data only via SOAP/HTTP protocol. As an integration architect who follows API led approach, what is the below step you will perform so that you can share document...

February 17, 2023No CommentsREAD MORE +

What is the most idiomatic (used for its intended purpose) and performant way to configure the SFTP operations or event sources to process the large files to support these deployment requirements?

A marketing organization is designing a Mule application to process campaign data. The Mule application will periodically check for a file in a SFTP location and process the records in the file. The size of the file can vary from 10MB to 5GB. Due to the limited availabiltty of vCores,...

February 16, 2023No CommentsREAD MORE +

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

How are the API implementation, API client, and API consumer combined to invoke and process an API?A . The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API client B. The API consumer creates an API client which...

February 16, 2023No CommentsREAD MORE +