Official Bank 0/58

MuleSoft Certified Developer – Level 2 exam (MCD-Level-2) - MuleSoft Actual Exam Questions

Last updated on May 14, 2026

97% Exam Compliance
58 Total Questions
1
Question

A company with MuleSoft Titanium develops a Salesforce System API using MuleSoft out-of-the-box Salesforce Connector and deploys the API to CloudHub. Which steps provide the average number of requests and average response time of the Salesforce Connector?

Options
A

Access Anypoint Monitoring’s built-in dashboard. Select a resource. Locate the information under the Connectors tab.

B

Access Anypoint Monitoring’s built-in dashboard Seclect a resource. Create a custom dashboard to retrieve the information.

C

Access Anypoint Monitoring built-in dashboard. Select a resource. Locate the information under Log Manager < Raw Data.

D

Change the API Implementation to capture the information in the log. Retrieve the information from the log file.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

A Mule application for processing orders must log the order ID for every log message output. What is a best practice to enrich every log message with the order ID?

Options
A

Use flow variables within every logger processor to log the order ID

B

Set a flow variable and edit the log4/2.xml file to output the variable as part of the message pattern

C

Create a custom XML SDK component to wrap the logger processor and automatically add the order ID within the connector

D

Use the Tracing module to set logging variables with a Mapped Diagnostic Context

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

A Mule implementation uses a HTTP Request within an Unit Successful scope to connect to an API. How should a permanent error response like HTTP:UNAUTHORIZED be handle inside Until Successful to reduce latency?

Options
A

Configure retrying until a MULERETRY_EXHAUSTED error is raised or the API responds back with a successful response.

B

In Until Successful configuration, set the retry count to 1 for error type HTTP: UNAUTHORIZED.

C

Put the HTTP Request inside a try scope in Unit Successful. In the error handler, use On Error Continue to catch permanent errors like HTTP UNAUTHORIZED.

D

Put the HTTP Request inside a try scope in Unit Successful. In the error handler, use On Error Propagate to catch permanent errors like HTTP UNAUTHORIZED.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

Refer to the exhibit. A Mute Object Store is configured with an entry TTL of one second and an expiration interval of 30 seconds. What is the result of the flow if processing between os’store and os:retrieve takes 10 seconds?

Question image
Options
A

nullPayload

B

originalPayload

C

OS:KEY_NOT_FOUND

D

testPayload

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Two APIs are deployed to a two-node on-prem cluster. Due to a requirements change, the two APIs must communicate to exchange data asynchronously.

Options
A

If the two APIs use the same domain, the VM Connector can be leveraged

B

The VM Connector is used to inter-application communication, so it is not possible to use the VM Connector

C

Instead of using the VM Connector use <flow-ref>directly

D

It is not possible to use the VM Connector since the APIs are running in a cluster mode and each mode has it own set of VM Queues

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.