LeetCode Experience · Jan 2025 · Gurgaon

HashedIn by Deloitte SDE-1 Recruitment Drive (Jan 27th-30th 2025) | India

18 upvotes 1,166 views 8 replies

Interview Experience

Edit : I was not selected for further rounds and was

rejected after the 1st round. They asked 3 questions on the Codility platform (which may vary), and I had...

Full Details

Edit : I was not selected for further rounds and was

rejected after the 1st round. They asked 3 questions on the Codility platform (which may vary), and I had 90 minutes to complete them (the questions could also be different).

First Question: The description was really bad, incomplete, and unclear, which made it hard to understand the problem. However, I was still able to solve it.

Second Question: This was a basic dynamic programming problem, essentially the 0-1 knapsack problem. The problem statement was simple and easy to understand. I solved it using simple recursion and then memoized it.

Third Question: This was a greedy algorithm and binary search problem. You can find the problem statement here: LeetCode: Minimum Cost to Make Array Equal(https://leetcode.com/problems/minimum-cost-to-make-array-equal/description/) . Unfortunately, I made an incorrect implementation for this one.

Also, I am not familiar with other languages, but if you are using C++, you can\'t directly add #include as a library. If you need to use sort, you should add #include . Similarly, if you need to use a map or set, include their respective libraries in C++.

This was mentioned once, but I\'m not sure how many people follow it. I follow this practice and use the respective libraries.

---


Hi everyone,

I recently received a call letter from HashedIn by Deloitte for a recruitment drive at their Gurgaon office. This was a referral opening from the last week of December 2024, and I believe it\u2019s mainly for the 2024 batch, with candidates who have 6 months of full-time or internship experience being preferred. After that, I received a link to an MS Office form on January 17th, 2025. After submitting my details (name, email, city, laptop serial number, etc.), I selected January 23rd as my preferred date for the interview. However, I did not receive a call letter or any confirmation for that date. I went to the office on January 23rd but was told to come only after receiving the official call letter.

That same night, on January 23rd, I received the official call letter for the recruitment drive, which is scheduled for January 30th, 2025. The interview process will have four rounds:

Online Test
Technical Round 1
Technical Round 2
Fitment Round (HR round)
The recruitment drive begins on January 27th, 2025. I\u2019m reaching out to anyone who is attending a HashedIn by Deloitte recruitment drive on January 27th, 28th, or 29th, or those whose universities/colleges hosted the drive(2023 , 2024 , 2025 batch). If you\u2019ve already participated, could you please share the questions asked during the Online Test, Technical Interview 1 & 2, and the Fitment Round? Your insights would be incredibly helpful for those of us attending the drive later.

Additionally, if any current HashedIn or Deloitte employees see this, could you provide some rough numbers regarding the openings available at each office on specific days (e.g., January 27th, 28th, etc.)? It would be greatly appreciated!

Please upvote and comment to keep this post active , so everyone who has a recruitment drive can benefit from the shared experiences.

Thanks in advance for your help!

Best regards,

Free preview. Unlock all questions →

Topics

Arrays Binary Search Dynamic Programming Greedy Recursion Sql