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 Software Developer Trainee Interview Questions and Answers

Updated 29 Nov 2024

HashedIn by Deloitte Software Developer Trainee Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

It consistered of multiple section including mental ability and English

Round 2 - Coding Test 

It was an easy question I was asked to write one easy dsa in anuy language

Round 3 - HR 

(1 Question)

  • Q1. Tell about your project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic maths and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Medium level problem solving questions
Round 3 - HR 

(1 Question)

  • Q1. Basic questions on problem solving
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round includes 3 sections as follows:
1) Aptitude (Quantitative and Logical)
2) Coding Questions (Given two questions of Java Collection)
3) SQL Queries (Given three intermediate level queries)

Round 2 - Technical 

(1 Question)

  • Q1. The second round was face-to-face technical round- I where, the interviewer goes through your resume. He asked me about basics of Java, Collections, OOPs, SQL. And also, asked three coding questions and ba...
Round 3 - Technical 

(1 Question)

  • Q1. The third round was remote technical round- II. In this round, interviewer mainly focuses on the project. And asked about what technical difficulties you faced during the completion of project?

Interview Preparation Tips

Interview preparation tips for other job seekers - You just have to be prepared to excel in this interview.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 3 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. HTML, CSS,sql related questions
Round 3 - HR 

(1 Question)

  • Q1. About myself and my personal background

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go with this.They selected me than they said that they hold the post.I was waiting for more than one month after that they contacted and said that the post is keep in hold
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, English grammar

Round 2 - Coding Test 

Get the duplicate numbers, what is api, what is XML file

Round 3 - HR 

(1 Question)

  • Q1. About yourself, projects, where do you see yourself in 5 years
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Baic knowledge in number system and traditional aptitude questions can we expect

Round 3 - Technical 

(2 Questions)

  • Q1. It take one hour. They will ask questions from your resume.
  • Q2. Python questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Here they will check your communication and soft skills.
  • Q2. What is current growing technology? Where you see yourself after 5 years?
  • Ans. 

    Artificial Intelligence (AI) is the current growing technology.

    • AI is being used in various industries such as healthcare, finance, and transportation.

    • Machine learning and deep learning are key components of AI.

    • Examples of AI applications include virtual assistants, autonomous vehicles, and fraud detection systems.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume before attend technical interview and be confident on skills.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Visvesvaraya National Institute of Technology (VNIT), Nagpur and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

First round is written test which consists of Aptitude, verbal, coding question.

Round 3 - Technical 

(1 Question)

  • Q1. Intro do one try have two catches?(yes) Merge sort for given example
  • Ans. 

    Yes, one try can have two catches in a try-catch block.

    • A try block can have multiple catch blocks to handle different types of exceptions.

    • The catch blocks are executed in the order they are written.

    • If an exception is caught in the first catch block, the subsequent catch blocks are not executed.

    • Example: try { //code } catch (ExceptionType1 e) { //handle exception } catch (ExceptionType2 e) { //handle exception }

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, easy interview, i didnt prepare well for this, gave with the knowledge i had.

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What's Inheritance. Classify it's types
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows the new class to inherit the properties and methods of the existing class.

    • Types of inheritance: Single, Multiple, Multilevel, Hierarchical, Hybrid.

    • Example: A class 'Car' can inherit from a class 'Vehicle' which has properties like 'speed', 'fuel type', etc.

  • Answered by AI
  • Q2. What do understand by encapsulation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and restricting access to an object's data and methods.

    • Encapsulation helps in achieving data abstraction and security.

    • It allows for better control over the data and prevents accidental modification.

    • It also enables easy modification of implementation details without affecting the rest of the code.

    • For example, a class can have private variables and public meth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The most funny part about interview is that interviewer will ask you questions by searching it on Google. He/She himself doesn't know the answers. Ask him/her to turn on the camera and then see he/she will deny.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was normal apti questions ( quantitative, verbal, reasoning) and codes were given in which we have to correct error and run the code, and then there was behavioural questions

Round 2 - Technical 

(1 Question)

  • Q1. Introduction Project discussion Oops concept ( method overriding) DBMS ( normalization, 3rd NF, Indexing) Triggers Code - Fibonacci
Round 3 - HR 

(1 Question)

  • Q1. Intro Project discussion What u expect from organization Why incedo Strength and weakness And some behavioral questions

Interview Preparation Tips

Topics to prepare for Incedo Software Developer Trainee interview:
  • DBMS
  • OOPS
  • SQL
  • DSA
Interview preparation tips for other job seekers - Prepare basic coding, sorting and searching algos, DBMS , OOPs concept, SQL and do 1 project on any technology

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte Software Developer Trainee interview?
HashedIn by Deloitte interview process usually has 2 rounds. The most common rounds in the HashedIn by Deloitte interview process are Coding Test and Technical.
What are the top questions asked in HashedIn by Deloitte Software Developer Trainee interview?

Some of the top questions asked at the HashedIn by Deloitte Software Developer Trainee interview -

  1. maximum depth of binary t...read more
  2. is anagram or ...read more

Tell us how to improve this page.

HashedIn by Deloitte Software Developer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
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