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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

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 at Institute of Management Nirma University, Ahmedabad and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Coding Test 

We were given notepad to write pseudo code, there were 3 questions, 1 easy, 1 medium and 1 hard. We had to write time and space complexity for each question.

Round 2 - Technical 

(1 Question)

  • Q1. 4 questions were asked , 3 easy and 1 medium level , some questions of programming language and OOPS.
Round 3 - Technical 

(1 Question)

  • Q1. 1 coding question of hard level, was somewhat similar to no. Of island , I gave dfs approach but he asked me to code using bfs. 2nd question was designing snake and ladder with N number of player and N cel...
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions , project discussion and some scenario based problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on Data structures and algorithms + Low level system design.

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 19 May 2022

I was interviewed in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Interviewer had good knowledge

  • Q1. 

    Pair Sum Problem Statement

    You are provided with an array ARR consisting of N distinct integers in ascending order and an integer TARGET. Your objective is to count all the distinct pairs in ARR whose sum...

Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Hard

LLD

  • Q1. Can you describe the database design for a ticket booking system like BookMyShow?
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Medium

Interview experience 
Salary negotiation

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNoHashedin By Deloitte interview preparation:Topics to prepare for the interview - Data structure and algorithm, Java basics, OOPs concept, Design Patterns, SpringTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice competitive programming, attempt 2 questions daily 
Tip 2 : Never leave the basics of your coding skills behind
Tip 3 : Should know in-out of your projects

Application resume tips for other job seekers

Tip 1 : never lie on your resume 
Tip 2 : should know in & out of your listed projects

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 (4)

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It consists of 3 questions:

The first question was related to DP (Hard)
Second was related to math(Easy)

Third was related to string (Medium)

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

  • Ans. 

    I was able to pass only 1 test case out of 5

  • Answered Anonymously
  • Q2. 

    Trailing Zeros in Factorial Problem

    Find the number of trailing zeroes in the factorial of a given number N.

    Input:

    The first line contains an integer T representing the number of test cases.
    Each of the...
  • Ans. 

    I was able to pass only 3 test case out of 5

  • Answered Anonymously
  • Q3. 

    Find K'th Character of Decrypted String

    You are given an encrypted string where repeated substrings are represented by the substring followed by its count. Your task is to find the K'th character of the d...

  • Ans. 

    I was able to pass all test cases

  • Answered Anonymously
Round 2 - Video Call 

(3 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Standard DS/Algo round. It was at around 12 PM

  • Q1. 

    Leaders in an Array Problem Statement

    Given a sequence of numbers, the task is to identify all the leaders within this sequence. An element is considered a leader if it is strictly greater than all the el...

  • Ans. 

    Start the iteration from the right side and keep the track of the maximum array till that particular element of the array.

  • Answered Anonymously
  • Q2. 

    Find Two Missing Numbers Problem Statement

    Given an array of unique integers where each element is in the range [1, N], and the size of the array is (N - 2), there are two numbers missing from this array....

  • Ans. 

    First I solved this question in O(n) space and O(n) time then they asked me to optimize it and solve it without extra space.

  • Answered Anonymously
  • Q3. 

    Reverse the Linked List

    Given a singly linked list of integers, your task is to return the head of the reversed linked list.

    Input:

    The first line of input contains an integer 'T' representing the numbe...
  • Ans. Brute Force

    The brute force approach is to use recursion. First, we reach the end of the Linked List recursively and at last node, we return the last node, which becomes the new head of the partially reversed Linked List. While coming back from each recursion call we add the current node in the current recursion call to the last node of the partially reversed Linked List and assign the current node to null.

     

    Steps:

    &...

  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 35 minutes
Round difficulty - Easy

First, he asked me to introduce myself.
Then, he told me that as you know this is a design round so design a music player like Spotify. 
First, I have designed the database using tables and Primary and Foreign Keys.
Then, he told me to write the code for it and told me that before I write the code tell me that which data structure will you use and why?
Then, he discussed with me for around 10 to 15 min that why am I using particular DS and why not someone else and what will be the problem in a particular data structure, and how will certain DS perform in case of various operations like searching, adding, deleting the songs in the music player.
Then, he told me to write the code for a playlist of this music player with all possible operations.

  • Q1. Design a music player similar to Spotify.
  • Ans. 

    Tip 1 : First design the database and show them the database schema
    Tip 2 : Then share your approach and data structures which you'll use
     

  • Answered Anonymously
Round 4 - HR 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

Interviewer was very friendly
And, timing was around 12.30 PM

  • Q1. Why should we hire you?
  • Ans. 

    Tip 1 : The cross-questioning can go intense sometimes, think before you speak.


    Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have an opinion.
     

    Tip 3 : Context of questions can be switched, pay attention to the details. It is okay to ask questions in these rounds, like what are the projects currently the company is investing in, which team you are mentoring, ...

  • Answered Anonymously
  • Q2. What do you know about the company?
  • Ans. 

    General Tip : Before an interview for any company, have a brief insight about the company, what it does, when was it founded and so on. All these info can be easily acquired from the Company Website itself.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from G L Bajaj Institute of Technology & Management. Eligibility criteriaAbove 7 CGPAHashedin By Deloitte interview preparation:Topics to prepare for the interview - Data Structures, Low Level System Design, DBMS, Algorithms, OOPSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 100+ questions 
Tip 2 : Clear with your approach and time-space complexity of your approach
Tip 3 : Also focus on low-level design

Application resume tips for other job seekers

Tip 1 : Mention your coding handles
Tip 2 : Also, mention about your project tech stacks

Final outcome of the interviewSelected

Skills evaluated in this interview

Top HashedIn by Deloitte Software Developer Interview Questions and Answers

Q1. Chocolate PickupNinja 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 the help of his friends. Initially, Alice... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Topics - There were three question, 1- easy, 2-medium
Medium level questions were from dynamic programming

Round 2 - Technical 

(1 Question)

  • Q1. Basic question were asked from the topics of OS, OOP, Database and Networking. 1 DSA question was asked.
Round 3 - Technical 

(1 Question)

  • Q1. Low level system design question was given. Design a database for a online cab booking company.
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - - For DSA focus more on DP
- Low level design, including database design and oop design is often asked.

Top HashedIn by Deloitte Software Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
Add answer

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 (181)

HashedIn by Deloitte interview questions for popular designations

 Software Developer

 (17)

 Software Engineer

 (14)

 Devops Engineer

 (7)

 Software Engineer2

 (7)

 Software Engineer II

 (4)

 Data Engineer

 (3)

 Front end Developer

 (3)

 SDE-2

 (3)

SE1 Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was paper pen based test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Palindrome Question
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for helping others and a strong background in customer service.

    • Customer service experience in retail and hospitality industries

    • Strong communication and problem-solving skills

    • Passionate about making a positive impact in the community

  • Answered by AI

Get interview-ready with Top HashedIn by Deloitte Interview Questions

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 60 mins Technical discussion: Medium level LC question, Questions about oops concepts, Spring boot, Hibernate, Streams api, Threads lifecycle.
Round 2 - Technical 

(1 Question)

  • Q1. 60 min System Design Round: System design round ecommerce website LLD, HLD of project currently working, Docker basics, Kafka, Springboot, Hibernate.
Round 3 - Fitment round 

(1 Question)

  • Q1. 30 mins Fitment Round Cultural fit questions, Daily roles and Responsibilities, Situation based questions, Agile Methodology, Scrum

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Software Development Engineer II interview:
  • Java 8 features
  • springboot
  • Hibernate
  • Kafka
  • OOPS
  • System Design
Interview preparation tips for other job seekers - Be yourself during the interview try not to answer bookish knowledge,
They check for your understanding of the concepts,
Don't fake on your resume about the things not aware about,
Interviewers are very friendly and try to help you if stuck somewhere.

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Jobs at HashedIn by Deloitte

View all

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

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

I applied via campus placement at Amrita School of Engineering, Bangalore and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, one on arrays and other on stack, both medium level

Round 2 - Technical 

(1 Question)

  • Q1. Easy to medium questions on lists and strings
Round 3 - Technical 

(1 Question)

  • Q1. System design round where music system system (spotify) was asked
Round 4 - HR 

(2 Questions)

  • Q1. Why Hashedin as a choice of company
  • Ans. 

    Hashedin offers challenging projects, great learning opportunities, and a supportive work culture.

    • Challenging projects in cutting-edge technologies like cloud computing, AI, and IoT.

    • Opportunity to work with top clients across various industries.

    • Supportive work culture with emphasis on learning and growth.

    • Strong focus on innovation and continuous improvement.

    • Positive reviews from current and former employees on platform

  • Answered by AI
  • Q2. Location, higher studies, family, etc.

Top HashedIn by Deloitte SDE-2 Interview Questions and Answers

Q1. Minimum count of balls in a bagYou are given an integer array ‘ARR’ of size ‘N’, where ‘ARR[i]’ denotes the number of balls in the ‘i-th’ bag. You are also given an integer ‘M’, denoting the maximum number of operations you can perform on ‘... read more
View answer (2)

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Git , docker , kubernetes, terraform
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question in devops

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode easy - medum questions
  • Q2. DSA questions - linkedlist, tree etc
Round 2 - System Design 

(1 Question)

  • Q1. Design a database for instagram
  • Ans. 

    Database design for Instagram platform

    • Create tables for users, posts, comments, likes, followers, and hashtags

    • Use primary and foreign keys to establish relationships between tables

    • Include fields such as user_id, post_id, comment_id, like_id, follower_id, and hashtag_id

    • Implement indexes for faster data retrieval

    • Consider scalability and performance optimization techniques

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Explain how would you react under a condition where your colleague does not agree your ideas

Skills evaluated in this interview

Top HashedIn by Deloitte Software Developer Interview Questions and Answers

Q1. Chocolate PickupNinja 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 the help of his friends. Initially, Alice... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Ajay Kumar Garg Engineering College, Ghaziabad and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding+ case study round

Round 2 - Case Study 

HR round with salary discussion

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

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.

Tell us how to improve this page.

HashedIn by Deloitte Interview Process

based on 83 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.7
 • 284 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

HashedIn by Deloitte Reviews and Ratings

based on 409 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.9

Promotions

4.0

Work satisfaction

Explore 409 Reviews and Ratings
DevOps Engineer-II

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

DevOps Engineer

Hyderabad / Secunderabad,

Pune

+2

2-6 Yrs

Not Disclosed

Quality Engineer

Hyderabad / Secunderabad,

Pune

+2

1-5 Yrs

₹ 5-14.75 LPA

Explore more jobs
Software Engineer
414 salaries
unlock blur

₹5 L/yr - ₹16.1 L/yr

Software Engineer2
374 salaries
unlock blur

₹9.5 L/yr - ₹23.3 L/yr

Senior Software Engineer
206 salaries
unlock blur

₹8 L/yr - ₹26.5 L/yr

Software Engineer II
173 salaries
unlock blur

₹9.7 L/yr - ₹20 L/yr

Senior Product Specialist
163 salaries
unlock blur

₹12.4 L/yr - ₹27 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