MCIA-Level-1-Maintenance MuleSoft Certified Integration ArchitectLevel 1 MAINTENANCE

Loading demo links...

Showing 4–6 of 9 questions

Question 4

As a part of project requirement, Java Invoke static connector in a mule 4 application needs to invoke a static method in a dependency jar file. What are two ways to add the dependency to be visible by the connectors class loader?

(Choose two answers)

Select all that apply, then click Submit answer.

  • In the Java Invoke static connector configuration, configure a path and name of the dependency jar file

  • Add the dependency jar file to the java classpath by setting the JVM parameters

  • Use Maven command to include the dependency jar file when packaging the application

  • Configure the dependency as a shared library in the project POM

  • Update mule-artefact.json to export the Java package

Question 5

A global, high-volume shopping Mule application is being built and will be deployed to CloudHub. To improve performance, the Mule application uses a Cache scope that maintains cache state in a CloudHub object store. Web clients will access the Mule application over HTTP from all around the world, with peak volume coinciding with business hours in the web client's geographic location. To achieve optimal performance, what Anypoint Platform region should be chosen for the CloudHub object store?

Select an option, then click Submit answer.

  • Choose the same region as to where the Mule application is deployed

  • Choose the US-West region, the only supported region for CloudHub object stores

  • Choose the geographically closest available region for each web client

  • Choose a region that is the traffic-weighted geographic center of all web clients

Question 6

Refer to the exhibit.

Diagram Description automatically generated

The HTTP Listener and the Logger are being handled from which thread pools respectively?

Select an option, then click Submit answer.

  • CPU_INTENSIVE and Dedicated Selector pool

  • UBER and NONBLOCKING

  • Shared Selector Pool and CPU LITE

  • BLOCKING _IO and UBER