I applied through university. The process took 1 day. I interviewed at HashedIn by Deloitte in Sept 2017
Interview
The process started with a pre placement talk of about 30 mins at 9.30 in morning.
After that there was a written test based on core subjects containing questions from CN , DBMS , graph , o/p questions , designing data structures (with worst case space and time complexity) and 3 coding questions. .
Out of 400 students 32 were selected for second written test .
Round 2: the company asked us to write code for given problem statement . Their main focus was on clarity and error free code.
Out of 32 students 16 were selected.
Round 3: face to face technical interview
The interviewer was very frank and asked about some basic tree based questions .
Geeksforgeeks covered most of the questions. After that he asked me about what is new in IT industry .
14 students qualified this round.
Round 4: technical interview
Again some questions from data structures .
Questions based on random pointer in linked list.
After that the interviewer asked me to write code for a question (find if it is possible to form a word from the letters of a string).
Her main focus was to get the best out of you and thus she kept on asking to reducd the complexity.
Round 5: technical+HR round
The interviewer first asked me to find a number in a 2-D matrix in minimum time complexity.
After that he asked me about my favourite subject which was OS so asked a few questions from that like what is dirty bit ? What is its use?.
The HR person asked about my long term and short term goals , why hashedin , family background , interest areas etc.
10 students got the offer.
Interview questions [1]
Question 1
written test 1 : a question based on the concept of longest substring.
I applied through university. The process took 1 day. I interviewed at HashedIn by Deloitte (Greater Noida) in Sept 2019
Interview
After a written round, we had two technical interviews of about 1-1.5 hrs each and a HR interview. The technical interview had questions based mostly on DSA and some on Database.
Interview questions [2]
Question 1
Given some pairs of source and destination, find the route that covers all the airports.
I applied through university. The process took 2 days. I interviewed at HashedIn by Deloitte (Bengaluru) in Jan 2019
Interview
The longest process ever.
2 whole days were consumed by them. That shows they do not value the time of the job seekers. And out of 300 students they select only upto 5 students! Really disgusting!!
I had attended the interview and I got selected. After joining they had really bad training. It was 9-9 everyday!! Very tedious job!! I would never recommend!!
Nobody outside knows about this company. But you can grow your knowledge to high scale since it is a startup!
Interview questions [1]
Question 1
Asked puzzles to be solved verbally them write program for it and them optimize the solution you had given!
I applied through university. The process took 1 day. I interviewed at HashedIn by Deloitte (Ambāla) in Oct 2018
Interview
I applied through campus. At first there was a pen and paper round. We were provided with a question paper consisting of 7-8 mcq's and 3 programming questions. The mcq's were quite easy but the programs were really very difficult. I coded one program and wrote algorith for the other one and didn't attempted the third program. Out of 52 students, 8 got shortlisted and i was one among them. After that interviews took place and mine was went for 2 hours approx. The interview was based on the question paper itself. They asked me to explain the programs, how i developed the logic. Their main focus was on code optimization. Though i was not able to clear it but got an amazing experience. The company expects a lot from the candidate which can't be seen in a graduated student without industry experience
Interview questions [2]
Question 1
Pre-order, in order, and post order traversal of tree.