What would the count for the list of it. public class Test { string Data; int Id; public Test(int id, string data) { Data = data; Id = id; } } static void Main(string[] args) { List<Test> list = new List<Test>(); list.Add(new Test(10, "test")); var d = new Test(10, "test"); if (!list.Contains(d)) list.Add(d); Console.WriteLine("Count of the list is : " + list.Count); Console.ReadLine(); } } What to do to make count 1?
Sr Engineer Interview Questions
138,118 sr engineer interview questions shared by candidates
Won't get into specifics more on the coding scenario as it looks like they give the same to everybody, but it's basic and you can write code in any language you want to answer.
Different software models and methodologies
What would do you to fix a reticulation problem on an old style moveable gap system with a shadow clamp?
They give a coding repo 2h prior to the interview, we are allowed to make any changes to the code before the interview and add whatever extra code you want
The HR guy insisted on doing a 45-minute presentation, which I wasn't interested in (I had already done plenty of tech tests/screens by then)
C variables storage types and initialisation
did I like the american club!
First two technical round was really worth full and good. but in 3rd round I have doubt on psychological doubt on interviewer. In order to twist question, they twisted me to understand their question. They are not enough prepared how to twist technical question. Having a doubt on interview is good, BUT Interviewer should good communicator to ask twisted question. otherwise interviewee will get misunderstood and rejected.
Strait forward interview questions. Very fair and not overly difficult. Also have a take home section.
Viewing 511 - 520 interview questions