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 26 Mar 2025

Top HashedIn by Deloitte Interview Questions and Answers

View all 130 questions

HashedIn by Deloitte Interview Experiences

Popular Designations

119 interviews found

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Count occurence of element in an array
  • Ans. 

    Count occurrence of element in an array of strings

    • Use a loop to iterate through the array

    • Use a dictionary to store the count of each element

    • Increment the count for each element encountered

  • Answered by AI
  • Q2. Right rotational array
  • Q3. System design of snake and ladder
  • Ans. 

    System design for the game of Snake and Ladder

    • Create a board with 100 cells and mark the positions of snakes and ladders

    • Implement a player class with a current position on the board

    • Roll a dice to move the player and check for snakes and ladders

    • Keep track of player scores and winner at the end of the game

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice easy leet code questions to crack first round

Skills evaluated in this interview

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)

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 Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write code to find max length subarray matching the given sum
  • Ans. 

    Code to find max length subarray matching the given sum

    • Use a sliding window approach to iterate through the array

    • Keep track of the current sum and the maximum length subarray

    • If the current sum exceeds the given sum, move the window's left pointer

    • If the current sum matches the given sum, update the maximum length subarray

    • Return the maximum length subarray

  • Answered by AI
  • Q2. Write CLI snake and ladders game code
  • Ans. 

    CLI snake and ladders game code

    • Create a board with 100 cells using a 10x10 array

    • Define snakes and ladders positions as an array of tuples

    • Use a loop to alternate player turns and move them based on dice roll

    • Check for snakes and ladders and update player position accordingly

    • Print the board after each turn and declare winner when a player reaches cell 100

  • Answered by AI
  • Q3. Write an SQL query to given an output from given tables
  • Ans. 

    SQL query to retrieve output from given tables

    • Identify the tables and their relationships

    • Determine the columns to be selected

    • Use appropriate join and filter conditions

    • Group and aggregate data if required

  • Answered by AI
  • Q4. Basic oops concepts
  • Q5. Method overloading vs Method overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a subclass method with the same name and parameters as a superclass method.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is used to provide a specific implementation of a method in a subclass that is already defined in a supe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know basic concepts of oops, data structures, algorithms.
Have an understanding of sdlc, agile methodologies.

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)

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)

Interview Questionnaire 

2 Questions

  • Q1. Css flexbox & grid
  • Q2. Variable declaration in js
  • Ans. 

    Variable declaration in JavaScript

    • Use 'var', 'let', or 'const' to declare variables

    • Variables declared with 'var' have function scope

    • Variables declared with 'let' or 'const' have block scope

    • Variables declared with 'const' cannot be reassigned

    • Use descriptive variable names

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Get interview-ready with Top HashedIn by Deloitte Interview Questions

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They came to our college for placement, they came up with the question paper for first round which contains questions to predict the outcome of the code, and 1 database related questions and asked to write...
  • Q2. 2nd round they ask the question related the answer you wrote in the 1 round. Then they ask the fav subject based on that they start asking questions related to that subject. Ex. If you database as favourit...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you are answering because you will get your question based on your answer

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

Jobs at HashedIn by Deloitte

View all

I appeared for an interview before Sep 2021.

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. Coding round to test DSA skills: questions- easy to medium
Round 3 - Technical 

(1 Question)

  • Q1. Second round would be the design round and focus is on LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1: Leetcode easy to medium
Round 2: Design patterns, SOLID principles and practice LLD questions

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)

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)

Technical Analyst Interview Questions & Answers

user image Swapnil Tiwari

posted on 4 Nov 2015

Interview Questionnaire 

13 Questions

  • Q1. Optimize the code for job scheduling written in the first round
  • Ans. 

    Optimize job scheduling code

    • Use priority queue to efficiently schedule jobs

    • Implement dynamic programming to optimize job sequence

    • Consider parallel processing to reduce overall time

    • Use efficient data structures to store job information

  • Answered by AI
  • Q2. Optimize the code for generating prime numbers
  • Ans. 

    Use Sieve of Eratosthenes algorithm to optimize prime number generation.

    • Implement Sieve of Eratosthenes algorithm to eliminate non-prime numbers

    • Use boolean array to mark non-prime numbers

    • Start with 2 and mark all its multiples as non-prime, then move to next unmarked number

    • Stop at square root of the upper limit to optimize performance

  • Answered by AI
  • Q3. Implement a min stack using a single stack
  • Ans. 

    Implement a min stack using a single stack

    • Create a stack to hold the elements and another stack to hold the minimum values

    • When pushing an element, check if it's smaller than the current minimum and push it to the minimum stack if it is

    • When popping an element, check if it's the current minimum and pop it from the minimum stack if it is

    • To get the minimum value, return the top element of the minimum stack

  • Answered by AI
  • Q4. Level order traversal
  • Q5. Explain the deadlock condition
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

    • Occurs in multi-process systems

    • Processes hold resources and wait for others to release resources

    • Can lead to system freeze or crash

    • Prevented by proper resource allocation and scheduling

    • Example: Two trains on a single track, each waiting for the other to pass first

  • Answered by AI
  • Q6. Difference between a semaphore and mutex
  • Ans. 

    Semaphore is used to control access to a resource with limited capacity while mutex is used to synchronize access to a shared resource.

    • Semaphore allows multiple threads to access a resource simultaneously up to a certain limit while mutex allows only one thread to access a shared resource at a time.

    • Semaphore can be used to solve the producer-consumer problem while mutex can be used to solve the critical section problem...

  • Answered by AI
  • Q7. Tell me about yourself
  • Ans. 

    I am a technical analyst with experience in data analysis and software development.

    • I have a degree in computer science and have worked in the tech industry for 5 years.

    • I specialize in data analysis and have experience with programming languages such as Python and SQL.

    • I have worked on projects involving data visualization and machine learning.

    • I am a quick learner and enjoy staying up-to-date with the latest technologies

  • Answered by AI
  • Q8. Your weakness
  • Ans. 

    I tend to overthink and get stuck in analysis paralysis.

    • I am aware of this weakness and actively work on setting deadlines for myself.

    • I also seek input from colleagues to help me make decisions.

    • For example, when working on a project, I will set a deadline for myself to make a decision and then consult with a colleague to get their perspective.

    • This helps me to avoid getting stuck in overthinking and ensures that I am ma

  • Answered by AI
  • Q9. Why Hashedin
  • Ans. 

    Hashedin is a leading software development company with a focus on delivering innovative solutions.

    • Expertise in cutting-edge technologies

    • Proven track record of successful project delivery

    • Strong emphasis on client satisfaction

    • Collaborative and agile approach to development

    • Dedicated team of experienced professionals

  • Answered by AI
  • Q10. Do you play Poker or any card game
  • Ans. 

    Yes, I play Poker occasionally.

    • I enjoy playing Poker with friends and family.

    • I have a good understanding of the rules and strategies of the game.

    • Playing Poker helps me improve my analytical and decision-making skills.

  • Answered by AI
  • Q11. On the basis of priority, in which order will you place these - Money, Smartness, Knowledge
  • Q12. Would you be satisfied if we handle your Roti, kapda, makan expenses and dont give you salary just some pocket money
  • Ans. 

    No, I would not be satisfied with just pocket money and expenses.

    • Salary is an important aspect of any job and cannot be replaced by just expenses and pocket money.

    • Expenses and pocket money are not enough to cover other important expenses like savings, investments, and emergencies.

    • It is important to have a fair and reasonable salary that reflects the value of the work being done.

    • Without a salary, it would be difficult t...

  • Answered by AI
  • Q13. Give a solution to store newspapers of a company
  • Ans. 

    Store newspapers of a company

    • Create a database to store newspaper information

    • Use a unique identifier for each newspaper

    • Include fields for date, title, author, and content

    • Implement a search function for easy retrieval

    • Consider implementing a backup system for data security

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The first round was tough and required experience in programming. There were I/O questions in the first section and 4 programming questions, one from binary tree, second one was a job scheduling problem (which i later found on codechef), third one was a question on recursion and the last one was some jquery question.
Tips: If you are unable to crack some of the subjective questions and do get shortlisted, make sure you find their solutions if you are selected for the tech interview.
Duration: 90 minutes
Total Questions: 10

Round: Test
Experience: We were asked to write two simple codes and the challenge was to write codes which when typed exactly the same in a c compiler, gives the expected o/p without any error. The first question was to print all the prime numbers from 1 to n and the second one was to merge two sorted arrays.
Tips: Don't rush and keep calm. This round was very easy to crack.
Duration: 15 minutes
Total Questions: 2

Round: Technical Interview
Experience: The interviewer was very friendly and was giving me time to think. If you are good at CS concepts, you can crack this round

Round: Stress Interview
Experience: The interviewer was trying to check my patience I think. He kept out pointing out bugs in my solutions and I kept on tackling them and didn't give up
Tips: Don't give up just think and give reasonable solutions/arguments.

Round: HR Interview
Experience: There were two interviewers and both of them were friendly.

General Tips: I think not giving up one tough problems made the difference for me
Skills: Database Management, Operating System Basics, Data Structures And Algorithms, Ability To Cope Up With Stress
College Name: VIT Vellore
Motivation: The work culture seemed nice and the work domain was in my interest.

Skills evaluated in this interview

Top HashedIn by Deloitte Technical Analyst Interview Questions and Answers

Q1. Optimize the code for job scheduling written in the first round
View answer (1)

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
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 89 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 426 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 426 Reviews and Ratings
Software Engineer
451 salaries
unlock blur

₹5 L/yr - ₹16.5 L/yr

Software Engineer2
396 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
185 salaries
unlock blur

₹9.7 L/yr - ₹20 L/yr

Software Developer
176 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