Name some of the core features of ES6
Senior Developer Interview Questions
29,994 senior developer interview questions shared by candidates
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.
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.
exam online
const add=()=>{ let x=1; return ()=>x+1; } add(); add(); console.log(add())
How would you build a BART train system.
the quiz
Viewing 101 - 110 interview questions