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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Redux and it's workaround
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a single immutable state tree.

    • Redux is commonly used with React to manage the state of the application.

    • Actions are dispatched to update the state in Redux.

    • Reducers specify how the state changes in response to actions.

    • Selectors are used to extract specific pieces of state from the Redux store.

    • Middleware can be used...

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

I applied via Company Website and was interviewed in May 2023. There were 5 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 - Coding Test 

Dp and strings questions along with array

Round 3 - Technical 

(3 Questions)

  • Q1. LinkedList and Array medium level questions were asked
  • Q2. Rotate a array k times
  • Ans. 

    Rotate an array of strings k times

    • Create a temporary array to store elements that will be rotated

    • Use modulo operator to handle cases where k is greater than array length

    • Update the original array with elements from the temporary array

  • Answered by AI
  • Q3. 2 sum using linked list
  • Ans. 

    Use a hash table to find two numbers in a linked list that add up to a target sum.

    • Traverse the linked list and store each node's value in a hash table along with its index.

    • For each node, check if the difference between the target sum and the current node's value exists in the hash table.

    • If it does, return the indices of the two nodes.

    • Example: Given linked list 2 -> 4 -> 3 -> 5 and target sum 7, return indices 1 and 2.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Dynamic programming and oops concept, dbms concepts were asked
Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself , why hashedin

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Software Developer interview:
  • Array
  • Data Structures
Interview preparation tips for other job seekers - make sure your data structure is good

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
Add answer

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 (41)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Vellore Institute of Technology (VIT)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Three Questions were there of dsa and one was sql

Round 3 - One-on-one 

(3 Questions)

  • Q1. There was question from dsa and sql
  • Q2. What are assymptotic notation
  • Ans. 

    Asymptotic notation is a way to describe the performance of an algorithm in terms of its input size.

    • Asymptotic notation is used to analyze the efficiency of algorithms by focusing on how they behave as the input size approaches infinity.

    • Common notations include O (Big O), Ω (Big Omega), and Θ (Big Theta), which represent the worst-case, best-case, and average-case time complexity respectively.

    • For example, if an algorit...

  • Answered by AI
  • Q3. Some questions were from Tree

Skills evaluated in this interview

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to backup Jenkins
  • Ans. 

    To backup Jenkins, you can use the built-in backup feature or manually backup the Jenkins home directory.

    • Use the built-in backup feature in Jenkins to create a backup of the Jenkins configuration and data.

    • Manually backup the Jenkins home directory by copying the entire directory to a safe location.

    • Regularly schedule backups to ensure data is always protected.

    • Test the backup and restore process to ensure it works correc

  • Answered by AI

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

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)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sql,java,selenium, manual

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Get interview-ready with Top HashedIn by Deloitte Interview Questions

Data Engineer Interview Questions & Answers

user image Abhilash Baroor

posted on 19 Apr 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics pf pyhthon, spark

Interview Preparation Tips

Interview preparation tips for other job seekers - keep husltling

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Jobs at HashedIn by Deloitte

View all

Front end Developer Interview Questions & Answers

user image Shital Karhale

posted on 16 Apr 2024

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

(1 Question)

  • Q1. Explain closure
  • Ans. 

    Closure is a function that retains access to variables from its parent scope even after the parent function has finished executing.

    • Closure allows a function to access and manipulate variables from its outer function's scope.

    • It occurs when a function is defined within another function and the inner function uses variables from the outer function.

    • Closure helps in creating private variables and functions in JavaScript.

    • Exa...

  • Answered by AI

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sum of array element

Round 2 - Assignment 

Depot api on .net with database

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

I applied via campus placement at R N S Institute of Technology, Bangalore and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

2 medium questions
Codility was used.

Round 3 - Technical 

(2 Questions)

  • Q1. It was nice. Devops questions were asked.
  • Q2. Cn, OS, devops, merge sort
Round 4 - Behavioral 

(2 Questions)

  • Q1. Bit magic, questions based on project, sql
  • Q2. Various Status codes, cloud computing

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through os, cn, AWS, basic devops questions, and sorting.

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)

I applied via campus placement at Jaypee University of Information Technology, Solan and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Duration 100 minutes.
3 coding questions were asked.
1 easy, 1 medium, 1 hard

Round 3 - Technical 

(2 Questions)

  • Q1. Basic concepts of OS, CN, and DBMS were asked.
  • Q2. 2 DSA questions were asked. Practice hashedin questions that are available on interviewbit.
Round 4 - Technical 

(1 Question)

  • Q1. Database design questions.(Object modeling was asked from some other student) 2 DSA questions (Varied from participant to participant)
Round 5 - HR 

(1 Question)

  • Q1. Intro, Family, Why hashedIn

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Associate Software Engineer interview:
  • DSA
  • OS
  • CN
  • DBMS
  • Database Design
  • Object Modelling
Interview preparation tips for other job seekers - Practise questions from InterviewBit. Some questions are also available on gfg.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

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