Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture DOT NET Developer Interview Questions and Answers

Updated 27 Aug 2024

7 Interview questions

A DOT NET Developer was asked 11mo ago
Q. How does a .NET application execute code?
Ans. 

The .NET application code is compiled into Intermediate Language (IL) which is then executed by the Common Language Runtime (CLR).

  • Code is compiled into Intermediate Language (IL) by the compiler

  • IL is then converted into machine code by the Just-In-Time (JIT) compiler

  • The CLR manages memory, security, and other system resources during code execution

A DOT NET Developer was asked 11mo ago
Q. What is Garbage Collection (GC), and where have you used it in the application?
Ans. 

GC stands for Garbage Collection, a process in .NET to automatically manage memory by reclaiming unused objects.

  • GC is a feature in .NET that automatically manages memory by reclaiming unused objects.

  • It helps in preventing memory leaks and improving application performance.

  • GC can be used in .NET applications to free up memory occupied by objects that are no longer needed.

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. How many ways are there to send data to a controller from a View?
Q3. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q4. What are the components of the .NET Framework and their types?
asked in Infosys
Q5. What kind of database have you used in your projects?
A DOT NET Developer was asked
Q. Write an SQL query using a self-join.
Ans. 

A self join in SQL allows a table to be joined with itself to compare rows within the same table.

  • Self joins are useful for hierarchical data, like employee-manager relationships.

  • Example: To find employees and their managers, you can join the Employees table on itself.

  • SQL syntax: SELECT a.EmployeeID, a.Name, b.Name AS ManagerName FROM Employees a JOIN Employees b ON a.ManagerID = b.EmployeeID;

  • Self joins can be used...

🔥 Asked by recruiter 3 times
A DOT NET Developer was asked
Q. Write an SQL query.
Ans. 

SQL query example

  • Specify the table name after the FROM keyword

  • Use WHERE clause to filter data

  • Use SELECT to choose columns to display

What people are saying about Accenture

View All
a cyber security analyst
2d
Disappointed with the Candidate Experience at Accenture
I recently interviewed at Accenture for a Security Architect role. I cleared two rounds of technical interviews and was later told by the HR (verbally) that I was selected and that my offer letter would be released soon. Based on that confirmation, I submitted all required documents and waited patiently for nearly a month. Despite following up multiple times, there was no proper communication or update. My application status remained “Active” on the portal the entire time. Eventually, I received a rejection email with no explanation, feedback, or context, despite being verbally told that I was selected. it’s disappointing when a candidate is given verbal assurance and kept waiting without clarity. I expected more transparent from a company of Accenture’s reputation. If anyone from Accenture here could help me understand what might have happened or possibly refer me for any similar openings in the Security Architect / Data Encryption/ key management, I’d be genuinely grateful.
Got a question about Accenture?
Ask anonymously on communities.
A DOT NET Developer was asked
Q. What is boxing and unboxing?
Ans. 

Boxing is the process of converting a value type to the object type, while unboxing is the reverse process.

  • Boxing is done implicitly when a value type is assigned to an object variable.

  • Unboxing is done explicitly by casting the object back to its original value type.

  • Boxing and unboxing can have performance implications and should be used judiciously.

  • Example: int num = 10; object obj = num; // Boxing, converting in...

A DOT NET Developer was asked 11mo ago
Q. What is CLR, Why its used?
Ans. 

CLR stands for Common Language Runtime, it is used to manage the execution of .NET programs.

  • CLR is a part of the .NET framework responsible for managing the execution of .NET programs.

  • It provides services such as memory management, exception handling, and security.

  • CLR converts the Intermediate Language (IL) code into machine code during runtime.

  • It allows for language interoperability, meaning different languages c...

Accenture HR Interview Questions

1.3k questions and answers

Q. Can you explain your past experiences and how you can contribute to the org ... read more
Q. Which company conducted your interview?
Q. Where do you envision yourself in the next three years?
A DOT NET Developer was asked
Q. What is oops? Oops is a object oriented programing system
Ans. 

Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

  • OOP focuses on creating reusable code by organizing data and behavior into objects.

  • It emphasizes concepts like encapsulation, inheritance, and polymorphism.

  • Objects have attributes (data) and methods (functions) that can interact with each other.

  • Example: In C#, classes are used to define objects and their ...

Are these interview questions helpful?

Accenture DOT NET Developer Interview Experiences

8 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Code excution of .net application?
  • Ans. 

    The .NET application code is compiled into Intermediate Language (IL) which is then executed by the Common Language Runtime (CLR).

    • Code is compiled into Intermediate Language (IL) by the compiler

    • IL is then converted into machine code by the Just-In-Time (JIT) compiler

    • The CLR manages memory, security, and other system resources during code execution

  • Answered by AI
  • Q2. Stored procedure vs function?
  • Q3. What is CLR, Why its used?
  • Ans. 

    CLR stands for Common Language Runtime, it is used to manage the execution of .NET programs.

    • CLR is a part of the .NET framework responsible for managing the execution of .NET programs.

    • It provides services such as memory management, exception handling, and security.

    • CLR converts the Intermediate Language (IL) code into machine code during runtime.

    • It allows for language interoperability, meaning different languages can be...

  • Answered by AI
  • Q4. What is GC, where you have used in the app?

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamentals should be strong and in communicating better

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of C# and sql server, struct,object vs var, palindrome, find max salary
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics c#, .net core, angular , sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interview experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Covered all areas of dot net developments
  • Q2. C#,oops,entity framework,.net mvc,sql server
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Oops concepts : polymorphism, inheritance, abstract class vs interface with example
  • Q3. Viewbag, viewdata, tempdata
  • Q4. Primary key, foreign key
  • Q5. Experience of leading team(if applied)
  • Q6. Challenges you faced while leading a team
Round 2 - Technical 

(4 Questions)

  • Q1. Solid principles
  • Q2. Design patterns
  • Q3. Oops concepts like inheritance and polymorphism
  • Q4. Sql query based on self join

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts and design patterns properly and also make sure you have basics clear about asp.net mvc and sql
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1)Asked about past company projects and the technical issues faced during that time. 2) Difference between varchar and nvarchar 3) Abstraction real time example 4) About polymorphism and its types 5)Solid ...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 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. Write down the SQL query
Round 3 - HR 

(1 Question)

  • Q1. Discuss my technical knowledge and general knowledge

Interview Preparation Tips

Topics to prepare for Accenture DOT NET Developer interview:
  • MS SQL Server
  • C#.Net
  • MVC frameworks
Interview preparation tips for other job seekers - We are prepared in Technical and be confident do not panic

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is boxing and unboxing
  • Ans. Boxing is a used to converting vallu type to data type and reference type to data type and unboxing is a process of converting reference type to data type and vallu type to data type
  • Answered Anonymously
  • Q2. What is oops? Oops is a object oriented programing system
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP focuses on creating reusable code by organizing data and behavior into objects.

    • It emphasizes concepts like encapsulation, inheritance, and polymorphism.

    • Objects have attributes (data) and methods (functions) that can interact with each other.

    • Example: In C#, classes are used to define objects and their prope...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam good in asp. Net ado. Net html oops sql server

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. 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 tips
Round 2 - Aptitude Test 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

Accenture Interview FAQs

How many rounds are there in Accenture DOT NET Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
How to prepare for Accenture 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 Accenture. The most common topics and skills that interviewers at Accenture expect are .Net, ASP, Entity Framework, SQL Server and Visual Studio.
What are the top questions asked in Accenture DOT NET Developer interview?

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

  1. What is oops? Oops is a object oriented programing sys...read more
  2. What is GC, where you have used in the a...read more
  3. Write down the SQL qu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 7 interview experiences

Difficulty level

Moderate 80%
Hard 20%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

TCS DOT NET Developer Interview Questions
3.5
 • 11.2k Interviews
IBM DOT NET Developer Interview Questions
3.9
 • 2.5k Interviews
View all
Accenture DOT NET Developer Salary
based on 120 salaries
₹4.4 L/yr - ₹10 L/yr
22% more than the average DOT NET Developer Salary in India
View more details

Accenture DOT NET Developer Reviews and Ratings

based on 10 reviews

4.4/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.2

Salary

4.0

Job security

3.9

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 10 Reviews and Ratings
Application Development Analyst
39.4k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16.1 L/yr

Team Lead
27.1k salaries
unlock blur

₹12.7 L/yr - ₹22.6 L/yr

Senior Analyst
20.1k salaries
unlock blur

₹9.1 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.6k salaries
unlock blur

₹10.5 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Accenture with

TCS

3.5
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview