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

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Leetcode medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question was asked . You need to implement optimized solution
  • Q2. Questions from resume and some on database
Round 3 - Technical 

(2 Questions)

  • Q1. Medium level dsa question. Again needed optimized approach .
  • Q2. System design questions
Round 4 - HR 

(1 Question)

  • Q1. Fitment round . Questions on previous work experience and hr questions

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)
HashedIn by Deloitte Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 3 Dsa based questions out of which two were medium and one was easy.

Round 2 - Technical 

(2 Questions)

  • Q1. System design of parking
  • Ans. 

    Design a system for parking management

    • Use sensors to detect available parking spots

    • Implement a payment system for parking fees

    • Include a mobile app for users to find and reserve parking spots

    • Utilize cameras for security monitoring

    • Integrate with navigation apps for real-time parking availability updates

  • Answered by AI
  • Q2. Dbms acid questions
Round 3 - Technical 

(2 Questions)

  • Q1. Dsa question oninked list and array medium level.
  • Q2. Project done in past
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Situation based questions
  • Q2. How did you overcome failures
  • Ans. 

    I overcome failures by learning from them, staying positive, and seeking feedback.

    • Learn from mistakes and identify areas for improvement

    • Stay positive and maintain a growth mindset

    • Seek feedback from colleagues or mentors to gain different perspectives

    • Set new goals and move forward with a renewed focus

  • Answered by AI

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

Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2023

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

I was interviewed before Dec 2022.

Round 1 - Aptitude Test 

Based on logical thinking and reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find maximum number from given array
  • Ans. 

    Find the maximum number from a given array of strings.

    • Convert the array of strings to an array of integers.

    • Use a loop to iterate through the array and keep track of the maximum number found.

    • Return the maximum number at the end.

  • Answered by AI
  • Q2. Reverse the sentence
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you
  • Ans. 

    I have a strong background in quality engineering, proven track record of improving processes, and a passion for continuous improvement.

    • I have a Bachelor's degree in Engineering with a focus on quality management.

    • I have successfully implemented quality improvement initiatives in my previous roles, resulting in cost savings and increased efficiency.

    • I am skilled in using quality tools such as Six Sigma, Lean, and statist...

  • Answered by AI

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
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Product RCA and past exp
  • Q2. Waste of time guy focus on some better companies

Interview Preparation Tips

Interview preparation tips for other job seekers - So I had 3 rounds and I cleared all the rounds(confirmed by HR after completing each round). HR told me that she will get back to be and we had already mutually agreed on the salary before starting the interview. After clearing all the rounds HR told me that she is working on the offer letter. And once I didn't hear anything from her for quite a long time the I called the HR. She then said I can give you 80% of what currently I was drawing. So before interview we were agreed to 50% hike on base. Also I have noticed some fraud going in the interview process HR rescheduling the HR multiple times once I asked her why you are rescheduling so she said, that interviewer is not good guy and I'll reschedule with some better interviewer.
I anyone from the audit/HR leadership is reading this please discuss the case with your HR Navya.
Also this happened when I had applied from employee referral, imagine what will happen to the profiles of direct applies on company portal or Linkedin.

Senior Product Specialist Interview Questions asked at other Companies

Q1. Have you handle any payroll tools before?
View answer (1)

Get interview-ready with Top HashedIn by Deloitte Interview Questions

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They had three coding questions for 1:30 hr and Two technical rounds and at last they had fitment round

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse the array
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Alternatively, you can use the reverse() method on the array itself

  • Answered by AI
  • Q2. Detect a loop in the linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions where based on sysytem design
  • Q2. Low level system design questions , design a tic tac toe game

Skills evaluated in this interview

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)

Jobs at HashedIn by Deloitte

View all

Team Manager Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Company culture fit
  • Q2. People vs Process
  • Ans. 

    Balancing people and processes is essential for effective team management.

    • Effective team management requires a balance between focusing on people and processes.

    • Investing in developing strong relationships with team members can lead to better collaboration and productivity.

    • Establishing clear processes and guidelines can help streamline workflows and ensure consistency in performance.

    • Regularly evaluating and adjusting bo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. MS proficiency related questions
  • Q2. Data analysis related questions
Round 3 - Case Study 

Senior Management case study scenario, conflict management

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, know about their culture

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Sdet Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question 1 easy 2 med, 1 hard have to do in 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about benefits of linked list, tree, graph
  • Q2. Questions on SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be very confident and prepare well!

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

1.5 hours
1) maximum subarray sum - LeetCode;
2) keto eating banana - LeetCode;
3) the third one was difficult - dynamic programming question.

Round 2 - Technical 

(4 Questions)

  • Q1. Maximum subarray sum Length of Binary tree Merge Two sorted Linked List
  • Ans. 

    The maximum subarray sum problem involves finding the contiguous subarray within a one-dimensional array of numbers which has the largest sum.

    • Use Kadane's algorithm to find the maximum subarray sum efficiently.

    • Consider all possible subarrays and calculate their sums to find the maximum.

    • Dynamic programming can be used to solve this problem efficiently.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subar

  • Answered by AI
  • Q2. Quesions from projects, OOPs, Web Development.
  • Q3. Pagination, Hoisting etc.
  • Q4. DML, DDL etc
Round 3 - Technical 

(2 Questions)

  • Q1. System Design Relational Schema Table Designing SQL
  • Q2. Project discussion + Html js code + basic ques on ML etc

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays and dp questions

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum depth of binary tree
  • Ans. 

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

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

    • The maximum depth of an empty tree is 0.

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

  • Answered by AI
  • Q2. Is anagram or not

Skills evaluated in this interview

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1 hour.
Technical questions on AWS, Python Pseudocode, Docker, Kubernetes, Linux commands and git commands.

Round 2 - Technical 

(3 Questions)

  • Q1. Aws services and how to create and launch EC2 instances
  • Ans. 

    AWS services include EC2 for virtual servers. To create and launch EC2 instances, use the AWS Management Console, CLI, or SDK.

    • Access the AWS Management Console and navigate to the EC2 dashboard

    • Click on 'Launch Instance' to choose an Amazon Machine Image (AMI), instance type, and configure instance details

    • Review and launch the instance, selecting key pair for SSH access

    • Use AWS CLI or SDK to create and launch EC2 instanc

  • Answered by AI
  • Q2. Git and Linux commands
  • Q3. Docker related concepts
Round 3 - Technical 

(2 Questions)

  • Q1. In depth about my projects and previous internship and its project
  • Q2. In depth of AWS cloud , VPC, Advance Git and Linux commands

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Devops Engineer interview:
  • AWS
  • Docker
  • Git Commands
  • Linux
  • Kubernetes
Interview preparation tips for other job seekers - Prepare on AWS concepts, Docker and also learn concepts on Kubernetes, Linux and Git commands. Thorough with your college projects and internship projects.

Skills evaluated in this interview

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

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Tvs Brakes India Pvt Ltd Sholinghur

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

Inspired Entertainment

No Interviews

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.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 411 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 411 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
412 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
376 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Specialist
165 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