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 SDE-2 Interview Questions, Process, and Tips

Updated 5 Apr 2024

Top HashedIn by Deloitte SDE-2 Interview Questions and Answers

  • 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. Additionall ...read more
  • Q2. 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 ...read more
  • Q3. Can you describe the database design for a ticket booking system like BookMyShow?

HashedIn by Deloitte SDE-2 Interview Experiences

3 interviews found

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 at Amrita School of Engineering, Bangalore 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 19 May 2022

I was interviewed 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...

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?
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 Asked at Other Companies

asked in Walmart
Q1. Maximum Frequency Number Problem Statement Given an array of inte ... read more
asked in Atlassian
Q2. K Most Frequent Words Problem Statement Given an array of N non-e ... read more
Q3. Reverse String Operations Problem Statement You are provided with ... read more
asked in KhataBook
Q4. Alien Dictionary Problem Statement Ninja is mastering an unusual ... read more
asked in Zoho
Q5. Make Palindrome Problem Statement You are provided with a string ... read more

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I was interviewed 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. Brute force

    Let 'X' be the maximum number of balls in a bag that we desire. Let ‘COUNT[i]’ be the number of operations that we need to perform on ‘ARR[i]’ such that the new bags made from it contain less than or equal to 'X' balls. Consider the following examples:

     

    If we want 'X' to be ‘4’, then:

    ‘ARR[i] = 5’, after splitting we get [4, 1], so ‘COUNT[i] = 1’

    ‘ARR[i] = 8’, after splitting we get [4, 4] so ‘COUNT[i] = 1...

  • Answered Anonymously
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

Interview questions from similar companies

I was interviewed in Feb 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

In this round, there are a total of 16 questions and the time given was 90 mins.

3 Coding questions – Easy, Medium, and Hard.
13 MCQs based on outputs, Computer fundamentals, Aptitude.

  • Q1. 

    N Queens Problem Statement

    You are provided with an integer 'N'. For an 'N' x 'N' chessboard, determine how to position 'N' queens such that no queen can attack another queen on the chessboard.

    Explanati...

  • Ans. Backtracking
    1. Instead of checking all the places on the chessboard, we can use backtracking and place queen row-wise or column-wise.
    2. Suppose we place queens row-wise, and we start with the very first row. Place the queen and move to the next row until either there is a solution or there are no viable cells left.
    3. As we backtrack, check to place the queen in the different columns of the same row.
    4. When we can place a queen at ...
  • Answered Anonymously
  • Q2. 

    Pair Sum Problem Statement

    Given an integer array ARR of size N and an integer S, your goal is to return a list of all pairs of elements such that the sum of elements of each pair equals S.

    Example:

    Inp...
  • Ans. Brute Force
    • Initialize a list to store our results.
    • For each element in the array 'ARR[i]', check if ('ARR[i]' + ‘ARR[j]’), equals to given sum or not, where ‘i’ < ‘j’ < ‘N’.
    • If the condition matches, add the pair('ARR[i]', ‘ARR[j]’) to the list. Sort the list of pairs as per the given output format and return this list.
    Space Complexity: O(1)Explanation:

    O(1).

     

    Constant extra space is required.

    Time Complexity: O...
  • Answered Anonymously
  • Q3. 

    Minimum Number of Platforms Needed Problem Statement

    You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...

  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Easy

This round is an interesting experience to brainstorm, problem-solve and pair alongside a ThoughtWorks Developer that allows you to demonstrate hands-on coding, design, OOP, and solution skills on the code which you have submitted.The problem statement will be shared with you 20 minutes before the start time of the interview

Interview Preparation Tips

Eligibility criteriaNAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare system design
Tip 2 : Practice coding questions
Tip 3 : Prepare and search previous interviews

Application resume tips for other job seekers

Tip 1 : Have atleast 3 great project
Tip 2 : Write only what you know and prepare well

Final outcome of the interviewRejected

Skills evaluated in this interview

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

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

(1 Question)

  • Q1. Questions based on java collections
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were questions from medium to hard level

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to SQL basic programming and DSA were asked
Round 3 - HR 

(1 Question)

  • Q1. It was basically a personality test round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning techinical and coding based ques

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about exceptions
  • Q2. Asked about api chaining

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Django in depth questions
  • Q2. Django ORM related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Recerse string using java

Round 3 - Technical 

(1 Question)

  • Q1. Tell me all oops features
  • Ans. 

    Object-oriented programming features include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding the complex imp...

  • Answered by AI

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. System design round where music system system (spotify) was as...read more
  3. Easy to medium questions on lists and stri...read more

Tell us how to improve this page.

HashedIn by Deloitte SDE-2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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.6
 • 284 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
HashedIn by Deloitte SDE-2 Salary
based on 15 salaries
₹9 L/yr - ₹25 L/yr
53% 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.4

Job security

4.6

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
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