Workspace: Spring MVC Difficulty: Medium Time: 60 minutes
Context
A support agent searches supportQueues to resolve a customer issue with the correct current record. Every query uses the supplied local API, and responses may settle in a different order from the requests. The current Spring MVC implementation can replace the latest result with an older response or error.