MuleSoft Certified Platform Architect – Level 1 — Question 1

When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon. This is the only downstream API dependency of that upstream API.
Assume the downstream API runs uninterrupted without crashing.
What is the impact of this advice?

Answer options

Correct answer: A

Explanation

The correct answer is A because without setting timeouts, the upstream API cannot guarantee a response time, making it impossible to define a reliable SLA. Option B is incorrect as it suggests the downstream API will always complete, which is not guaranteed without a timeout. Options C and D are also incorrect as they imply automatic timeouts by the Mule runtime, which contradicts the advice given.