I applied online. I interviewed at HashedIn by Deloitte (Bengaluru) in Feb 2022
Interview
Online assessment- 3 programming questions easy easy-medium medium
Technical interview 1 - core subjects 1 programming language and 2 programming questions This whole process is of 45 Minutes
Technical interview 2 - mostly system design
This process is of 60 min
HR
Interview questions [1]
Question 1
In online assessment I got three questions which have to be solved in 90 minutes
In first technical interview I was asked questions related to os DBMS networking Java and also 2 programming questions
In second technical interview it was based on system design
I applied through college or university. I interviewed at HashedIn by Deloitte (Neu-Delhi) in Oct 2021
Interview
online test followed by 2 tech interview then 1 hr round as well .both tech round interview based on DS algo and little bit data base as well . hr was very easy
I applied through college or university. I interviewed at HashedIn by Deloitte (Chandigarh) in Oct 2020
Interview
There were three technical rounds and one HR round in the Interview Process.
1. Coding Round
2. Technical Interview Round I
3. Technical Interview Round II
4. HR Round
The coding round was of 45 minutes where we have submit solutions for three coding questions. There were test cases so that we can test our solution before submitting.
Question1 : Array based (Easy)
Question2 : Dynamic Programming based. (Medium)
Question3 : Tree Traversal based. (Medium-Difficult)
I was able to solve first two questions and I got selected for the second Round.
Second Round was basically all about what I have written on my resume. Interviewer has asked me various questions based upon the projects that I have mentioned and the Programming languages that I mentioned in my resume. Interviewer has also asked me three SQL questions and some Data Structure questions.
In the Third Round Interview has asked me to design Snake and Ladder game architecture such that two or more users can play with each other at the same time. Here I just have to consider the back-end part. Like the Database Design, Classes Design with pseudo-code for the implementation part. It was 1 hour round.
Interview questions [1]
Question 1
1. Write a query to select a employee with second highest salary.
2. Write a query to select a employee with nth highest salary.