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
4.2

based on 375 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HashedIn by Deloitte Senior Software Engineer 1 Interview Questions, Process, and Tips

Updated 7 Nov 2022

1 HashedIn by Deloitte Senior Software Engineer 1 Interview Experience

12 questions found

Sort by: Popular

I applied via Referral and was interviewed before Nov 2021.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

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.

3

Technical Round (8 Questions)

  • Q1. What are OS processes?
  • Q2. What are threads? What is the purpose?
  • Q3. Why should one use Node.JS?
  • Q4. What is difference between Python and Node.JS?
  • Q5. What is the difference between SQL and NoSQL?
  • Q6. High Level Design for a Reddit type application
  • Q7. What are CORS? How to handle them?
  • Q8. What is CRFS? The experience around working with it.
4

One-on-one Round (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
  • 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

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

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024.

2 Interview Rounds

1

One-on-one Round (2 Questions)

  • Q1. Java this super
  • Q2. Java spring boot
2

One-on-one Round (2 Questions)

  • Q1. Java basics and rest
  • Q2. Rest API basics
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Naukri.com and was interviewed before Feb 2023.

4 Interview Rounds

1

Coding Test Round

Creating a full flow of spring boot application to take input and update database

2

Technical Round (1 Question)

  • Q1. Discussion of first round code and some other technical questions including coding
3

Behavioral Round (1 Question)

  • Q1. Basic questions on your profile and behavioural questions
4

HR Round (1 Question)

  • Q1. Salary negotiations and other perks discussion
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Job Portal and was interviewed before Mar 2023.

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Previous experience
2

Case Study Round

Scenario based questions

I applied via Naukri.com and was interviewed in Feb 2022.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Java 8 , Microservices, AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Java8 , Microservices, AWS, Coding

I was interviewed in Mar 2022.

4 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Mcq + Data structures questions

  • Q1. Maximum sum subarray Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5,...read more
2

Video Call Round (1 Question)

Round duration - 70 minutes
Round difficulty - Medium

Standard System Design round

  • Q1. System Design Question

    Design a Doctor Appointment System with some testcases

3

Video Call Round (7 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interview of DSA + OOPS + Databse(SQL query) + Operating System

  • Q1. Left View Of Binary Tree Given a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the t...read more
  • Q2. SQL Question

    What is the difference between CHAR and VARCHAR2 datatype in SQL? 

  • Q3. SQL Question

    Write an SQL query to find names of employees starting with ‘A’? 
     

  • Q4. OOPS Question

    What are the various types of constructors in C++?

  • Q5. OOPS Question

    What is the difference between overloading and overriding?

  • Q6. Operating System Question

    What is a process? What are the different states of a process?

  • Q7. Operating System Question

    What is IPC? What are the different IPC mechanisms?

4

HR Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Hr round - normal hr questions + situational 

Thoughtworks community discussion

  • Q1. Basic HR Question

    Why should we hire you?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (7 Questions)

  • Q1. What is the difference between List and Tuple?
  • Q2. What is __init__ ? Follow up question why is __ (double underscore) used?
  • Q3. A SQL query based on group by and order by DESC LIMIT 1 in order to fetch highest row of a group in a dataset given by panelist.
  • Q4. A simple query on SQL using group by and aggregate function.
  • Q5. Panelist asked about my previous work experience and projects I worked upon earlier and the technologies used.
  • Q6. Question on how do we create table using SQL Alchemy in Flask (since I had used Python Flask in one of my previous projects and had highlighted it pretty well o...read more
  • Q7. How is memory managed in Python?
3

Technical Round (5 Questions)

  • Q1. Question on List operation.
  • Q2. Do you know numpy pandas?
  • Q3. A question to count number of times a letter occurs in a sentence and then also find the maximum occurring letter.
  • Q4. Difference between generator and iterator?
  • Q5. What is the selling point about you why should we consider you over other candidate?
4

HR Round (2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Software Engineer interview:
  • Python
  • SQL
  • Logic Building
  • Numpy
  • Pandas
Interview preparation tips for other job seekers - Be honest about what you know and what you don't. Prepare your resume very well highlighting your best projects and keep good knowledge about them. Search for common interview questions asked for the role you are applying. Practice coding questions over coding platforms whichever you like , if required (depends on the role you are applying for)

Skills evaluated in this interview

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Question on java and microservies
2

HR Round (1 Question)

  • Q1. Current and expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were mostly based on resume and we're answerable

I was interviewed in Feb 2022.

4 Interview Rounds

1

Technical Round (1 Question)

  • Q1. About spark and hive,hdfs
2

Technical Round (1 Question)

  • Q1. Spark and hive ,hdfs
3

Group Discussion Round

Project explanation

4

HR Round (1 Question)

  • Q1. As usual everywhere similar question

Interview Preparation Tips

Topics to prepare for Iris Software Senior Software Engineer interview:
  • Spark
  • Hive
Interview preparation tips for other job seekers - Nice experience with interview

I applied via Naukri.com and was interviewed in Aug 2021.

1 Interview Round

Interview Questions

  • Q1. How to switch between Tabs in a browser using selenium View Answers (2)
  • Q2. Write code to give rating in webta le given applicant name and rating as input to the method. View Answers (1)
  • Q3. I was given one website link where there is option to generate random photo, full name and last name when clicked on a button. Write code to check first name, l...read more Add Answer
  • Q4. Find how many numbers are repeated from given integer array View Answers (1)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared on windows switching, handling tables, Java questions

Skills evaluated in this interview

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte Senior Software Engineer 1 interview?
HashedIn by Deloitte interview process usually has 4 rounds. The most common rounds in the HashedIn by Deloitte interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in HashedIn by Deloitte Senior Software Engineer 1 interview?

Some of the top questions asked at the HashedIn by Deloitte Senior Software Engineer 1 interview -

  1. What is CRFS? The experience around working with ...read more
  2. Architecture Design for an e2e system that takes input from user to the respons...read more
  3. What is difference between Python and Node....read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HashedIn by Deloitte interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
HashedIn by Deloitte Senior Software Engineer 1 Salary
based on 9 salaries
₹8.8 L/yr - ₹19.3 L/yr
33% less than the average Senior Software Engineer 1 Salary in India
View more details
Software Engineer
397 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Software Engineer2
336 salaries
unlock blur

₹9.5 L/yr - ₹22 L/yr

Senior Software Engineer
209 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Senior Product Specialist
169 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Software Engineer II
160 salaries
unlock blur

₹10.5 L/yr - ₹23 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview