REST API C = sum of two API with timeout 3 ms and 5 ms
Anonymous User
189

I have a REST APi named C dependent on two other external REST API- A and B. A has latency SLA of 3 ms and B has latency SLA of 5 ms. How do i format API C such that the SLA is within 5 ms for the resultant C . C makes calls to A and uses result of A and calls B and then combines the result of A and B and then returns the final.

#interview question

Comments (0)