How to find a number is even or odd without using / or % sign
Senior Interview Questions
341,780 senior interview questions shared by candidates
2. Difference between Delegate and Notification?
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?
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.
What would do you to fix a reticulation problem on an old style moveable gap system with a shadow clamp?
There was a case interview. In the in-person they asked the usual fit questions like preferred management style, favorite manager etc.
The unusual question was what blogs I had IDs on and had I ever been published.
what analytical platforms have you used in past roles?
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)
Viewing 951 - 960 interview questions