Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso CLARA analytics
Colloquio
Interview process consists of two steps:
1) Phone call (Live coding in a link): The question is to basically test your programming logic. It would be a simple question. I don't remember it. It should be something using HashMap and Lists in Java.
2) onsite (4 technical rounds)
Domande di colloquio [8]
Domanda 1
Design a system which takes text, parses and gets related data from 3rd party web services. Eg: take city name and get weather and relaed info. such as news. What database schema would you use to store the data if you don't want to query it once you got the results.
Design a custom data structure (I don't remember the question properly). Vaguely, the problem involves storing the data into objects and sorting them in an order so that you can retrieve it easily.