ExamGecko
Home / MuleSoft / MCIA Level 1 Maintenance / List of questions
Ask Question

MuleSoft MCIA Level 1 Maintenance Practice Test - Questions Answers, Page 9

List of questions

Question 81

Report
Export
Collapse

An organization has strict unit test requirement that mandate every mule application must have an MUnit test suit with a test case defined for each flow and a minimum test coverage of 80%.

A developer is building Munit test suit for a newly developed mule application that sends API request to an external rest API.

What is the effective approach for successfully executing the Munit tests of this new application while still achieving the required test coverage for the Munit tests?

Invoke the external endpoint of the rest API from the mule floors
Invoke the external endpoint of the rest API from the mule floors
Mark the rest API invocations in the Munits and then call the mocking service flow that simulates standard responses from the REST API
Mark the rest API invocations in the Munits and then call the mocking service flow that simulates standard responses from the REST API
Mock the rest API invocation in the Munits and return a mock response for those invocations
Mock the rest API invocation in the Munits and return a mock response for those invocations
Create a mocking service flow to simulate standard responses from the rest API and then configure the mule flows to call the marking service flow
Create a mocking service flow to simulate standard responses from the rest API and then configure the mule flows to call the marking service flow
Suggested answer: C
asked 18/09/2024
Jess Kendrick Gamboa
35 questions

Question 82

Report
Export
Collapse

A company is planning to extend its Mule APIs to the Europe region. Currently all new applications are deployed to Cloudhub in the US region following this naming convention

{API name}-{environment}. for example, Orders-SAPI-dev, Orders-SAPI-prod etc.

Considering there is no network restriction to block communications between API's, what strategy should be implemented in order to apply the same new API's running in the EU region of CloudHub as well to minimize latency between API's and target users and systems in Europe?

Set region property to Europe (eu-de) in API manager for all the mule application No need to change the naming convention
Set region property to Europe (eu-de) in API manager for all the mule application No need to change the naming convention
Set region property to Europe (eu-de) in API manager for all the mule application Change the naming convention to {API name}-{environment}-{region} and communicate this change to the consuming applications and users
Set region property to Europe (eu-de) in API manager for all the mule application Change the naming convention to {API name}-{environment}-{region} and communicate this change to the consuming applications and users
Set region property to Europe (eu-de) in runtime manager for all the mule application No need to change the naming convention
Set region property to Europe (eu-de) in runtime manager for all the mule application No need to change the naming convention
Set region property to Europe (eu-de) in runtime manager for all the mule application Change the naming convention to {API name}-{environment}-{region} and communicate this change to the consuming applications and users
Set region property to Europe (eu-de) in runtime manager for all the mule application Change the naming convention to {API name}-{environment}-{region} and communicate this change to the consuming applications and users
Suggested answer: D
asked 18/09/2024
Ruben Dallibor
32 questions

Question 83

Report
Export
Collapse

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)

In the Java Invoke static connector configuration, configure a path and name of the dependency jar file
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
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
Use Maven command to include the dependency jar file when packaging the application
Configure the dependency as a shared library in the project POM
Configure the dependency as a shared library in the project POM
Update mule-artefact.json to export the Java package
Update mule-artefact.json to export the Java package
Suggested answer: B, D
asked 18/09/2024
James Scott
42 questions

Question 84

Report
Export
Collapse

When the mule application using VM is deployed to a customer-hosted cluster or multiple cloudhub workers, how are messages consumed by the Mule engine?

in non-deterministic way
in non-deterministic way
by starting an XA transaction for each new message
by starting an XA transaction for each new message
in a deterministic way
in a deterministic way
the primary only in order to avoid duplicate processing
the primary only in order to avoid duplicate processing
Suggested answer: C
asked 18/09/2024
Leandro Ruwer
46 questions

Question 85

Report
Export
Collapse

An insurance provider is implementing Anypoint platform to manage its application infrastructure and is using the customer hosted runtime for its business due to certain financial requirements it must meet. It has built a number of synchronous API's and is currently hosting these on a mule runtime on one server These applications make use of a number of components including heavy use of object stores and VM queues.

Business has grown rapidly in the last year and the insurance provider is starting to receive reports of reliability issues from its applications.

The DevOps team indicates that the API's are currently handling too many requests and this is over loading the server. The team has also mentioned that there is a significant downtime when the server is down for maintenance.

As an integration architect, which option would you suggest to mitigate these issues?

Add a load balancer and add additional servers in a server group configuration
Add a load balancer and add additional servers in a server group configuration
Add a load balancer and add additional servers in a cluster configuration
Add a load balancer and add additional servers in a cluster configuration
Increase physical specifications of server CPU memory and network
Increase physical specifications of server CPU memory and network
Change applications by use an event-driven model
Change applications by use an event-driven model
Suggested answer: B
asked 18/09/2024
Juan Araya
36 questions

Question 86

Report
Export
Collapse

A company is designing an integration Mule application to process orders by submitting them to a back-end system for offline processing. Each order will be received by the Mule application through an HTTP5 POST and must be acknowledged immediately.

Once acknowledged the order will be submitted to a back-end system. Orders that cannot be successfully submitted due to the rejections from the back-end system will need to be processed manually (outside the banking system).

The mule application will be deployed to a customer hosted runtime and will be able to use an existing ActiveMQ broker if needed. The ActiveMQ broker is located inside the organization's firewall. The back-end system has a track record of unreliability due to both minor network connectivity issues and longer outages.

Which combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the back-end system while supporting but minimizing manual order processing?

One or more On Error scopes to assist calling the back-end system An Untill successful scope containing VM components for long retries A persistent dead-letter VM queue configure in Cloud hub
One or more On Error scopes to assist calling the back-end system An Untill successful scope containing VM components for long retries A persistent dead-letter VM queue configure in Cloud hub
An Until Successful scope to call the back-end system One or more ActiveMQ long-retry queues One or more ActiveMQ dead-letter queues for manual processing
An Until Successful scope to call the back-end system One or more ActiveMQ long-retry queues One or more ActiveMQ dead-letter queues for manual processing
One or more on-Error scopes to assist calling the back-end system one or more ActiveMQ longretry queues A persistent dead-letter Object store configuration in the CloudHub object store service
One or more on-Error scopes to assist calling the back-end system one or more ActiveMQ longretry queues A persistent dead-letter Object store configuration in the CloudHub object store service
A batch job scope to call the back in system An Untill successful scope containing Object Store components for long retries. A dead-letter object store configured in the Mule application
A batch job scope to call the back in system An Untill successful scope containing Object Store components for long retries. A dead-letter object store configured in the Mule application
Suggested answer: B
asked 18/09/2024
ELVIS KENVO
42 questions

Question 87

Report
Export
Collapse

An organization is building a test suite for their applications using m-unit. The integration architect has recommended using test recorder in studio to record the processing flows and then configure unit tests based on the capture events What are the two considerations that must be kept in mind while using test recorder

(Choose two answers)

Become a Premium Member for full access
  Unlock Premium Member

Question 88

Report
Export
Collapse

A company is modernizing its legal systems lo accelerate access lo applications and data while supporting the adoption of new technologies. The key to achieving this business goal is unlocking the companies' key systems and dala including microservices miming under Docker and kubernetes containers using apis.

Considering the current aggressive backlog and project delivery requirements the company wants to take a strategic approach in the first phase of its transformation projects by quickly deploying API's in mule runtime that are able lo scale, connect to on premises systems and migrate as needed.

Which runtime deployment option supports company's goals?

Become a Premium Member for full access
  Unlock Premium Member

Question 89

Report
Export
Collapse

A corporation has deployed multiple mule applications implementing various public and private API's to different cloudhub workers. These API's arc Critical applications that must be highly available and in line with the reliability SLA as defined by stakeholders.

How can API availability (liveliness or readiness) be monitored so that Ops team receives outage notifications?

Become a Premium Member for full access
  Unlock Premium Member

Question 90

Report
Export
Collapse

An organization is successfully using API led connectivity, however, as the application network grows, all the manually performed tasks to publish share and discover, register, apply policies to, and deploy an API are becoming repetitive pictures driving the organization to automate this process using efficient CI/'CD pipeline. Considering Anypoint platforms capabilities how should the organization approach automating is API lifecycle?

Become a Premium Member for full access
  Unlock Premium Member
Total 116 questions
Go to page: of 12
Search

Related questions