Logical reasoning and apptitude -
40 questions and 20 mins.
Then there was a psychometry based questions aroud behaviour and values. I think there were 100 questions, no time limit was there. This was similar to Amazon.
Code Signal Test
This had 4 tasks and till you complete the first you cannot move to the next one. Time is 90 mins
Recruiter mentioned i should get 440 marks and fe folks in the community mentioned 3 is minimum.
I was able to solve the first 2 very easily. The 3rd one there were 3 test cases failues and i got stuck in that for ~20 mins.
I don't know if will be selected for next round. I will wait for the results.
The questions were mainly around the String and HashMap and OOPs (how do you store data and design your class etc)
This is important because the next Task is built up from the previous, so a good design will save lot of time in rewriting the code or refactoring. And keep in mind that as you advance level, the previous levels test cases will also run against the curent changes in the code and all of them should pass. So lets say level1 has 10 tests and you modify the code to accomodate level 2 task, along with level2 test cases, level 1 test cases will also run. To advance further all the 20 cases should pass.
Mine was around banking and logs.
Task 1 - Build a system to support create account, deposit and withdraw money
Task 2 - Add functionality to list transactions by few filters defined
Task 3 - Scheled Transfer between different accounts with timestamp and expiry time
You can find more sample questions on the internet.