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 and Answers for Experienced

Updated 14 Jun 2025
Popular Designations

22 Interview questions

A SDE-2 was asked 2mo ago
Q. Design a Jira system integrated with GitHub.
Ans. 

A Jira system integrated with GitHub streamlines project management and version control, enhancing collaboration and tracking.

  • Issue Tracking: Jira allows teams to create, assign, and track issues, while GitHub manages code changes, linking commits to Jira issues.

  • Automation: Use webhooks to automate transitions in Jira based on GitHub events, like moving an issue to 'In Progress' when a branch is created.

  • Pull Reque...

View all SDE-2 interview questions
A Software Development Engineer II was asked 2mo ago
Q. Describe your experience building an API using a Python framework for document processing.
Ans. 

Build a Python API for document processing using a web framework like Flask or FastAPI.

  • Choose a framework: Flask or FastAPI are popular choices for building APIs.

  • Set up the project structure: Create directories for routes, models, and services.

  • Define API endpoints: Use decorators to define routes for document upload and processing.

  • Implement document processing logic: Use libraries like PyPDF2 or docx to read and p...

View all Software Development Engineer II interview questions
A Software Engineer2 was asked 3mo ago
Q. Describe the system design of a loan generating system.
Ans. 

Design a scalable loan generating system to process applications, assess risk, and disburse loans efficiently.

  • User Registration: Users create accounts with personal and financial information.

  • Loan Application: Users submit loan applications specifying amount, term, and purpose.

  • Credit Scoring: Integrate with credit bureaus to assess applicant creditworthiness.

  • Risk Assessment: Use algorithms to evaluate risk based on...

View all Software Engineer2 interview questions
A Software Engineer2 was asked 9mo ago
Q. How do you handle 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

View all Software Engineer2 interview questions

What people are saying about HashedIn by Deloitte

View All
a senior product master
2w
J.P. Morgan VP - Product role: Salary insights?
Looking at a VP – Product role at J.P. Morgan (CCB, Hyderabad) with 13 years of experience. Currently at 52.5 LPA (45 fixed + 7.5 variable) + 3L signing bonus. Need insights on: • Typical fixed vs variable salary split • Bonus structure and consistency • ESOPs/RSUs at this level? • Realistic total comp? Any recent or firsthand info is appreciated!
Got a question about HashedIn by Deloitte?
Ask anonymously on communities.
A Technology Architect was asked 12mo ago
Q. HLD of lift design
Ans. 

High Level Design (HLD) of a lift includes system architecture, components, interfaces, and interactions.

  • Identify key components like motor, control panel, doors, and sensors

  • Define system architecture including how components interact

  • Specify interfaces for user input, floor selection, and emergency stop

  • Consider safety features like overload protection and emergency brakes

View all Technology Architect interview questions
A Java Developer was asked
Q. How do you reverse a linked list?
Ans. 

Reversing a linked list involves changing the direction of the pointers between nodes.

  • 1. Initialize three pointers: prev (null), current (head), and next (null).

  • 2. Iterate through the list: while current is not null, do the following:

  • a. Set next to current.next to save the next node.

  • b. Change current.next to prev to reverse the link.

  • c. Move prev to current and current to next.

  • 3. After the loop, set head t...

View all Java Developer interview questions
A Front end Developer was asked
Q. 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 JavaScrip...

View all Front end Developer interview questions
Are these interview questions helpful?
A Quality Engineer was asked
Q. What are Postman headers?
Ans. 

Postman headers are key-value pairs sent with HTTP requests to provide additional context and control over the request.

  • Headers can include authentication tokens, e.g., 'Authorization: Bearer <token>'.

  • Content-Type header specifies the media type, e.g., 'Content-Type: application/json'.

  • Custom headers can be added for specific needs, e.g., 'X-Custom-Header: value'.

  • User-Agent header identifies the client softwar...

View all Quality Engineer interview questions
A Software Developer was asked
Q. Write an SQL query to produce a specific 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

View all Software Developer interview questions
A Software Developer was asked
Q. Write code to find the maximum 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

View all Software Developer interview questions

HashedIn by Deloitte Interview Experiences for Experienced

23 interviews found

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

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Design a jira system integrated with github
  • Ans. 

    A Jira system integrated with GitHub streamlines project management and version control, enhancing collaboration and tracking.

    • Issue Tracking: Jira allows teams to create, assign, and track issues, while GitHub manages code changes, linking commits to Jira issues.

    • Automation: Use webhooks to automate transitions in Jira based on GitHub events, like moving an issue to 'In Progress' when a branch is created.

    • Pull Request In...

  • Answered by AI
  • Q2. Architecture of the flow of the jira design
  • Ans. 

    Jira's architecture supports project management through a modular design, integrating workflows, issues, and user collaboration.

    • Modular Architecture: Jira is built on a modular architecture, allowing for plugins and extensions to enhance functionality, such as adding custom fields.

    • Issue Tracking: Central to Jira's design is its issue tracking system, where each task or bug is represented as an issue that can be priorit...

  • Answered by AI
  • Q3. Bean and it's lifecycles

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer appeared somewhat intimidating and seemed to get annoyed at times; I fear I may not receive the job offer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Overall all DevOps tools and your technical skills
  • Q2. Second round will be focused on architectural knowledge of 3 - tier application
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

Interview Questions & Answers

user image VIBHOR CHOUDHARY

posted on 26 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Reverse of string using java 8
  • Q2. Project related questions
  • Q3. Why redis is not used in backend database?

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on your basics

Backend Developer Interview Questions & Answers

user image Rizwan Pochi

posted on 13 Apr 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Dsa questions
1 Jump Game
2 - Linked List

Round 2 - Case Study 

Low level System Design of food delivery application

Round 3 - One-on-one 

(1 Question)

  • Q1. Manegerial round - Agile methodology
Round 4 - HR 

(1 Question)

  • Q1. Basic Hr questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Question asked in first round anout python , rdbms and nosql diffrence, projects, python daa questions,
  • Q2. Qustion asked in to build an APi Using any framework of python where we basically processing the documents
  • Ans. 

    Build a Python API for document processing using a web framework like Flask or FastAPI.

    • Choose a framework: Flask or FastAPI are popular choices for building APIs.

    • Set up the project structure: Create directories for routes, models, and services.

    • Define API endpoints: Use decorators to define routes for document upload and processing.

    • Implement document processing logic: Use libraries like PyPDF2 or docx to read and proces...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Dsa questions about array
  • Q2. Db design questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Kadane's Algorithm
  • Ans. 

    Kadane's Algorithm is used to find the maximum subarray sum in an array.

    • Iterate through the array and keep track of the maximum sum ending at each index.

    • If the sum at any index becomes negative, reset the sum to 0.

    • Return the maximum sum found.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).

  • Answered by AI
  • Q2. Reverse a linkedin list
Round 2 - Technical 

(1 Question)

  • Q1. Design Instagram
Round 3 - Fitment Round 

(1 Question)

  • Q1. Normal intro and hr related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design the architecture of your current project?
  • Q2. HLD of lift design
  • Ans. 

    High Level Design (HLD) of a lift includes system architecture, components, interfaces, and interactions.

    • Identify key components like motor, control panel, doors, and sensors

    • Define system architecture including how components interact

    • Specify interfaces for user input, floor selection, and emergency stop

    • Consider safety features like overload protection and emergency brakes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study a lot of system design for this role.

Skills evaluated in this interview

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte interview for experienced candidates?
HashedIn by Deloitte interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the HashedIn by Deloitte interview process for experienced candidates are Technical, Coding Test and One-on-one Round.
How to prepare for HashedIn by Deloitte interview for experienced candidates?
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, SQL, Hibernate, Spring Boot and Java.
What are the top questions asked in HashedIn by Deloitte interview for experienced candidates?

Some of the top questions asked at the HashedIn by Deloitte interview for experienced candidates -

  1. Monolith vs Microservices difference? which is better and w...read more
  2. Write code to find max length subarray matching the given ...read more
  3. Qustion asked in to build an APi Using any framework of python where we basical...read more
What are the most common questions asked in HashedIn by Deloitte HR round for experienced candidates?

The most common HR questions asked in HashedIn by Deloitte interview are for experienced candidates -

  1. Where do you see yourself in 5 yea...read more
  2. why should we hire y...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

4.3/5

based on 15 interview experiences

Difficulty level

Easy 18%
Moderate 82%

Duration

Less than 2 weeks 50%
2-4 weeks 33%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

HashedIn by Deloitte Reviews and Ratings

based on 474 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 474 Reviews and Ratings
Data Engineer

Pune,

Gurgaon / Gurugram

+1

1-3 Yrs

₹ 10.1-18.4 LPA

Oracle Data Integrator Developer

Kolkata,

Pune

+1

4-6 Yrs

Not Disclosed

Senior Data Engineer / Data Engineer

Hyderabad / Secunderabad,

Chennai

+1

2-4 Yrs

₹ 7-9 LPA

Explore more jobs
Software Engineer
483 salaries
unlock blur

₹8 L/yr - ₹14.4 L/yr

Software Engineer2
460 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Software Developer
221 salaries
unlock blur

₹8.1 L/yr - ₹17.4 L/yr

Senior Software Engineer
219 salaries
unlock blur

₹13 L/yr - ₹21.4 L/yr

Software Engineer II
209 salaries
unlock blur

₹11.5 L/yr - ₹19 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview