Upload Button Icon Add office photos
Engaged 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

Filter interviews by

Deloitte Dot Net Fullstack Developer Interview Questions and Answers

Updated 16 May 2025

Deloitte Dot Net Fullstack Developer Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Could you explain the process of creating a complete controller that incorporates a specific LINQ query to retrieve particular data related to orders?
  • Ans. 

    Creating a controller with LINQ to retrieve specific order data involves defining routes, queries, and returning results.

    • Define a controller class, e.g., 'OrdersController'.

    • Inject the DbContext to access the database.

    • Create an action method, e.g., 'GetOrdersByCustomerId'.

    • Use LINQ to query the orders, e.g., 'context.Orders.Where(o => o.CustomerId == id)'.

    • Return the results as JSON using 'Ok()' or 'NotFound()' for err...

  • Answered by AI
  • Q2. Write a react component that fetches data from an API using the fetch method, and can you explain how to structure it as a higher-order component to share that data with two different components?
  • Ans. 

    Create a higher-order component in React to fetch and share API data between components.

    • Define a higher-order component (HOC) that wraps around the target components.

    • Use the fetch API to retrieve data inside the HOC, typically in a useEffect hook.

    • Store the fetched data in the HOC's state using useState.

    • Pass the fetched data as props to the wrapped components.

    • Handle loading and error states to improve user experience.

  • Answered by AI
  • Q3. What is the SQL query to retrieve the highest salary using the ROW_NUMBER() function?
  • Ans. 

    Use ROW_NUMBER() to rank salaries and retrieve the highest salary from a table.

    • ROW_NUMBER() assigns a unique sequential integer to rows within a partition.

    • To get the highest salary, order by salary in descending order.

    • Example SQL query: SELECT Salary FROM (SELECT Salary, ROW_NUMBER() OVER (ORDER BY Salary DESC) AS rn FROM Employees) AS ranked WHERE rn = 1.

  • Answered by AI
  • Q4. What are the optimization techniques related to denouncing and throttling?
  • Ans. 

    Denouncing and throttling optimize performance by controlling event handling and reducing unnecessary processing.

    • Debouncing: Ensures a function is only called after a specified delay, preventing multiple calls during rapid events. Example: Search input.

    • Throttling: Limits the number of times a function can be executed over time, ensuring it runs at regular intervals. Example: Scroll events.

    • Use cases: Debouncing is ideal...

  • Answered by AI
  • Q5. Writing a denouncing function using JavaScript?
  • Ans. 

    A denouncing function in JavaScript is used to create a function that can cancel or prevent further execution of a task.

    • A denouncing function limits the rate at which a function can fire. For example, it can prevent a function from being called multiple times in quick succession.

    • It is commonly used in scenarios like handling window resizing or scrolling events to improve performance.

    • Example: A denouncing function can b...

  • Answered by AI
  • Q6. What are the different types of queues?
  • Ans. 

    Queues are data structures that store elements in a specific order, primarily FIFO (First In, First Out).

    • FIFO Queue: Standard queue where the first element added is the first to be removed. Example: Print job queue.

    • LIFO Queue (Stack): Last element added is the first to be removed. Example: Browser history.

    • Priority Queue: Elements are removed based on priority rather than order. Example: Task scheduling.

    • Circular Queue: ...

  • Answered by AI
  • Q7. What are the different types of loading in C#?
  • Ans. 

    C# supports different loading types, including eager, lazy, and explicit loading, each affecting performance and resource management.

    • Eager Loading: Loads all related data upfront. Example: using Include() in Entity Framework.

    • Lazy Loading: Loads related data on demand. Example: Navigation properties in EF that load when accessed.

    • Explicit Loading: Manually loads related data. Example: using context.Entry(entity).Referenc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview lasted for 2 hours and 10 minutes, which I found to be unusually long. During the interview, I was instructed to write my answers in Notepad and then paste the code back into the chat window. The interviewer was rude and seemed to be looking for ways to catch me out.Seems wrong guy on the wrong place.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about Oops
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

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

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstrac...

  • Answered by AI
  • Q2. What is OOps Concept?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve a problem.

    • Key principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • ...

  • Answered by AI

Dot Net Fullstack Developer Interview Questions Asked at Other Companies

Q1. What languages does the .NET framework support?
Q2. What is caching in .NET, and what are the different types of cach ... read more
asked in Capgemini
Q3. Given two integers as input, how can you find the difference and ... read more
Q4. Explain OOPs concepts and where you have used them in your previo ... read more
asked in NTT Data
Q5. How do you implement custom middleware in .net core?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Angular,c#,web api,mvc

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. SQL Queries
  • Q2. OOPS Concepts
  • Q3. Program to calculate factorial
  • Ans. 

    Program to calculate factorial

    • Use a loop to multiply the numbers from 1 to n

    • Handle edge cases like 0 and negative numbers

    • Use recursion for a more elegant solution

  • Answered by AI
  • Q4. Projects- Major , Minor , Internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, should have good communication skills.

Skills evaluated in this interview

What people are saying about Deloitte

View All
an associate2
3d
Deloitte USI ASA2 or RSM USI SA1: Which way to go?
I'm at PwC AC as an Associate 2 with 2 yrs of PQE. Is it smart to join Deloitte USI Assurance as ASA2 (30% Hike)? Won't I be overqualified for that level? I also have an SA1 offer from RSM USI with the same pay (34% hike). Plus, I'm expecting a 10% raise at PwC by July end. Thoughts?
Got a question about Deloitte?
Ask anonymously on communities.

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain your backgroun
  • Ans. 

    I have a strong background in software development, focusing on full-stack technologies and agile methodologies.

    • Bachelor's degree in Computer Science from XYZ University.

    • 3 years of experience in web development using JavaScript, React, and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Experience with Agile methodologies, participating in daily stand-ups and sprint planning.

    • Contributed to...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - hirevue 

(2 Questions)

  • Q1. On demand video assessment that include questions to answer.
  • Q2. Games designed to test different ability.
Are these interview questions helpful?

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.

I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very Basic Questions
around 50 question
Only the top Candidates will be move to next round

Round 2 - Coding Test 

2 basic level coding promblems
can write in any language

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for creating innovative solutions.

    • Experienced in Java, C++, and Python

    • Developed a mobile app using React Native

    • Worked on a team to build a web application using AngularJS

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. What do you Know about EY
  • Ans. 

    EY is a multinational professional services firm specializing in assurance, tax, consulting, and advisory services.

    • EY is one of the Big Four accounting firms.

    • It has a global presence with offices in over 150 countries.

    • The company offers services in areas such as auditing, tax planning, risk management, and technology consulting.

    • EY is known for its expertise in financial services, healthcare, technology, and other indus...

  • Answered by AI
  • Q3. Do you have plans for higher Education
  • Ans. 

    Yes, I have plans for higher education.

    • I am currently pursuing a Bachelor's degree in Computer Science and plan to continue my education with a Master's degree.

    • I believe that higher education will provide me with a deeper understanding of software development principles and help me stay updated with the latest technologies.

    • I am considering specialized courses or certifications in areas such as artificial intelligence o...

  • Answered by AI
  • Q4. Which programming language do you know
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Familiar with JavaScript, HTML, and CSS

    • Experience with SQL and NoSQL databases

    • Comfortable with object-oriented programming and design patterns

  • Answered by AI
  • Q5. Tell About your Project Experience
  • Ans. 

    I have worked on various projects involving web development, mobile app development, and database management.

    • Developed a web application using HTML, CSS, and JavaScript for a client in the e-commerce industry.

    • Created a mobile app using React Native for a startup in the travel sector.

    • Managed and optimized a MySQL database for a healthcare organization.

    • Implemented RESTful APIs using Node.js and Express for a social media...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Coding problems will asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a Good Resume.
Stick to the Basics
Be ready to write a Code
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on Java , C++ , OOPs, cloud computing, one coding question, regarding previous projects, some behavioural questions.

Deloitte Interview FAQs

How many rounds are there in Deloitte Dot Net Fullstack Developer interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Technical and One-on-one Round.
How to prepare for Deloitte Dot Net Fullstack 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 Angular, .NET, ASP.Net, Javascript and React.Js.
What are the top questions asked in Deloitte Dot Net Fullstack Developer interview?

Some of the top questions asked at the Deloitte Dot Net Fullstack Developer interview -

  1. Write a react component that fetches data from an API using the fetch method, a...read more
  2. What is the SQL query to retrieve the highest salary using the ROW_NUMBER() fun...read more
  3. Could you explain the process of creating a complete controller that incorporat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 3 interview experiences

Difficulty level

Easy 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

PwC Interview Questions
3.3
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.4
 • 844 Interviews
ZS Interview Questions
3.3
 • 475 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 111 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.7
 • 89 Interviews
View all
Deloitte Dot Net Fullstack Developer Salary
based on 39 salaries
₹9.5 L/yr - ₹14.8 L/yr
32% more than the average Dot Net Fullstack Developer Salary in India
View more details

Deloitte Dot Net Fullstack Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Consultant
40k salaries
unlock blur

₹10 L/yr - ₹21.5 L/yr

Senior Consultant
24.8k salaries
unlock blur

₹16.6 L/yr - ₹33.3 L/yr

Analyst
16.6k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Assistant Manager
11.3k salaries
unlock blur

₹12.1 L/yr - ₹22 L/yr

Manager
7.9k salaries
unlock blur

₹24.6 L/yr - ₹43.7 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.7
Compare

PwC

3.3
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
write
Share an Interview