i
HashedIn by Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.
3 questions - 1 easy, 1 medium, 1 hard. Duration - 1h
I applied via Campus Placement and was interviewed before Sep 2022. There were 5 interview rounds.
They asked total 3 questions which needed to be solved in 1:30 hours. Coding questions were medium to difficult from leetcode.
I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.
Gives 2 medium level coding questions.
I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.
Check if the given string is balanced or not?
Designing a scalable and efficient e-commerce platform for online shopping.
Use microservices architecture for scalability and flexibility
Implement caching mechanisms to improve performance
Utilize a robust database system for storing product information and user data
Integrate payment gateways for secure transactions
Implement search and recommendation algorithms for personalized user experience
HashedIn by Deloitte interview questions for popular designations
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
DSA question based on array and trees.
Get interview-ready with Top HashedIn by Deloitte Interview Questions
I was interviewed in May 2022.
Round duration - 90 minutes
Round difficulty - Medium
There was three questions in the test. I was able to solve 2.5 questions. 2 Questions was of medium difficulty and one was easy.
Given an integer number num
, your task is to convert 'num' into its corresponding word representation.
The first line of input contains an integer ‘T’ denoting the number o...
Convert a given integer number into its corresponding word representation.
Implement a function that converts the given number into words by breaking it down into its individual digits and mapping them to their word representation.
Handle special cases like numbers less than 20, multiples of 10, and numbers in the hundreds and thousands place.
Ensure that there is a space between every two consecutive words and all charac
Round duration - 60 Minutes
Round difficulty - Medium
Interviewer asked me 2 DSA question and 10 short answer type questions.
Timing around 1 hour.
Interview was on zoom and we can use our own editor, for eg I used Vs Code.
Interviewer was very helpful. He helps me finding the edge cases.
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Use Floyd's Tortoise and Hare algorithm to detect a cycle in the linked list.
Maintain two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a cycle, the fast pointer will eventually meet the slow pointer.
If the fast pointer reaches the end of the list (null),...
Round duration - 60 Minutes
Round difficulty - Medium
Total duration of the round is 60 minutes.
Interview was on zoom. we can use any editor.
It was Design round.
Designing a social media platform with friend requests and posts.
Implement user profiles with friend request functionality.
Allow users to create and share posts on their profiles.
Include news feed to display posts from friends.
Implement notifications for friend requests and post interactions.
Include privacy settings for posts and friend requests.
Consider implementing features like comments, likes, and shares for posts.
Round duration - 20 Minutes
Round difficulty - Easy
Duration of this round is 20 minutes.
Interview was on zoom.
Interviewer was very friendly.
Tip 1 : Give mock interview as much as you can.
Tip 2 : Be confident in the interview.
Tip 3 : Try to explain your logic to yourself whenever you are preparing. It will help you in the real interview
Tip 4 : Make one or two good project (good project means using functionalities like database, authentication).
Tip 1 : Explain your project briefly in your resume.
Tip 2 : Write only those points in the resume that is linked to this profile.
I was interviewed in May 2022.
Round duration - 90 minutes
Round difficulty - Medium
My test was scheduled at 2 pm and I received the test link at exactly 2 pm in my mail. The platform was quite user-friendly. The test consists of 3 coding question and I have solved all 3 of them.
Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
Find the maximum sum of any contiguous subarray within an array of integers.
Iterate through the array and keep track of the maximum sum of subarrays encountered so far.
At each index, decide whether to include the current element in the subarray or start a new subarray.
Use Kadane's algorithm to efficiently find the maximum subarray sum.
Example: For array [34, -50, 42, 14, -5, 86], the maximum subarray sum is 137.
We have a set collection of N
stones, and each stone has a given positive integer weight. On each turn, select the two stones with the maximum weight and smash them toge...
Find the weight of the last stone remaining after smashing stones together.
Sort the stones in descending order.
Simulate the smashing process by repeatedly smashing the two heaviest stones until only one stone is left.
Return the weight of the last stone, or 0 if no stone is left.
Round duration - 60 minutes
Round difficulty - Medium
This round consists of questions based on DSA and CS fundamentals. The interviewer was very nice she helped me whenever I was shucked in the question. Apart from dsa questions were based on DAMS, CN, OOPS, OS, Github.
For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list.
A...
Detect and remove loop in a singly linked list in place with O(n) time complexity and O(1) space complexity.
Use Floyd's Tortoise and Hare algorithm to detect the loop in the linked list.
Once the loop is detected, find the start of the loop using the same algorithm.
Adjust the pointers to remove the loop and return the modified linked list.
Example: For input 5 2 and elements 1 2 3 4 5, output should be 1 2 3 4 5.
Round duration - 30 minutes
Round difficulty - Medium
It was the HR Interview and consists of basic HR interview questions.
Tip 1 : Solve dsa 450 sheet of Love Babbar.
Tip 2 : Prepare CS fundamentals well.
Tip 3 : Revise Oops concepts.
Tip 4 : Read previous interview experiences.
Tip 1 : Mention links of your coding profile.
Tip 2 : Mention your projects and they should be live.
Tip 3 : Resume should be of 1 page.
Tip 4 : Mention your Mooc Courses.
Basic MCQ on DevOps and 2 coding questions
I was interviewed before Sep 2023.
Top trending discussions
The duration of HashedIn by Deloitte interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 83 interviews
Interview experience
based on 411 reviews
Rating in categories
Software Engineer
412
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
376
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
206
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer II
173
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Product Specialist
165
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech