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

8 Interview questions

A DOT NET Developer was asked 10mo ago
Q. What are the differences between a stored procedure and a function?
Ans. 

Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

  • Stored procedures can execute multiple SQL statements and can perform complex operations.

  • Functions are reusable code blocks that return a single value and can be used in SQL queries.

  • Stored procedures can be called independently, while functions are typically called...

A DOT NET Developer was asked 10mo 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 10mo 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
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...

What people are saying about Accenture

View All
a junior software engineer
2w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Accenture?
Ask anonymously on communities.
🔥 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

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 10mo 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...

Are these interview questions helpful?
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 ...

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?
  • Ans. 

    Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can execute multiple SQL statements and can perform complex operations.

    • Functions are reusable code blocks that return a single value and can be used in SQL queries.

    • Stored procedures can be called independently, while functions are typically called with...

  • Answered by AI
  • 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?
  • 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.

  • Answered by AI

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
  • 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 with...

  • Answered by AI

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

  • Answered by AI
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 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 int to ...

  • Answered by AI
  • 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 Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.

    • Relocation can provide exposure to new technologies and methodologies.

    • I am excited about the prospect of working in diverse teams and cultures.

    • For example, moving to a tech hub like San Francisco could enhance my career.

    • I understand the challenges of relocating, but I see them as opportunities for growth.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.

    • Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.

    • Excellent teamwork and communication abilitie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

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
Accenture DOT NET Developer Salary
based on 106 salaries
₹3.5 L/yr - ₹13 L/yr
39% 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.2

Work-life balance

4.2

Salary

3.9

Job security

4.0

Company culture

3.8

Promotions

4.3

Work satisfaction

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

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹7 L/yr - ₹20.5 L/yr

Team Lead
26.5k salaries
unlock blur

₹7.3 L/yr - ₹26.5 L/yr

Senior Analyst
19.4k salaries
unlock blur

₹5.6 L/yr - ₹21.3 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview