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

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

I applied via Referral and was interviewed before Nov 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 Resume tips
Round 2 - Coding Test 

First round is a basic DS-Algo Round. It was a pen & paper interview. 2 interviewers asked me to write code for some problems such as:
1. You have an unsorted array of 0s and 1s, find the first 1. Different approaches for it.
2. What is setTimeOut in Node.JS?
3. How can you use 2 stacks as an array.
4. You have 2 sorted arrays. Merge them into a single array.

Round 3 - Technical 

(8 Questions)

  • Q1. What are OS processes?
  • Ans. 

    OS processes are instances of a program that are being executed by the operating system.

    • Processes are managed by the operating system's scheduler.

    • Each process has its own memory space and system resources.

    • Processes can communicate with each other through inter-process communication (IPC).

    • Examples of processes include web browsers, media players, and text editors.

  • Answered by AI
  • Q2. What are threads? What is the purpose?
  • Ans. 

    Threads are lightweight processes that enable multitasking within a single process.

    • Threads allow multiple tasks to be executed concurrently within a single process.

    • They share the same memory space and resources of the parent process.

    • Threads can improve performance by utilizing available CPU resources more efficiently.

    • Examples include web servers handling multiple requests simultaneously and video games rendering graphi

  • Answered by AI
  • Q3. Why should one use Node.JS?
  • Ans. 

    Node.js is a powerful and efficient server-side JavaScript runtime environment.

    • Node.js is fast and scalable, making it ideal for building real-time applications.

    • It uses an event-driven, non-blocking I/O model, which makes it lightweight and efficient.

    • Node.js has a large and active community, with many useful libraries and modules available.

    • It allows for easy sharing of code between the server and client, using JavaScri...

  • Answered by AI
  • Q4. What is difference between Python and Node.JS?
  • Ans. 

    Python is a general-purpose language while Node.JS is a JavaScript runtime environment.

    • Python is used for web development, data analysis, artificial intelligence, and scientific computing.

    • Node.JS is used for building scalable network applications and real-time web applications.

    • Python is slower than Node.JS in terms of performance.

    • Python has a larger standard library than Node.JS.

    • Python is easier to learn and has a simp

  • Answered by AI
  • Q5. What is the difference between SQL and NoSQL?
  • Ans. 

    SQL is a relational database management system while NoSQL is a non-relational database management system.

    • SQL databases are table-based while NoSQL databases are document-based, key-value pairs, graph databases, or column-based.

    • SQL databases are structured while NoSQL databases are unstructured.

    • SQL databases use SQL (Structured Query Language) for querying and managing data while NoSQL databases use different query lan...

  • Answered by AI
  • Q6. High Level Design for a Reddit type application
  • Ans. 

    A Reddit-like application for sharing and discussing content

    • User authentication and authorization

    • Post creation and voting system

    • Commenting system

    • Subreddit creation and management

    • Search functionality

    • Real-time updates using websockets

  • Answered by AI
  • Q7. What are CORS? How to handle them?
  • Ans. 

    CORS stands for Cross-Origin Resource Sharing. It is a security feature implemented in web browsers to restrict web pages from making requests to a different domain.

    • CORS is used to prevent malicious websites from accessing sensitive data from other websites.

    • To handle CORS, the server needs to include specific headers in the response to allow the browser to make requests from a different domain.

    • The most common header us...

  • Answered by AI
  • Q8. What is CRFS? The experience around working with it.
Round 4 - One-on-one 

(4 Questions)

  • Q1. The final round was with a Senior Manager and he asked about my previous work experience.
  • Q2. Low Level Design for Authentication
  • Ans. 

    Low level design for authentication

    • Define authentication requirements

    • Choose appropriate authentication mechanism

    • Design authentication flow

    • Implement secure storage of credentials

    • Consider multi-factor authentication

    • Include error handling and logging

  • Answered by AI
  • Q3. Have you managed a team before
  • Q4. Architecture Design for an e2e system that takes input from user to the response shown to the user
  • Ans. 

    An e2e system architecture design for user input to response output

    • Identify user requirements and define system goals

    • Choose appropriate technologies and frameworks

    • Design system components and their interactions

    • Ensure scalability, reliability, and security

    • Test and validate the system before deployment

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Senior Software Engineer 1 interview:
  • Data Structures
  • Database
  • Algorithms
  • High level design
  • OS
Interview preparation tips for other job seekers - 1. HashedIn looks for technically sound people. Language is not a restriction.
2. The preference is to hire people who can do full-stack development.
3. The expectation for a 3-4 years experience Engineer is to be able to handle small teams and lead projects.

Skills evaluated in this interview

Top HashedIn by Deloitte Senior Software Engineer 1 Interview Questions and Answers

Q1. What is CRFS? The experience around working with it.
Add answer

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
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

HashedIn by Deloitte

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

CAMPUS PLACEMENT

Arya College of Engineeringg, Jaipur

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

Magna International

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

DevOps Engineer

Hyderabad / Secunderabad,

Pune

+2

2-6 Yrs

Not Disclosed

Quality Engineer

Hyderabad / Secunderabad,

Pune

+2

1-5 Yrs

₹ 5-14.75 LPA

Explore more jobs
Software Engineer
412 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer2
376 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
206 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer II
173 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Product Specialist
165 salaries
unlock blur Lock Unlock

₹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