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 SDE-2 Interview Questions and Answers

Updated 30 Apr 2025

6 Interview questions

A SDE-2 was asked 3mo 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...

A SDE-2 was asked
Q. Why did you choose Hashedin?
Ans. 

Hashedin offers challenging projects, great learning opportunities, and a supportive work culture.

  • Challenging projects in cutting-edge technologies like cloud computing, AI, and IoT.

  • Opportunity to work with top clients across various industries.

  • Supportive work culture with emphasis on learning and growth.

  • Strong focus on innovation and continuous improvement.

  • Positive reviews from current and former employees on pla...

SDE-2 Interview Questions Asked at Other Companies

asked in Walmart
Q1. Maximum Frequency Number Problem Statement Given an array of inte ... read more
Q2. Reverse String Operations Problem Statement You are provided with ... read more
asked in KhataBook
Q3. Alien Dictionary Problem Statement Ninja is mastering an unusual ... read more
asked in Atlassian
Q4. K Most Frequent Words Problem Statement Given an array of N non-e ... read more
asked in DP World
Q5. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
A SDE-2 was asked 3mo ago
Q. 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 pr...

🔥 Asked by recruiter 2 times
A SDE-2 was asked
Q. 

Pair Sum Problem Statement

You are provided with an array ARR consisting of N distinct integers in ascending order and an integer TARGET. Your objective is to count all the distinct pairs in ARR whose sum ...

Ans. 

Count distinct pairs in an array whose sum equals a given target.

  • Use two pointers approach to find pairs efficiently.

  • Keep track of visited elements to avoid duplicates.

  • Return -1 if no such pair exists with the sum equal to 'TARGET'.

A SDE-2 was asked
Q. Can you describe the database design for a ticket booking system like BookMyShow?
Ans. 

Database design for a ticket booking system like BookMyShow involves tables for users, events, bookings, and venues.

  • Create a table for users with columns like user_id, name, email, phone_number, etc.

  • Create a table for events with columns like event_id, name, date, time, venue_id, etc.

  • Create a table for bookings with columns like booking_id, user_id, event_id, booking_date, status, etc.

  • Create a table for venues wit...

A SDE-2 was asked
Q. 

Minimum Count of Balls in a Bag Problem Statement

You are given an integer array ARR of size N, where ARR[i] represents the number of balls in the i-th bag. Additionally, you have an integer M, which indic...

Ans. 

Find the minimum possible value of the maximum number of balls in a bag after performing a given number of operations.

  • Iterate through the bags and split them to minimize the maximum number of balls.

  • Keep track of the maximum number of balls after each operation.

  • Return the minimum possible value of the maximum number of balls.

HashedIn by Deloitte HR Interview Questions

10 questions and answers

Q. How did you overcome failures?
Q. What is your expected salary?
Q. Describe the nature of your previous job.

HashedIn by Deloitte SDE-2 Interview Experiences

4 interviews found

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.
Are these interview questions helpful?

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 19 May 2022

I appeared for an interview in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Interviewer had good knowledge

  • Q1. 

    Pair Sum Problem Statement

    You are provided with an array ARR consisting of N distinct integers in ascending order and an integer TARGET. Your objective is to count all the distinct pairs in ARR whose sum...

  • Ans. 

    Count distinct pairs in an array whose sum equals a given target.

    • Use two pointers approach to find pairs efficiently.

    • Keep track of visited elements to avoid duplicates.

    • Return -1 if no such pair exists with the sum equal to 'TARGET'.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Hard

LLD

  • Q1. Can you describe the database design for a ticket booking system like BookMyShow?
  • Ans. 

    Database design for a ticket booking system like BookMyShow involves tables for users, events, bookings, and venues.

    • Create a table for users with columns like user_id, name, email, phone_number, etc.

    • Create a table for events with columns like event_id, name, date, time, venue_id, etc.

    • Create a table for bookings with columns like booking_id, user_id, event_id, booking_date, status, etc.

    • Create a table for venues with col...

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Medium

Interview experience 
Salary negotiation

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNoHashedin By Deloitte interview preparation:Topics to prepare for the interview - Data structure and algorithm, Java basics, OOPs concept, Design Patterns, SpringTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice competitive programming, attempt 2 questions daily 
Tip 2 : Never leave the basics of your coding skills behind
Tip 3 : Should know in-out of your projects

Application resume tips for other job seekers

Tip 1 : never lie on your resume 
Tip 2 : should know in & out of your listed projects

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, one on arrays and other on stack, both medium level

Round 2 - Technical 

(1 Question)

  • Q1. Easy to medium questions on lists and strings
Round 3 - Technical 

(1 Question)

  • Q1. System design round where music system system (spotify) was asked
Round 4 - HR 

(2 Questions)

  • Q1. Why Hashedin as a choice of company
  • Ans. 

    Hashedin offers challenging projects, great learning opportunities, and a supportive work culture.

    • Challenging projects in cutting-edge technologies like cloud computing, AI, and IoT.

    • Opportunity to work with top clients across various industries.

    • Supportive work culture with emphasis on learning and growth.

    • Strong focus on innovation and continuous improvement.

    • Positive reviews from current and former employees on platform...

  • Answered by AI
  • Q2. Location, higher studies, family, etc.

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I appeared for an interview in Jul 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical round in the evening with a Software Engineer II which included a coding question along with a few questions on Core Java fundamentals. 
I was given the option to either go for the coding round first or java theory. I realised that I might need more time for coding so I decided to opt for the coding round first, followed by the java related questions later. 
The interviewer was extremely pleasant to speak with. He initially asked me to introduce myself and we spoke in depth about a project I worked on in my last organisation. The coding question was given on a google sheet but I was asked to code it on an online IDE without any special syntax correction features.

 

  • Q1. 

    Minimum Count of Balls in a Bag Problem Statement

    You are given an integer array ARR of size N, where ARR[i] represents the number of balls in the i-th bag. Additionally, you have an integer M, which indi...

  • Ans. 

    Find the minimum possible value of the maximum number of balls in a bag after performing a given number of operations.

    • Iterate through the bags and split them to minimize the maximum number of balls.

    • Keep track of the maximum number of balls after each operation.

    • Return the minimum possible value of the maximum number of balls.

  • Answered by AI
Round 2 - Video Call 

Round duration - 90 minutes
Round difficulty - Medium

This round was in the evening with a Senior Software Engineer. He introduced himself and immediately presented the question on Google Doc.

Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a half an hour round with a Senior Manager.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from University of Massachusetts Lowell. I applied for the job as SDE - 2 in BangaloreEligibility criteriaNo criteriaHashedIn interview preparation:Topics to prepare for the interview - Java, Data Structures and Algorithms, System and Database Design, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : If you are a newbie to programming, I will strongly recommend to practice LC/GFG/CodingNinjas Easy questions for clearing the basics. Once you gain confidence, you can move on to tackle medium and hard questions.
Tip 2 : Most companies require individuals to know System Design well. For somebody with 1-3 years of experience, database designing (identifying entities, their relationships and constraints), OOP concepts and API designing for Low Level Design is a must. I would recommend the "System Design Interview by Alex Xu" book for HLD preparation.
 

Application resume tips for other job seekers

Tip 1 : Have an updated and properly formatted resume
Tip 2 : The resume tells your story so you ought to know and be able to explain whatever you've written. 
Tip 3 : Do not include technologies/skills that you've not worked on at all. It can blow the interview if the interviewer questions you about it.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about HashedIn by Deloitte?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Basic front-end questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with work life balance

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical experience related to automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to learn

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Am from insurance domain so they asked about insurance regarding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever knowledge you have regarding to any domain keep it clear n simple.

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Q2. Difference between let var and const.

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte SDE-2 interview?
HashedIn by Deloitte interview process usually has 4 rounds. The most common rounds in the HashedIn by Deloitte interview process are Technical, Coding Test and HR.
What are the top questions asked in HashedIn by Deloitte SDE-2 interview?

Some of the top questions asked at the HashedIn by Deloitte SDE-2 interview -

  1. Why Hashedin as a choice of comp...read more
  2. Architecture of the flow of the jira des...read more
  3. Design a jira system integrated with git...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

ITC Infotech SDE-2 Interview Questions
3.7
 • 385 Interviews
CitiusTech SDE-2 Interview Questions
3.2
 • 295 Interviews
NeoSOFT SDE-2 Interview Questions
3.6
 • 284 Interviews
Altimetrik SDE-2 Interview Questions
3.7
 • 245 Interviews
Xoriant SDE-2 Interview Questions
4.1
 • 219 Interviews
Evalueserve SDE-2 Interview Questions
3.1
 • 128 Interviews
View all
HashedIn by Deloitte SDE-2 Salary
based on 16 salaries
₹10.5 L/yr - ₹19.6 L/yr
57% less than the average SDE-2 Salary in India
View more details

HashedIn by Deloitte SDE-2 Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.0

Salary

4.3

Job security

4.8

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
506 salaries
unlock blur

₹8.1 L/yr - ₹16.3 L/yr

Software Engineer2
491 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Senior Software Engineer
230 salaries
unlock blur

₹12.2 L/yr - ₹22.7 L/yr

Software Developer
216 salaries
unlock blur

₹7.8 L/yr - ₹16.4 L/yr

Software Engineer II
210 salaries
unlock blur

₹10.7 L/yr - ₹18.5 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