MuleSoft Certified Developer – Level 2 exam (MCD-Level-2) - MuleSoft Actual Exam Questions
Last updated on May 14, 2026
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?
Access Anypoint Monitoring’s built-in dashboard. Select a resource. Locate the information under the Connectors tab.
Access Anypoint Monitoring’s built-in dashboard Seclect a resource. Create a custom dashboard to retrieve the information.
Access Anypoint Monitoring built-in dashboard. Select a resource. Locate the information under Log Manager < Raw Data.
Change the API Implementation to capture the information in the log. Retrieve the information from the log file.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
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?
Use flow variables within every logger processor to log the order ID
Set a flow variable and edit the log4/2.xml file to output the variable as part of the message pattern
Create a custom XML SDK component to wrap the logger processor and automatically add the order ID within the connector
Use the Tracing module to set logging variables with a Mapped Diagnostic Context
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
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?
Configure retrying until a MULERETRY_EXHAUSTED error is raised or the API responds back with a successful response.
In Until Successful configuration, set the retry count to 1 for error type HTTP: UNAUTHORIZED.
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.
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.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
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?
nullPayload
originalPayload
OS:KEY_NOT_FOUND
testPayload
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
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.
If the two APIs use the same domain, the VM Connector can be leveraged
The VM Connector is used to inter-application communication, so it is not possible to use the VM Connector
Instead of using the VM Connector use <flow-ref>directly
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
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.