2. Difference between Delegate and Notification?
Senior Developer Interview Questions
29,080 senior developer interview questions shared by candidates
Name some of the core features of ES6
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?
How to make a global error class for Retrofit errors?
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
Why did you leave past organisations? Asked by this HCL Manager.
How would you build a BART train system.
the quiz
I was asked to defend why I didn't believe in drag & drop development. Seriously?!
when working different threat than main threat which androi api do you use ?
Viewing 101 - 110 interview questions