List of questions
Related questions
Question 29 - Certified MuleSoft Developer II discussion
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?
A.
Use an HTTP Connector to invoke the API and wait for a response
B.
Use a Scheduler to check for a response every minute
C.
Use an HTTP Connector inside Async scope to invoice the API and wait for a response
D.
Expose an HTTP callback API in Mule and register it with the external system
Your answer:
0 comments
Sorted by
Leave a comment first