Ho sostenuto un colloquio presso HashedIn by Deloitte (Bengaluru)
Colloquio
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
Domande di colloquio [1]
Domanda 1
Design the database architecture of library management system
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso HashedIn by Deloitte
Colloquio
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.
Domande di colloquio [2]
Domanda 1
Remove All Adjacent Duplicates in String (LeetCode 1047)
Ho sostenuto un colloquio presso HashedIn by Deloitte
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Mainly they ask from strings linked lists and some higher dsa