They asked about my background
Net Programmer Interview Questions
79 net programmer interview questions shared by candidates
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.
What is referential integrity in SQL?
what is Access Modifiers?
en un cajon hay 30 medias blancas y 30 negras, si apago la luz cuantas veces tener que meter la mano para sacar un par igual
No, but we have MSDN.
It only pays $50k. Better than nothing right?
How do you see yourself in 5 years?
¿Cuándo podrías empezar? Necesitamos alguien tan pronto como sea posible.
Viewing 11 - 20 interview questions