Pergunta de entrevista da empresa Wells Fargo

Round 1 was online coding. It was not a regular competitive programming. I was asked to write a code in Java 8 to make an API call to given URL, fetch the response, process the response and then expose a method that will give results based on the fetched data and query passed. Problem itself was pretty easy but the challenge was to quickly search the libraries in Hackerrank that supports making a network call and deserialise it to a DTO.