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

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

I applied via Company Website and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions of moderate difficulty.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Code transpose of matrix
  • Ans. 

    Transpose a matrix by swapping rows with columns

    • Iterate through each row and column and swap the elements

    • Create a new matrix with swapped rows and columns

    • Ensure the new matrix has the correct dimensions

  • Answered by AI
  • Q2. Implement swap method.
  • Ans. 

    Implement a swap method for two variables.

    • Create a temporary variable to store the value of one variable.

    • Assign the value of the second variable to the first variable.

    • Assign the value of the temporary variable to the second variable.

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Depth of a binary tree
  • Ans. 

    The depth of a binary tree is the number of edges on the longest path from the root node to a leaf node.

    • Depth of a binary tree can be calculated recursively by finding the maximum depth of the left and right subtrees and adding 1.

    • The depth of a binary tree with only one node (the root) is 0.

    • Example: For a binary tree with root node A, left child B, and right child C, the depth would be 1.

  • Answered by AI
  • Q2. Middle of linked list.
  • Ans. 

    To find the middle element of a linked list, use two pointers - one moving at double the speed of the other.

    • Use two pointers - slow and fast, with fast moving at double the speed of slow.

    • When fast reaches the end of the list, slow will be at the middle element.

  • Answered by AI
  • Q3. Design book my show
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join hashedin.
  • Ans. 

    I want to join Hashedin because of its reputation for innovative projects and collaborative work environment.

    • Reputation for innovative projects

    • Collaborative work environment

    • Opportunities for growth and learning

  • Answered by AI
  • Q2. Challenges faced in my previous internship.
  • Ans. 

    Managing tight deadlines and learning new technologies were the main challenges faced in my previous internship.

    • Meeting tight project deadlines

    • Adapting to new technologies quickly

    • Working in a fast-paced environment

    • Collaborating with team members effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not hard. Be calm and prepare. Prepare cse fundamentals as well.

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C++ related questions
Round 2 - Technical 

(1 Question)

  • Q1. Sql related questions qnd c++
Round 3 - HR 

(1 Question)

  • Q1. What r u expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for software engineers.

    • Consider my years of experience in software development.

    • Take into account my specialized skills or certifications.

    • Research the current market rate for software engineers in this location.

    • Factor in any additional benefits or perks offered by the company.

    • Be open to negotiation based on the overall compensation package.

  • Answered by AI

Top HashedIn by Deloitte Software Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (4)

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

SDET Expert Interview Questions & Answers

user image SAIKAT DEY

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Introduction about yourself
  • Q2. Performance Testing by Postman? Status codes, usage of PUT & POST
  • Q3. Sanity & Smoke Testing Differences
  • Q4. User Story/Feature differences? Bug/Defect/Error differences?
  • Q5. Select & Update SQL Query - Hands-on
  • Q6. Negative testcases for a login page - Hands-on
  • Q7. Different types of Waits in Selenium? POM ?Relative/Absolute Xpath
  • Q8. Open W3School and find Xpath for search button manually - Hands-on
  • Q9. Take several types of data in an array and print only numbers from there - Programming Hands-on (Java)

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSA questions asked which was of easy-moderate leetcode level, mainly from strings and linkedlist. After that questions on projects, and technical questions on java, oops, springboot.

Round 2 - Technical 

(2 Questions)

  • Q1. It was a system design round, wherein I was asked LLD of a food delivery system with lot of deep dive questions along the way.
  • Q2. Monolith vs Microservices difference? which is better and why?
  • Ans. 

    Monolith is a single, large application while microservices are smaller, independent services. Microservices are better for scalability and flexibility.

    • Monolith is a single, large application where all components are tightly coupled. Microservices are smaller, independent services that communicate with each other through APIs.

    • Monoliths are easier to develop and deploy initially but become harder to maintain and scale a...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. It was a techno-managerial round with the hiring manager. Questions on projects, basic managerial questions.
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. If asked your team about you, how do you think they will describe you ? (2 qualities)

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Senior Java Developer interview:
  • Arrays
  • Strings
  • LinkedList
  • HashMap

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
Add answer

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)

Software Developer Interview Questions & Answers

user image Ashish Mohapatra

posted on 3 Jun 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 Questions- Easy to Medium. Questions from Greedy, Scheduling queues, and String Compression.

Round 2 - Technical 

(1 Question)

  • Q1. 2 Questions on arrays and string. Questions on sorting and CS Fundamentals. Questions on Projects in Resume.
Round 3 - Technical 

(1 Question)

  • Q1. Questions on making an ER diagram and SQL questions. One question from Greedy Algorithm.

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)

Get interview-ready with Top HashedIn by Deloitte Interview Questions

Trainee + SDE Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LeetCode Easy and medium based on sliding window and LIS

Round 2 - Technical 

(2 Questions)

  • Q1. What is a BST
  • Q2. Insert and delete node in BST

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA

Jobs at HashedIn by Deloitte

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Coding in javascript as well as react

Round 2 - Coding Test 

Coding and theoretical question based on Js and React js

Round 3 - System design 

(2 Questions)

  • Q1. System design of Jira
  • Ans. 

    Jira is a project management tool used for issue tracking, task management, and agile project management.

    • Jira allows users to create and track issues, assign tasks, and prioritize work.

    • It supports agile methodologies like Scrum and Kanban.

    • Users can customize workflows, create dashboards, and generate reports.

    • Integration with other tools like Confluence, Bitbucket, and Slack is possible.

  • Answered by AI
  • Q2. Questionin javascript about search method how you can perform it
Round 4 - Behavioral 

(2 Questions)

  • Q1. How you can handle the pressure
  • Ans. 

    I handle pressure by prioritizing tasks, staying organized, seeking support when needed, and practicing stress-relief techniques.

    • Prioritize tasks based on deadlines and importance

    • Stay organized with to-do lists and calendars

    • Seek support from colleagues or supervisors when feeling overwhelmed

    • Practice stress-relief techniques such as deep breathing or exercise

    • Maintain a positive attitude and focus on problem-solving

  • Answered by AI
  • Q2. Scrum related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try doing coding with the theoretical question.In every theory you need to provide examples with a good understanding.And in every round they will ask you the coding not that much hard it's easy to moderate

Skills evaluated in this interview

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQs - Linux, AWS, Docker, Kubernetes

Round 2 - Technical 

(2 Questions)

  • Q1. Internship related questions as per resume
  • Q2. Devops Questions regarding Docker, Linux & Git

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics concepts of Python, SQL, Spark. Few questions to write on the notepad also.
Round 2 - Technical 

(1 Question)

  • Q1. In dept discussion on spark, scenario based questions. Questions on Data Warehouse also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for the basic concepts first then prepare accordingly.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Simple DSA problems on arrays and strings.
2 questions of coding and then questions about oops and previous projects along with some sql queries.

Round 2 - Technical 

(1 Question)

  • Q1. System Design interview. Asked to make a DB schema and further design a lending application.
Round 3 - Fitment Round 

(1 Question)

  • Q1. Just a general one on one conversation with the project manager to know about your conversational capabilities and further plans ahead.

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

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

Quality Engineer

Hyderabad / Secunderabad,

Pune

+2

1-5 Yrs

₹ 5-14.75 LPA

DevOps Engineer

Hyderabad / Secunderabad,

Pune

+2

2-6 Yrs

Not Disclosed

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