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

Deloitte DOT NET Developer Interview Questions and Answers

Updated 1 Mar 2025

Deloitte DOT NET Developer Interview Experiences

6 interviews found

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What's your experience
  • Q2. Whats your Qualifications
Round 2 - Technical 

(2 Questions)

  • Q1. What are joins?
  • Q2. Oops concept and its implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you use depndency injections in vue
  • Ans. 

    Dependency injection in Vue is achieved by using a plugin called Vue-Inject.

    • Use Vue-Inject plugin to inject dependencies into Vue components.

    • Register dependencies in the main Vue instance using Vue-Inject.

    • Access the injected dependencies in components using this.$inject.

  • Answered by AI
  • Q2. Basics for oops

Skills evaluated in this interview

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between windows application development an ... read more
Q2. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q3. What kind of database you used in projects
Q4. How many ways are there to send data to controller from View?
asked in Nagarro
Q5. Can Two Primary keys can be made possible in Sql Table ?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. SQL based, MVC based, API development based
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops concepts used in your project

Deloitte interview questions for designations

 Dot Net Fullstack Developer

 (2)

 Senior .NET Developer

 (2)

 full stack .net developer

 (1)

 Software Developer

 (42)

 Java Developer

 (21)

 Salesforce Developer

 (19)

 Application Developer

 (4)

 Web Developer

 (4)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is .net framework explain its application life cycle
  • Ans. 

    The .NET framework is a software development platform developed by Microsoft for building and running applications.

    • Provides a comprehensive and consistent programming model for building applications.

    • Supports multiple programming languages such as C#, VB.NET, and F#.

    • Consists of a large class library known as the Framework Class Library (FCL).

    • Application life cycle includes stages like compilation, execution, and termina...

  • Answered by AI
  • Q2. Explain page level life cycle
  • Ans. 

    Page level life cycle in ASP.NET describes the stages a web page goes through from initialization to rendering.

    • Page request is received by the server

    • Page is initialized, controls are created and properties are set

    • Page is loaded with data and events are handled

    • Page is rendered and sent to the client browser

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic c# and dot net questions
Round 2 - Technical 

(1 Question)

  • Q1. Advace and scenaio based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary and bonus discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well to crack deloitte interview

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This test consists of two coding questions and some MCQ regarding computer fundamentals.

  • Q1. 

    Kevin and His Cards Problem Statement

    Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...

  • Ans. 

    Find total distinct card types and common card types between two packs of cards.

    • Create a set to store distinct card types when combining both packs.

    • Iterate through each pack and add card types to the set.

    • Find the intersection of card types between the two packs to get common card types.

  • Answered by AI
  • Q2. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through all possible allocations of books to students.

    • Calculate the maximum number of pages assigned to a student for each allocation.

    • Return the minimum of these maximums as the result.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

It was a technical round that is based on DSA and computer fundamentals.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria10- above 60% 12- ABove 60 percentZS Associates interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, OOPS, Operating System , System DesignTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.

Application resume tips for other job seekers

Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    Java program to sort an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • Import java.util.Arrays package

    • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    Collections in Java and Spring Boot are used to store and manipulate groups of objects.

    • Collections in Java are used to store multiple objects in a single unit.

    • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

    • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

    • Example: List<String> names = new ArrayList<>();

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions. Could be done easily if practiced enough

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Array searching

Software Developer Interview Questions & Answers

ZS user image Rahul Yamsani 010

posted on 22 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Challenging questions in mathematics.

Round 2 - Group Discussion 

A constructive discussion about the significance of various topics and additional aspects.

Deloitte Interview FAQs

How many rounds are there in Deloitte DOT NET Developer interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are Technical, HR and Coding Test.
How to prepare for Deloitte DOT NET 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 .Net, C#, ASP.Net, SQL Server and JQuery.
What are the top questions asked in Deloitte DOT NET Developer interview?

Some of the top questions asked at the Deloitte DOT NET Developer interview -

  1. What is .net framework explain its application life cy...read more
  2. how do you use depndency injections in ...read more
  3. Explain page level life cy...read more

Tell us how to improve this page.

Deloitte DOT NET Developer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
ZS Interview Questions
3.3
 • 454 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 107 Interviews
WSP Interview Questions
4.2
 • 95 Interviews
Mercer Interview Questions
3.7
 • 81 Interviews
View all
Deloitte DOT NET Developer Salary
based on 46 salaries
₹3.6 L/yr - ₹14.4 L/yr
58% more than the average DOT NET Developer Salary in India
View more details

Deloitte DOT NET Developer Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

4.5

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

3.7

Work satisfaction

Explore 5 Reviews and Ratings
Consultant
34.6k salaries
unlock blur

₹6.4 L/yr - ₹28 L/yr

Senior Consultant
21.9k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.8k salaries
unlock blur

₹3.7 L/yr - ₹12.5 L/yr

Assistant Manager
10.3k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.2k salaries
unlock blur

₹16 L/yr - ₹52 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