related to .NET MVC like partial view, custom error page, teampdata, session,filters etc.
Net Entwickler Interview Questions
8,171 net entwickler interview questions shared by candidates
Questions on projects, python , sql
Split string on spaces except words in quotes Check for palindrome string. DB design for gmail. Interviewer's expectation was on UI (JavaScript, jQuery) but as I don't have experience on those, interview was done within 30 minutes.
Questions were asked on architecture and few on data structures. Was asked to write program on BST. Lengthy technical (over 2 hours)
Some of the competency questions I remember: -Tell us about a time when you took a risk? -What would you say are you strengths? -What is your biggest weakness? -What was the best team you worked in? -Tell us about a time you worked in a bad team/things when wrong.
What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
how to you write unit test for your current project ?
They asked me to do the task with 1 hour.
Almost everything from my resume.
Is a naked put a bear or bull strategy?
Viewing 8121 - 8130 interview questions