Four rounds
First online assessment
3 coding question
Technical interview 1
( data structure, core subjects of computer science)
Technical interview 2
( your resume in detail, database architecture design, your fav framework in detail)
HR round
Basic hr discussion
Interview questions [1]
Question 1
Design the database architecture of library management system
I applied through university. I interviewed at HashedIn by Deloitte
Interview
I appeared for the Hased interview, and the process consisted of three rounds:
1️⃣ Round 1 – DSA Round:
This round focused on Data Structures and Algorithms. Two main problems were asked:
Remove All Adjacent Duplicates in String (LeetCode 1047): Remove adjacent duplicates repeatedly until no duplicates remain.
Example: "abbcca" → "", "abbbccabc" → "bc".
Concepts tested: Stack usage, string manipulation, handling edge cases.
Climbing Stairs / Monkey Jump Problem (LeetCode 70): Count the number of ways to reach the top if a monkey can jump k steps at a time.
Concepts tested: Recursion, dynamic programming, combinatorial problem solving.
2️⃣ Round 2 – System Design Round:
This round evaluated my understanding of designing scalable systems, handling trade-offs, and architectural decision-making. Focus was on discussing real-world scenarios and high-level design solutions.
3️⃣ Round 3 – Company Fitment Round:
This round was more behavioral and assessed cultural fit, communication skills, and alignment with Hased’s values. Questions revolved around teamwork, past experiences, and problem-solving approach.
Interview questions [2]
Question 1
Remove All Adjacent Duplicates in String (LeetCode 1047)
Interview was very decent and normal and interviewer was very polite. They were asking questions from SQL, basic of JAVA and some higher DSA questions . They were mainly looking for people with good problem solving skills.
Interview questions [1]
Question 1
Mainly they ask from strings linked lists and some higher dsa