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 for Freshers

Updated 5 Apr 2025

Top HashedIn by Deloitte Interview Questions and Answers for Freshers

View all 33 questions

HashedIn by Deloitte Interview Experiences for Freshers

Popular Designations

25 interviews found

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked three DSA problem. The first one was two sum problem if array is not sorted, then the interviewer asked what if the array is sorted. Second question was maximum sum subarray and third was to fi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be really good with DSA and core computer subjects. They can ask questions related to these from anywhere.

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

I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Arrays, MergeSort, Hashing, and Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA thoroughly and know your projects. They will ask in deep

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic array based questions and some puzzles

Round 2 - Technical 

(1 Question)

  • Q1. Object oriented concepts and college projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algorithms and data structures well

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)

I applied via Approached by Company and was interviewed before Oct 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Sql and python questions
Round 3 - Technical 

(1 Question)

  • Q1. Spark and system design questions
Round 4 - Fitment round 

(1 Question)

  • Q1. Mnagerial round. Regarding previous company experience.

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Senior Data Engineer interview:
  • SQL
  • Spark
Interview preparation tips for other job seekers - Work on sql and internal of spark. Prepare system design for big data systems or real time streaming applications.

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

HashedIn by Deloitte interview questions for popular designations

 Software Developer

 (17)

 Software Engineer

 (15)

 Devops Engineer

 (8)

 Software Engineer2

 (8)

 Software Engineer II

 (4)

 Front end Developer

 (3)

 Software Development Engineer

 (3)

 Intern

 (3)

I applied via Approached by Company and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sort an array of 0s,1s,2s in O(n) time.
  • Ans. 

    Sort an array of 0s, 1s, 2s in linear time.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Traverse the array once and swap elements based on their values.

    • The final array will have 0s, 1s, and 2s grouped together in that order.

  • Answered by AI
  • Q2. Kth smallest element in array
  • Ans. 

    Finding the Kth smallest element in an array.

    • Sort the array and return the Kth element.

    • Use a min heap to find the Kth smallest element.

    • Use quickselect algorithm to find the Kth smallest element.

    • Divide and conquer approach using binary search.

    • Use selection algorithm to find the Kth smallest element.

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Project related questions
  • Q2. Designing of APIs, SQL query to find second largest value
  • Ans. 

    Designing APIs and finding second largest value in SQL query.

    • For API design, consider RESTful principles and use clear and concise naming conventions.

    • For finding second largest value in SQL, use ORDER BY and LIMIT clauses.

    • Consider edge cases such as duplicates and null values.

    • Test thoroughly to ensure correct functionality.

  • Answered by AI
  • Q3. Find if pair sum exists in array
  • Ans. 

    Check if there exists a pair of numbers in the array that add up to a given sum.

    • Iterate through the array and for each element, check if the difference between the sum and the element exists in the array using a hash table.

    • Alternatively, sort the array and use two pointers to traverse from both ends towards the middle, adjusting the pointers based on the sum of the current pair.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Design a data structure to store and search strings like in a dictionary.(basically trie) . And some follow ups for modification according to use cases.

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Software Developer interview:
  • Data Structures
  • RDBMS
Interview preparation tips for other job seekers - Practice easy to medium searching, sorting , strings and sliding window questions. Basics of all kinds of data structures and their implementation.

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

Get interview-ready with Top HashedIn by Deloitte Interview Questions

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte interview for freshers?
HashedIn by Deloitte interview process for freshers usually has 2-3 rounds. The most common rounds in the HashedIn by Deloitte interview process for freshers are Technical, Coding Test and One-on-one Round.
How to prepare for HashedIn by Deloitte interview for freshers?
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 Adobe Creative Suite, CSS, HTML, UI Development and UX.
What are the top questions asked in HashedIn by Deloitte interview for freshers?

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

  1. 1. Describe your projects in depth. 2. Database schema design of Codechef. 3. S...read more
  2. Designing of APIs, SQL query to find second largest va...read more
  3. Q1 - Pre order traversal without recursion. Q2 - Reverse a linked li...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 for Freshers

based on 11 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
CitiusTech Interview Questions
3.3
 • 276 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
View all

HashedIn by Deloitte Reviews and Ratings

based on 434 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 434 Reviews and Ratings
Software Engineer
444 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Software Engineer2
397 salaries
unlock blur

₹8.5 L/yr - ₹23.3 L/yr

Senior Software Engineer
224 salaries
unlock blur

₹8.1 L/yr - ₹30 L/yr

Software Engineer II
186 salaries
unlock blur

₹9.7 L/yr - ₹21.8 L/yr

Software Developer
180 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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