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

Loading demo links...

Showing 7–9 of 9 questions

Question 7

A Mule application uses APIkit for SOAP to implement a SOAP web service. The Mule application has been deployed to a CloudHub worker in a testing environment.

The integration testing team wants to use a SOAP client to perform Integration testing. To carry out the integration tests, the integration team must obtain the interface definition for the SOAP web service.

What is the most idiomatic (used for its intended purpose) way for the integration testing team to obtain the interface definition for the deployed SOAP web service in order to perform integration testing with the SOAP client?

Select an option, then click Submit answer.

  • Retrieve the OpenAPI Specification file(s) from API Manager

  • Retrieve the WSDL file(s) from the deployed Mule application

  • Retrieve the RAML file(s) from the deployed Mule application

  • Retrieve the XML file(s) from Runtime Manager

Question 8

A customer wants to use the mapped diagnostic context (MDC) and logging variables to enrich its logging and improve tracking by providing more context in the logs.

The customer also wants to improve the throughput and lower the latency of message processing.

As an Mulesoft integration architect can you advise, what should the customer implement to meet these requirements?

Select an option, then click Submit answer.

  • Use synchronous logging and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables

  • Useasync logger at the level greater than INFO and use pattern layout with [%MDC] in the log4j2,xml configuration file and then configure the logging variables

  • Useasync logger at the level equal to DEBUG orTRACEand use pattern
    layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables

  • Use synchronous logging at the INFO DEBUG or Trace level and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables

Question 9

An organization if struggling frequent plugin version upgrades and external plugin project dependencies. The team wants to minimize the impact on applications by creating best practices that will define a set of default dependencies across all new and in progress projects.

How can these best practices be achieved with the applications having the least amount of responsibility?

Select an option, then click Submit answer.

  • Create a Mule plugin project with all the dependencies and add it as a dependency in each application's POM.xml file

  • Create a mule domain project with all the dependencies define in its POM.xml file and add each application to the domain Project

  • Add all dependencies in each application's POM.xml file

  • Create a parent POM of all the required dependencies and reference each in each application's POM.xml file