Pergunta de entrevista da empresa Capital One

Write a weather tracker application using Spring Boot. Some skeletal REST endpoints and a suite of testing features are provided. You are expected to implement the necessary logic to pass all the features as well as coming up with new features of your own.

Resposta da entrevista

Sigiloso

15 de out. de 2019

You can actually find solutions for older versions of the same problem (pre-Spring Boot) written by past candidates on GitHub for reference. And no, I did not copy their solutions! They actually check for that stuff. Be sure to take concurrency into consideration. The testing features will load all of the inputs into your REST APIs at the same time, so make sure your collection objects and code blocks are properly synchronized.

1