The process took 1 day. I interviewed at Altimetrik (Chennai) in Sep 2019
Interview
Everything starts with their internal Playground App. You have to reach office at the earliest by 9:00 am as it will take full day.
1) First round Hacker rank Spring+angular Full stack Multiple choice questions
2) Second round is use case, where you will be creating spring boot project+h2 sql database and you have to implement business logic. Given flight search applications order by departure date, flight no etc. and filter on the earlier search, if the same customer ask for filtering with different process
3)Tech panel will reach by 11:00, by the if you got selected for first round, coding round will be given upto one hour which is extendable.
4). You will be given free lunch by 1:00
5)Then technical panel will review your code and it will go for another two rounds
6)By this time you will be @4:00 p.m
Interview questions [1]
Question 1
*Count number of 1's in a binary sorted array, alternate way using collections(Think of frequency)
*Array list to hash map using streams based on some filter.
*How doubly linked list is implemented in java
*Difference between set and list
*Given order id quantity and country find max of quantity by country-Think of some basic sql