I applied through college or university. I interviewed at HashedIn by Deloitte
Interview
it was a campus interview and questions were mainly asked on data structures. first round is a written round where several code snippets would be given and we have to find correct answer
I applied through college or university. The process took 1 day. I interviewed at HashedIn by Deloitte in Sep 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 college or university. The process took 1 day. I interviewed at HashedIn by Deloitte (Bengaluru) in Oct 2017
Interview
First Round - Written round. (90 min)
4-5 MCQ each based on time & space complexity, Inorder preorder and postorder, Give output for the given code, Networks and Given a problem choose any data structures and give the reason for it.
3 coding questions(Easy). All were recursion and dynamic programming questions.
Out of 150+ students only they selected around 13-15 students. They actually read every line of what you write. Their main focus is on your approach and less time complexity not whether your code is correct or not.
After I came out of first round, I realized that 2 out of 3 question I wrote were wrong because of small logical error, but I still cleared it coz my approach was good. My friend solved one question by just writing pseudo code as he didn't have much time and he also cleared this round.
Second Round - Written Round. (20 min)
They explained a problem. Which was to find max subarray in given array. They also gave us solutions in different ways to solve it. Then they gave 20 min to write the program in a paper. After submission, they actually took laptops and started to write each solution and check for compile errors. Thier only focus was to check if we can write simple programs without compile errors. So for this round use better handwriting skills. Out of 13-15 students, only 7 cleared.
Technical Rounds ( Face 2 face, 4 rounds)
After the 2nd round, you will face 3-4 rounds with increasing difficulty, if you fail in any round then you sent to the home.
Here in each round, they will check your CV and ask questions upon what you have written(15-20 min) and then they will ask you to solve 3-4 problems based on trees, graphs, and dynamic problems. They will ask you to solve to least time efficiency(45-60 min).
After every round, they will be eliminating 1-2 students.
HR round (10 min)
If you clear all technical round, HR will call you in her cabin and discuss the break up of salary and other perks. No questions will be asked here. Only 2 students cleared all round and got the offer.
Pizza round
After you get the offer, they will offer you pizzas and have chilled out conversation with you. Eat as much as you like.
Tips:
1) All question were same from glassdoor interviews sections.
2) Use geeksforgeeks website to get answers. They take questions from there and hence expect the same answers mentioned on the website.
3) One question on designing snake and ladder or sudoku or tic tac toe will be asked for sure (100%).
4) Never quit, even if you don't know or if it's taking a long time. They will give hints or they will skip the question. But never quit. One of my friends quit on the simple problem just because he didn't like graphs, He was sent home very next moment.
5) Only write things which you know 100% in your CV.
6) In technical rounds, they will ask if you know a particular area and then only they will ask questions on it. So if you know 50-50 in any area, just tell them you don't know. they will ask very easy questions.
Interview questions [1]
Question 1
All question and Trees, Graphs, dynamic programming and recursions