Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

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

Clear (1)

Deloitte Backend Developer Interview Questions and Answers

Updated 9 Oct 2024

Deloitte Backend Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React questions
  • Q2. Nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - coding is must
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Good dsa to follow array and string

Interview Preparation Tips

Interview preparation tips for other job seekers - Goood

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 ball all of which weigh the same except for one, what is ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Real life scenarios
  • Q2. Keep your mind prepared with some real life scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk more about your previous exp.

Interview Questionnaire 

1 Question

  • Q1. Diff types of data passing in COBOL,
  • Ans. 

    COBOL supports various data passing techniques.

    • COBOL supports passing data by reference using the CALL BY REFERENCE clause.

    • COBOL also supports passing data by content using the CALL BY CONTENT clause.

    • COBOL also supports passing data by value using the CALL BY VALUE clause.

    • COBOL also supports passing data by address using the CALL BY ADDRESS clause.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technology and programming questions
Round 3 - HR 

(1 Question)

  • Q1. Strengths and weaknesses, Professional details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont argue with interviewers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Lifestyle of software development
  • Ans. 

    Software development lifestyle involves continuous learning, problem-solving, collaboration, and adapting to new technologies.

    • Continuous learning is essential to stay updated with new technologies and best practices.

    • Problem-solving skills are crucial for debugging and finding efficient solutions to complex problems.

    • Collaboration with team members helps in sharing knowledge, brainstorming ideas, and improving code quali...

  • Answered by AI
  • Q2. Real time example of class inheritance
  • Ans. 

    Class inheritance allows a subclass to inherit properties and methods from a superclass.

    • Subclass can access all public and protected members of superclass.

    • Subclass can override methods of superclass.

    • Example: Animal class can be superclass, with Dog and Cat classes as subclasses inheriting properties and methods.

  • Answered by AI
  • Q3. Agile methodologies and waterfall methodology

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Aptitude and reasoning mandatory for every company

Round 3 - Technical 

(2 Questions)

  • Q1. Oral technical questions
  • Q2. Tell me about data base?
  • Ans. 

    A database is a collection of organized data that can be easily accessed, managed, and updated.

    • A database can be relational or non-relational

    • It stores data in tables or documents

    • It allows for efficient querying and retrieval of data

    • Examples include MySQL, MongoDB, and Oracle

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. If needed they may ask for their requiremental que

Interview Preparation Tips

Topics to prepare for Accenture Backend Developer interview:
  • About programming languages
Interview preparation tips for other job seekers - Do some practice to be confident and perfect to attend an interview
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is structure padding ?
  • Ans. 

    Structure padding is the process of adding empty bytes to a structure to align its data members on memory boundaries.

    • Padding is added to ensure that each data member in a structure starts at a memory address that is a multiple of its size.

    • Padding is necessary for performance optimization and to prevent memory access violations.

    • For example, if a structure has a char followed by an int, padding may be added between them

  • Answered by AI
  • Q2. What is translation unit ?
  • Ans. 

    A translation unit is a source file along with all the headers and source files included in it.

    • Translation unit is the smallest unit of compilation in C++.

    • It consists of a source file and all the header files and source files included in it.

    • Each translation unit is compiled separately before being linked together.

    • Translation units help in organizing and modularizing code.

    • Example: If a.cpp includes b.h and c.cpp, then t...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join as a C/C++ developer , just brush up your basics.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Standard tcs aptitude tests conducted in college

Round 2 - Coding Test 

2 code to be done with test cases

Round 3 - HR 

(2 Questions)

  • Q1. Explain project done for college final.
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive user interface using HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Python basics and coding with exception
Contribute & help others!
anonymous
You can choose to be anonymous

Deloitte Interview FAQs

How many rounds are there in Deloitte Backend Developer interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Coding Test and One-on-one Round.
How to prepare for Deloitte Backend Developer interview?
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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Spring Boot, Microservices, Node.Js, .Net and .Net Core.
What are the top questions asked in Deloitte Backend Developer interview?

Some of the top questions asked at the Deloitte Backend Developer interview -

  1. react questi...read more
  2. nodejs questi...read more

Recently Viewed

JOBS

Persistent Systems

No Jobs

JOBS

Processware Systems

No Jobs

SALARIES

HCLTech

JOBS

Unique Connections

No Jobs

SALARIES

Sanmina Sci

SALARIES

L&T Construction

SALARIES

L&T Construction

JOBS

UKG

No Jobs

JOBS

Intellect Design Arena

No Jobs

SALARIES

GVPR Engineers

Tell us how to improve this page.

Deloitte Backend Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 791 Interviews
ZS Interview Questions
3.3
 • 449 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
View all
Deloitte Backend Developer Salary
based on 31 salaries
₹4.5 L/yr - ₹11 L/yr
At par with the average Backend Developer Salary in India
View more details

Deloitte Backend Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Consultant
33.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
21.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
10.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview