Exam MCD-Level-2 Topic 1 Question 1 Discussion
Actual exam question for MuleSoft's MCD-Level-2 exam
Question #: 1
Topic #: 1
Question #: 1
Topic #: 1
A Mule application need to invoice an API hosted by an external system to initiate a process. The external API takes anywhere between one minute and 24 hours to compute its process.
Which implementation should be used to get response data from the external API after it completes processing?
Which implementation should be used to get response data from the external API after it completes processing?
Suggested Answer: D Vote an answer
To get response data from the external API after it completes processing, the developer should expose an HTTP callback API in Mule and register it with the external system. This way, the external API can invoke the callback API with the response data when it is ready, instead of making the Mule application wait for a long time or poll for a response repeatedly.
References:https://docs.mulesoft.com/mule-runtime/4.3/http-listener-ref#callback
References:https://docs.mulesoft.com/mule-runtime/4.3/http-listener-ref#callback
by Xenia at Oct 30, 2025, 01:12 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).