i
HashedIn by Deloitte
Filter interviews by
I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.
Business case study on related to IT and optimisation.
I am excited to join Hashedin because of its reputation for innovative solutions and collaborative work culture.
Hashedin has a strong track record of delivering cutting-edge technology solutions for clients across various industries.
I am impressed by the company's focus on collaboration and teamwork, which aligns with my own work style.
I am excited about the opportunity to work with a talented and diverse team of profe...
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Simple problems on arrays, hashmaps and linked lists. A design/OOP problem about a vending machine.
I was interviewed in Aug 2021.
Round duration - 120 minutes
Round difficulty - Medium
It was conducting in the afternoon, With great environment, and challenging questions
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
Given an array of integers and a target, find all pairs of elements that add up to the target.
Iterate through the array and for each element, check if the target - element exists in a hash set.
If it exists, add the pair to the result. If not, add the element to the hash set.
Handle cases where the same element is used twice to form a pair.
Return (-1, -1) if no pair is found.
Given a sequence of ‘N’ non-negative integers, A[1], A[2], ..., A[i], ..., A[N]
, where each number represents the height of a vertical line drawn at position 'i...
Find two lines to form a container with maximum water holding capacity.
Use two pointers approach to find the maximum area by calculating the area between the lines and moving the pointers based on the height of the lines.
Keep track of the maximum area found so far.
The area is calculated as the minimum of the two line heights multiplied by the distance between the lines.
Example: For input A = [1,8,6,2,5,4,8,3,7], the ma...
Round duration - 60 minutes
Round difficulty - Medium
Coding + Core CS
Given an array or list of strings called inputStr
, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...
Group anagrams in an array of strings based on character frequency.
Iterate through each string in the input array
For each string, sort the characters and use the sorted string as a key in a hashmap to group anagrams
Return the grouped anagrams as output
Round duration - 60 minutes
Round difficulty - Medium
System Design + Core CS
A banking system is a software application that allows customers to perform financial transactions, manage accounts, and access banking services.
The system should have user authentication and authorization mechanisms to ensure security.
It should support various types of accounts such as savings, checking, and loans.
The system should allow customers to deposit, withdraw, transfer funds, and view transaction history.
It s...
Round duration - 60 minutes
Round difficulty - Easy
Simple Basic HR Fitment
Tip 1 : Consistency
Tip 2 : Never Give Up
Tip 3 : Learn from the mistakes
Tip 1 : Simple and short providing the required information
Tip 2 : Single page resume with showing all the multiple projects which have done.
1 hour of coding round. Questions mainly from DSA.
HashedIn by Deloitte interview questions for popular designations
I was interviewed before Mar 2023.
3 medical level difficulty DSA question were asked.
2 coding questions with easy and medium difficulty were asked
2 coding questions with medium difficulty
Get interview-ready with Top HashedIn by Deloitte Interview Questions
I was interviewed in Jul 2021.
Round duration - 60 minutes
Round difficulty - Medium
This was a technical round in the evening with a Software Engineer II which included a coding question along with a few questions on Core Java fundamentals.
I was given the option to either go for the coding round first or java theory. I realised that I might need more time for coding so I decided to opt for the coding round first, followed by the java related questions later.
The interviewer was extremely pleasant to speak with. He initially asked me to introduce myself and we spoke in depth about a project I worked on in my last organisation. The coding question was given on a google sheet but I was asked to code it on an online IDE without any special syntax correction features.
You are given an integer array ARR
of size N
, where ARR[i]
represents the number of balls in the i-th
bag. Additionally, you have an integer M
, which indi...
Find the minimum possible value of the maximum number of balls in a bag after performing a given number of operations.
Iterate through the bags and split them to minimize the maximum number of balls.
Keep track of the maximum number of balls after each operation.
Return the minimum possible value of the maximum number of balls.
Round duration - 90 minutes
Round difficulty - Medium
This round was in the evening with a Senior Software Engineer. He introduced himself and immediately presented the question on Google Doc.
Round duration - 30 minutes
Round difficulty - Easy
This was a half an hour round with a Senior Manager.
Tip 1 : If you are a newbie to programming, I will strongly recommend to practice LC/GFG/CodingNinjas Easy questions for clearing the basics. Once you gain confidence, you can move on to tackle medium and hard questions.
Tip 2 : Most companies require individuals to know System Design well. For somebody with 1-3 years of experience, database designing (identifying entities, their relationships and constraints), OOP concepts and API designing for Low Level Design is a must. I would recommend the "System Design Interview by Alex Xu" book for HLD preparation.
Tip 1 : Have an updated and properly formatted resume
Tip 2 : The resume tells your story so you ought to know and be able to explain whatever you've written.
Tip 3 : Do not include technologies/skills that you've not worked on at all. It can blow the interview if the interviewer questions you about it.
I applied via LinkedIn and was interviewed in Sep 2021. There were 4 interview rounds.
I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.
Few basic SQL question
And
The primary tech stack coding question
It was a product manager round
I was interviewed before May 2021.
Round duration - 60 Minutes
Round difficulty - Medium
DSA based along with CS core subject questions.
2 DSA question, one on String manipulation and another was on Array
Basic questions on Operating Systems
You are provided a string STR
of length N
, consisting solely of lowercase English letters.
Your task is to remove all duplicate occurrences of characters i...
Remove duplicates from a string of lowercase English letters.
Use a set to keep track of unique characters seen so far.
Iterate through the string and add each character to the set if it hasn't been seen before.
Construct a new string by appending characters that are not in the set.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the maximum sum subarray seen so far.
At each index, decide whether to include the current element in the subarray or start a new subarray.
Update the maximum sum subarray if the current sum is greater than the previous maximum sum.
Round duration - 50 minutes
Round difficulty - Easy
It was DSA based + Java based + Designing round. You can expect any question related to these topics depending upon Interviewer's choice and how you handle the round.
Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.
The input is a single string without any leading or trailing...
Determine if a given string is a palindrome considering only alphanumeric characters.
Remove non-alphanumeric characters from the input string.
Compare characters from start and end of the string to check for palindrome.
Handle edge cases like empty string or single character input.
Round duration - 20 Minutes
Round difficulty - Easy
The round here is called Fitment round i.e. to check how much you'll fit into HashedIn culture
Tip 1 : Prepare Data structures and algorithms well
Tip 2 : Prepare CS core subjects well
Tip 1 : Mention coding profiles
Tip 2 : Properly mention projects
I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.
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 85 interviews
Interview experience
based on 414 reviews
Rating in categories
Software Engineer
424
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
378
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
199
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer II
174
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
164
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech