What type of restrictions exist on the types of certificates for the service 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 deployed Mule applications, including MuleSoft-provided, customer-provided, or Mule application-provided certificates. What type of restrictions exist on...

March 25, 2022 No Comments READ MORE +

What is a possible cause of this status code response?

An API client is implemented as a Mule application that includes an HTTP Request operation using a default configuration. The HTTP Request operation invokes an external API that follows standard HTTP status code conventions, which causes the HTTP Request operation to return a 4xx status code. What is a possible...

March 25, 2022 No Comments READ MORE +

What is the most idiomatic (used for its intended purpose) design to call each API request in the Mule application?

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

March 25, 2022 No Comments READ MORE +

What requirement would drive the team to use SOAP/WS-* for a particular service?

An organization is creating a set of new services that are critical for their business. The project team prefers using REST for all services but is willing to use SOAP with common WS-" standards if a particular service requires it. What requirement would drive the team to use SOAP/WS-* for...

March 25, 2022 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 ....

March 24, 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 Publish C Consume Database C All operations

March 24, 2022 No Comments READ MORE +

When there are no errors, how does the Batch Job scope process records within and between the Batch Step scopes?

A Mule application contains a Batch Job scope with several Batch Step scopes. The Batch Job scope is configured with a batch block size of 25. A payload with 4,000 records is received by the Batch Job scope. When there are no errors, how does the Batch Job scope process...

March 24, 2022 2 Comments READ MORE +

What is required before an API implemented using the components of Anypoint Platform can be managed and governed (by applying API policies) on Anypoint Platform?

What is required before an API implemented using the components of Anypoint Platform can be managed and governed (by applying API policies) on Anypoint Platform?A . The API must be published to Anypoint Exchange and a corresponding API instance ID must be obtained from API Manager to be used in...

March 22, 2022 No Comments READ MORE +

What API policy would LEAST likely be applied to a Process API?

What API policy would LEAST likely be applied to a Process API?A . Custom circuit breakerB . Client ID enforcementC . Rate limitingD . JSON threat protectionView AnswerAnswer: D Explanation: Key to this question lies in the fact that Process API are not meant to be accessed directly by clients....

March 22, 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

March 22, 2022 No Comments READ MORE +