Net Programmer Interview Questions

59 net programmer interview questions shared by candidates

1) Write few sql queries that includes all conditions,clauses etc (Given a white paper) 2) Explain .Net Architecture (i.e CLR,CTS etc..) 3) What is GAC? 4) What is the functionality of CAS which is a part of CLR? Have you implemented in your project and how? 5)A logical question ( In an election , 20% are invalid votes , winner got 55% votes , loser got 25% votes. So, how many votes did the winner got if the total votes are 10000) 6)How do you delete duplicate records in an sql table? 7)Difference between having clause and where in SQL.
avatar

Dot Net Programmer

Interviewed at Infor

3.9
Dec 30, 2017

1) Write few sql queries that includes all conditions,clauses etc (Given a white paper) 2) Explain .Net Architecture (i.e CLR,CTS etc..) 3) What is GAC? 4) What is the functionality of CAS which is a part of CLR? Have you implemented in your project and how? 5)A logical question ( In an election , 20% are invalid votes , winner got 55% votes , loser got 25% votes. So, how many votes did the winner got if the total votes are 10000) 6)How do you delete duplicate records in an sql table? 7)Difference between having clause and where in SQL.

Dealing with the "previous salary" question is always something I don't appreciate, for its awkwardness all around. Knowing that your answer will provide base for what they will offer to pay you, rather than allowing the base to form from what they believe the position is worth.
avatar

.NET Programmer

Interviewed at Rapattoni

3.2
Feb 23, 2014

Dealing with the "previous salary" question is always something I don't appreciate, for its awkwardness all around. Knowing that your answer will provide base for what they will offer to pay you, rather than allowing the base to form from what they believe the position is worth.

This was the best assessment of programming ability in an interview that I have encountered so far (and I have been in a lot of interviews). They took examples of bad code that they had found (and fixed) in their own code base. They asked me to spot the problem and propose a fix. There were a few standard C#/MVC/SQL questions but not many. Also an exercise in recoding some LINQ code to not use LINQ (once again a specific situation that they had actually encountered).
avatar

Senior .NET Programmer

Interviewed at Masonite International

3.5
Sep 1, 2016

This was the best assessment of programming ability in an interview that I have encountered so far (and I have been in a lot of interviews). They took examples of bad code that they had found (and fixed) in their own code base. They asked me to spot the problem and propose a fix. There were a few standard C#/MVC/SQL questions but not many. Also an exercise in recoding some LINQ code to not use LINQ (once again a specific situation that they had actually encountered).

question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.
avatar

.NET Back End Programmer

Interviewed at BDC

3.9
Oct 25, 2019

question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.

Viewing 1 - 10 interview questions

Glassdoor has 59 interview questions and reports from Net programmer interviews. Prepare for your interview. Get hired. Love your job.