Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HashedIn by Deloitte Team. If you also belong to the team, you can get access from here

HashedIn by Deloitte Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HashedIn by Deloitte Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top HashedIn by Deloitte Interview Questions and Answers

View all 126 questions

HashedIn by Deloitte Interview Experiences

Popular Designations

113 interviews found

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Case Study 

Business case study on related to IT and optimisation.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Why you want to join Hashedin?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Questions on your presentation.
  • Q3. Product Manager Basic Questions
  • Q4. Why Product Manager Job
  • Q5. Why Changing the domain now.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep reading PM School case study on LinkedIn and participate also.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Sdet Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple problems on arrays, hashmaps and linked lists. A design/OOP problem about a vending machine.

Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
HashedIn by Deloitte Interview Questions and Answers for Freshers
illustration image

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

It was conducting in the afternoon, With great environment, and challenging questions

  • Q1. 

    Find All Pairs Adding Up to Target

    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.

    Input:

    The first line ...
  • Ans. 

    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.

  • Answered by AI
  • Q2. 

    Container With Most Water Problem Statement

    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...

  • Ans. 

    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...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding + Core CS

  • Q1. 

    Group Anagrams Problem Statement

    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...

  • Ans. 

    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

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

System Design + Core CS

  • Q1. Can you describe the design of a banking system?
  • Ans. 

    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...

  • Answered by AI
Round 4 - HR 

Round duration - 60 minutes
Round difficulty - Easy

Simple Basic HR Fitment

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaB.E/B.Tech, MCA, M.E/M.Tech (CSE and Aligned Branches only) with no active backlogs with 60% or 6.0 CGPA throughout and year of passing must be 2022.HashedIn interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Database Management Systems, Object Orientated Programing, Operating Systems, Computer NetworksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Consistency
Tip 2 : Never Give Up
Tip 3 : Learn from the mistakes

Application resume tips for other job seekers

Tip 1 : Simple and short providing the required information
Tip 2 : Single page resume with showing all the multiple projects which have done.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top HashedIn by Deloitte Software Developer Interview Questions and Answers

Q1. Chocolate Pickup Problem Ninja has a 'GRID' of size 'R' x 'C'. Each cell of the grid contains some chocolates. Ninja has two friends, Alice and Bob, and he wants to collect as many chocolates as possible with their help. Alice starts at the... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Round 1 - Coding Test 

1 hour of coding round. Questions mainly from DSA.

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions based on your resume.
Round 3 - HR 

(1 Question)

  • Q1. Genral questions as to why Hashedin.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA.
Know whats on your resume.

Top HashedIn by Deloitte Software Engineer Interview Questions and Answers

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

HashedIn by Deloitte interview questions for popular designations

 Software Developer

 (17)

 Software Engineer

 (14)

 Devops Engineer

 (7)

 Software Engineer2

 (7)

 Software Engineer II

 (4)

 SDE-2

 (3)

 Front end Developer

 (3)

 Data Engineer

 (3)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Coding Test 

3 medical level difficulty DSA question were asked.

Round 2 - Coding Test 

2 coding questions with easy and medium difficulty were asked

Round 3 - Coding Test 

2 coding questions with medium difficulty

Round 4 - HR 

(1 Question)

  • Q1. General questions like my long term goals and all

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

Get interview-ready with Top HashedIn by Deloitte Interview Questions

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I was interviewed in Jul 2021.

Round 1 - Video Call 

(1 Question)

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.

 

  • Q1. 

    Minimum Count of Balls in a Bag Problem Statement

    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...

  • Ans. 

    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.

  • Answered by AI
Round 2 - Video Call 

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 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a half an hour round with a Senior Manager.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from University of Massachusetts Lowell. I applied for the job as SDE - 2 in BangaloreEligibility criteriaNo criteriaHashedIn interview preparation:Topics to prepare for the interview - Java, Data Structures and Algorithms, System and Database Design, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

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.
 

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)

Jobs at HashedIn by Deloitte

View all

I applied via LinkedIn and was interviewed in Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. In depth discussion over dsa, Java and Spring boot, Mysql and OS
Round 3 - Technical 

(1 Question)

  • Q1. It was a dedicated round for system design and Java j2ee development along with rest api concepts
Round 4 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
  • Q6. In depth discussion about extra curriculum activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare hard for Java Spring boot development along with any RDS with in depth system design concepts. All the best!!

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Few basic SQL question
And
The primary tech stack coding question

Round 2 - Case Study 

It was a product manager round

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)

I was interviewed before May 2021.

Round 1 - Coding Test 

(2 Questions)

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

  • Q1. 

    Remove Duplicates from String Problem Statement

    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...

  • Ans. 

    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.

  • Answered by AI
  • Q2. 

    Maximum Subarray Sum Problem Statement

    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.

    Explanation...

  • Ans. 

    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.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

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.

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    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.

  • Answered by AI
Round 3 - HR 

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

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaMinimum 7 CGPAHashedin By Deloitte interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Operating System, Java, DatabaseTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare Data structures and algorithms well
Tip 2 : Prepare CS core subjects well

Application resume tips for other job seekers

Tip 1 : Mention coding profiles
Tip 2 : Properly mention projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Top HashedIn by Deloitte Software Developer Interview Questions and Answers

Q1. Chocolate Pickup Problem Ninja has a 'GRID' of size 'R' x 'C'. Each cell of the grid contains some chocolates. Ninja has two friends, Alice and Bob, and he wants to collect as many chocolates as possible with their help. Alice starts at the... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. There were 3 rounds
  • Q2. 1) Questions related to core java , data structure and algo , sql
  • Q3. 2) Questions related to design pattern , spring boot , java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Data struture and algo

Top HashedIn by Deloitte Software Engineer Interview Questions and Answers

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte interview?
HashedIn by Deloitte interview process usually has 2-3 rounds. The most common rounds in the HashedIn by Deloitte interview process are Technical, Coding Test and HR.
How to prepare for HashedIn by Deloitte interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HashedIn by Deloitte. The most common topics and skills that interviewers at HashedIn by Deloitte expect are Python, Hibernate, Spring Boot, SQL and Java.
What are the top questions asked in HashedIn by Deloitte interview?

Some of the top questions asked at the HashedIn by Deloitte interview -

  1. Optimize the code for job scheduling written in the first ro...read more
  2. Optimize the code for generating prime numb...read more
  3. What is CRFS? The experience around working with ...read more
How long is the HashedIn by Deloitte interview process?

The duration of HashedIn by Deloitte interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

HTC Global Services

INTERVIEWS

HashedIn by Deloitte

No Interviews

COMPANY BENEFITS

HashedIn by Deloitte

No Benefits

COMPANY BENEFITS

HashedIn by Deloitte

No Benefits

INTERVIEWS

Reliance Games

No Interviews

INTERVIEWS

Mphasis

No Interviews

LIST OF COMPANIES

Reliance Games

Locations

INTERVIEWS

Trianz

No Interviews

SALARIES

Ingenuity Gaming

Tell us how to improve this page.

HashedIn by Deloitte Interview Process

based on 85 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

HashedIn by Deloitte Reviews and Ratings

based on 414 reviews

4.2/5

Rating in categories

4.3

Skill development

4.1

Work-life balance

4.0

Salary

4.4

Job security

4.3

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 414 Reviews and Ratings
DevOps Engineer-II

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

DevOps Engineer

Hyderabad / Secunderabad,

Pune

+2

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
424 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
378 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
199 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
174 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview