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
3.8

based on 16.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Senior .NET Developer Interview Questions and Answers

Updated 4 Jun 2024

Deloitte Senior .NET Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Extension methods in C#
  • Ans. 

    Extension methods in C# allow developers to add new methods to existing types without modifying the original source code.

    • Extension methods must be defined in a static class.

    • The first parameter of an extension method specifies the type being extended and is preceded by the 'this' keyword.

    • Extension methods can be called as if they were instance methods of the extended type.

  • Answered by AI
  • Q2. HTML helpers in MVC
  • Ans. 

    HTML helpers in MVC are methods that help generate HTML controls in a view.

    • HTML helpers are used to render HTML controls in a view in ASP.NET MVC.

    • They provide a way to encapsulate HTML markup and code to generate HTML controls.

    • Examples include TextBox(), DropDownList(), CheckBox(), etc.

    • They help in reducing the amount of HTML code written in views and provide a more structured way to work with HTML controls.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

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 names = new ArrayList<>();

Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java questions , stream api
  • Q2. Whatever you have mention in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics, memory management, multithreading.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. When have you had a conflict with someone.
  • Ans. 

    I had a conflict with a team member over project priorities.

    • Miscommunication led to conflicting priorities

    • Discussed the issue openly and found a compromise

    • Learned the importance of clear communication in team projects

  • Answered by AI
  • Q2. Tell me you greatest project
  • Ans. 

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

    • Used React for front-end development

    • Implemented user authentication and authorization using JWT tokens

    • Utilized Node.js and Express for back-end development

    • Integrated MongoDB for database storage

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2023.

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 - HR 

(1 Question)

  • Q1. Basic intro with work experience and skillset
Round 3 - Technical 

(4 Questions)

  • Q1. After a quick intro jumped into coding - it was an easy DSA question which unfortunately i wasn't able to solve in best time complexity. - find 2nd max element in an array (this was in JS language) you ca...
  • Q2. Alot of questions on vanilla JS
  • Q3. Asked if i know mongoDB as its a full stack dev role - which i didnt knew so i said not prepared as of now
  • Q4. Asked React questions - higher order component, hooks, useeffect, prepare lifecycle methods thouroughly

Interview Preparation Tips

Topics to prepare for Ernst & Young Full Stack Developer interview:
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - I have learned alot of advanced topics and got confused - i would say prepare basics as much as you can - no rocket science
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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is orchestrator?
  • Ans. 

    Orchestrator is a centralized platform for managing, monitoring, and controlling RPA processes.

    • Centralized platform for managing RPA processes

    • Allows scheduling and monitoring of bots

    • Provides analytics and reporting capabilities

    • Enables integration with other systems and applications

  • Answered by AI
  • Q2. What is Ocr engine?
  • Ans. 

    OCR engine stands for Optical Character Recognition engine, which is a technology used to convert different types of documents, such as scanned paper documents, PDF files, or images captured by a digital camera, into editable and searchable data.

    • OCR engine uses algorithms to recognize text within images or scanned documents.

    • It can extract text from various sources like printed documents, handwriting, or even text withi...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain your backgroun
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Sep 2022. There were 5 interview rounds.

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 - Coding Test 

Dsa and aptitude mcq's

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on my resume
Round 4 - One-on-one 

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method for arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, and quicksort.

    • Sorting algorithms have different time and space complexities, which affect their efficiency.

    • Example: Sorting an array of strings in alphabetical order using qu

  • Answered by AI
  • Q2. SQL query for the given problem statement
Round 5 - HR 

(1 Question)

  • Q1. Asked about company

Interview Preparation Tips

Topics to prepare for PwC Salesforce Developer interview:
  • DSA
  • Aptitude
  • Pwc
  • MySQL

Skills evaluated in this interview

Deloitte Interview FAQs

How many rounds are there in Deloitte Senior .NET Developer interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Technical.
What are the top questions asked in Deloitte Senior .NET Developer interview?

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

  1. Extension methods in...read more
  2. HTML helpers in ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Deloitte interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.3k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 767 Interviews
ZS Interview Questions
3.4
 • 458 Interviews
BCG Interview Questions
3.8
 • 190 Interviews
View all
Deloitte Senior .NET Developer Salary
based on 11 salaries
₹10 L/yr - ₹15.5 L/yr
11% more than the average Senior .NET Developer Salary in India
View more details

Deloitte Senior .NET Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-Life balance

-

Salary & Benefits

-

Job Security

-

Company culture

-

Promotions/Appraisal

-

Work Satisfaction

Explore 1 Review and Rating
Consultant
32.7k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.8k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
13.8k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
9.9k salaries
unlock blur

₹7.5 L/yr - ₹24 L/yr

Manager
6.9k salaries
unlock blur

₹15.5 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.5
Compare

Cognizant

3.8
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