Elaborate Page life cycle in ASP.NET
Net Lead Interview Questions
170 net lead interview questions shared by candidates
What is your ideal job.
Do you want a full time job vs a contract job.
2. N number of student and M number of subject Teacher Mr. Johnson want to check and skip the subject mark which has minimum average marks. Print the result of each student with skipping the mark of minimum avg marks let take example N = 4 student M = 5 subject student1 = {5, 8, 2, 4, 8} student2 = {3, 6, 3, 7, 2} student3 = {4, 8, 1, 7, 4} student4 = {8, 8, 4, 4, 6} here in this case subject number 3 has minimum avg marks (M1 avg = 5, M2 avg = 7.5, M3 = 2.5, M4 =5.5, M5 = 5 ) so need to skip from result and print the result skipping the minimum marks subject.
say me about project
Autoreset vs manual rest event Memory mapped files multicast delegate kernel mode vs user mode Async vs multithreading And many more question on threading and tpl if you are done with msdn for threading and tpl then you can easily crack the interview.
Query to get second lowest age from table
Questions on the how variables are stored in memory
Which constructor will execute first public Class A { static A() { Console.WriteLine("Hello! Static constructor is called"); } public A() { Console.WriteLine("Hello! Non-Static constructor is called"); }
Fibonacci, Data structures and typical questions that can be found online to determine your coding skills level. They also asked deeply into Test Experience, techniques and tools to assess if I really know the discipline.
Viewing 91 - 100 interview questions